|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.umlv.roadcoloring.graph.NodeData
public class NodeData
Datas informations for one node
Constructor Summary | |
---|---|
NodeData(Circle circle,
int level,
int rootAbsolute)
|
Method Summary | |
---|---|
Circle |
getCircle()
Get the reached circle (it's own if node in on the circle, the reached circle of tree else) |
int |
getLevel()
return the circle's distance of the node (0 if on the circle) |
int |
getRootAbsolute()
get the number of the node root |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NodeData(Circle circle, int level, int rootAbsolute)
Method Detail |
---|
public Circle getCircle()
public int getLevel()
public int getRootAbsolute()
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 |