Interface BiDiTreeNode<N extends BiDiTreeNode<N>>
-
- All Superinterfaces:
GraphObject,KnowsChildren<N>,KnowsParent<N>,TreeNode,UniDiTreeNode<N>,Vertex
- All Known Subinterfaces:
AnnotatableBiDiNode<A,N>
- All Known Implementing Classes:
AbstractBiDiNode,AnnotatableBiDiNodeImpl,BiDiNodeImpl
public interface BiDiTreeNode<N extends BiDiTreeNode<N>> extends UniDiTreeNode<N>, KnowsParent<N>
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.KnowsChildren
getChildren, isLeaf
-
Methods inherited from interface org.processmining.specpp.datastructures.tree.base.traits.KnowsParent
getParent
-
-