|
|||||||||
| 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.
MDSDFNodeWeights are objects associated with Nodes
that represent MDSDF nodes in MDSDFGraphs.
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 | ||||||||