|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.graph.EdgeListNode
Implementation of GraphNode interface for use with EdgeListGraph objects.
Field Summary | |
(package private) java.lang.Object |
data
The data stored in this node. |
(package private) java.util.ArrayList |
edges
The edges outgoing from this node, AKA our edge list. |
Constructor Summary | |
EdgeListNode()
Default constructor for objects of type EdgeListNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.util.ArrayList edges
java.lang.Object data
Constructor Detail |
public EdgeListNode()
edges
instance variable, and sets the data
instance variable to null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |