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