|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.alexmerz.simpleviz.parser.data.NodeList
public class NodeList
Implements a global table for the node objects in a graph
| Constructor Summary | |
|---|---|
NodeList()
|
|
| Method Summary | |
|---|---|
com.alexmerz.graphviz.objects.Node |
addUnique(java.lang.String id)
Creates a node object and add it to the list and returns the node. |
java.lang.String |
toString()
Returns a string representation of this node object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NodeList()
| Method Detail |
|---|
public com.alexmerz.graphviz.objects.Node addUnique(java.lang.String id)
id - the node id
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||