public final class TtreeEdge
extends java.lang.Object
Constructor and Description |
---|
TtreeEdge(TtreeNode first,
TtreeNode last)
Constructor that initiate the first and last node of edge.
|
Modifier and Type | Method and Description |
---|---|
TtreeNode |
getFirstNode()
Get fist node of edge.
|
TtreeNode |
getLast()
Get last node of edge.
|