Package micycle.trapmap.graph
Class Leaf
- java.lang.Object
-
- micycle.trapmap.graph.Node
-
- micycle.trapmap.graph.Leaf
-
public class Leaf extends Node
Leafs model trapezoids at the lowest level of the History Graph.- Author:
- Tyler Chenhall
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Trapezoid
getData()
Return the trapezoid stored by this Leaf-
Methods inherited from class micycle.trapmap.graph.Node
getLeftChildNode, getParentNode, getParentNodes, getRightChildNode, setLeftChildNode, setParentNode, setRightChildNode
-
-