|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.NodeData
Encapuslation class used for storing multiple items inside a node for EdgeListGraphTopology objects.
Field Summary | |
(package private) java.lang.Object |
data
An extra data parameter for storing anything else in a Node. |
(package private) Genome |
genome
The genome residing in this node. |
(package private) java.lang.String |
name
The name for this node. |
(package private) EdgeListNode |
node
The node that this NodeData belongs to. |
Constructor Summary | |
EdgeListGraphTopology.NodeData(java.lang.String name,
Genome genome,
java.lang.Object data,
EdgeListNode node)
Default constructor for objects of type NodeData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
java.lang.String name
Genome genome
java.lang.Object data
EdgeListNode node
Constructor Detail |
public EdgeListGraphTopology.NodeData(java.lang.String name, Genome genome, java.lang.Object data, EdgeListNode node)
name
- the name for this node.genome
- the genome to store in this node.data
- the data to store in this node.node
- the node to bind to.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |