|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.DIFNodeWeight
mapss.dif.mdsdf.MDSDFNodeWeight
public class MDSDFNodeWeight
Information associated with a MDSDF node.
MDSDFNodeWeight
s are objects associated with Node
s
that represent MDSDF nodes in MDSDFGraph
s.
This class caches frequently-used data associated with MDSDF nodes.
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 |
---|
public MDSDFNodeWeight()
public MDSDFNodeWeight(java.lang.Object computation)
computation
- the computation to be represented by the MDSDF node.Method Detail |
---|
public java.lang.String toString()
toString
in class DIFNodeWeight
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |