Package cdc.graphs.impl
Class BasicTree<N extends BasicTreeNode<N>>
java.lang.Object
cdc.graphs.impl.BasicTree<N>
- All Implemented Interfaces:
TreeAdapter<N>
- Direct Known Subclasses:
TestTree
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.graphs.TreeAdapter
areRelated, areRelatedOrEqual, areStrictlyRelated, areUnrelated, canSetParent, getDepth, getFirstCommonAncestor, getHeight, getIndex, getPath, getQIndex, getRelativePosition, getRoot, isLeaf, isOver, isOverOrEqual, isRoot, isStrictlyOver, isStrictlyUnder, isUnder, isUnderOrEqual
-
Constructor Details
-
BasicTree
public BasicTree()
-
-
Method Details
-
getParent
- Specified by:
getParentin interfaceTreeAdapter<N extends BasicTreeNode<N>>
-
getChildren
- Specified by:
getChildrenin interfaceTreeAdapter<N extends BasicTreeNode<N>>
-
hasChildren
- Specified by:
hasChildrenin interfaceTreeAdapter<N extends BasicTreeNode<N>>
-