mapss.dif.mdsdf
Class MDSDFNodeWeight

java.lang.Object
  extended by mapss.dif.DIFNodeWeight
      extended by mapss.dif.mdsdf.MDSDFNodeWeight
All Implemented Interfaces:
java.lang.Cloneable

public class MDSDFNodeWeight
extends DIFNodeWeight

Information associated with a MDSDF node. MDSDFNodeWeights are objects associated with Nodes that represent MDSDF nodes in MDSDFGraphs. This class caches frequently-used data associated with MDSDF nodes.

Version:
$Id: MDSDFNodeWeight.java 1687 2007-05-08 01:38:09Z jerryhsu $
Author:
Chia-Jui Hsu

Constructor Summary
MDSDFNodeWeight()
          Createa a MDSDF node weight with null computation.
MDSDFNodeWeight(java.lang.Object computation)
          Create a MDSDF node weight given a computation that is to be represented by the MDSDF node.
 
Method Summary
 java.lang.String toString()
          Return a string representation of the MDSDF node that is represented by this node weight.
 
Methods inherited from class mapss.dif.DIFNodeWeight
clone, getComputation, setComputation
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MDSDFNodeWeight

public MDSDFNodeWeight()
Createa a MDSDF node weight with null computation.


MDSDFNodeWeight

public MDSDFNodeWeight(java.lang.Object computation)
Create a MDSDF node weight given a computation that is to be represented by the MDSDF node.

Parameters:
computation - the computation to be represented by the MDSDF node.
Method Detail

toString

public java.lang.String toString()
Return a string representation of the MDSDF node that is represented by this node weight.

Overrides:
toString in class DIFNodeWeight
Returns:
the string representation.