Class NodeCoordinates
java.lang.Object
com.pnfsoftware.jeb.core.output.tree.impl.NodeCoordinates
- All Implemented Interfaces:
INodeCoordinates
A simple implementation of node coordinates.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NodeCoordinates
-
-
Method Details
-
getPath
Description copied from interface:INodeCoordinates
Return the path of the node being addressed. A path is a tuple of positions in each of the branch leading from the root to the node.- Specified by:
getPath
in interfaceINodeCoordinates
- Returns:
- the path or null, see description above
-
toString
-