| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.output.tree.impl.NodeCoordinates |
A simple implementation of node coordinates.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NodeCoordinates(List<Integer> path) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| List<Integer> |
getPath()
Return the path of the node being addressed.
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.output.tree.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.