Interface AnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>>
-
- All Superinterfaces:
Annotatable<A>,BiDiTreeNode<N>,GraphObject,KnowsChildren<N>,KnowsParent<N>,TreeNode,UniDiTreeNode<N>,Vertex
- All Known Implementing Classes:
AnnotatableBiDiNodeImpl
public interface AnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>> extends BiDiTreeNode<N>, Annotatable<A>
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.datastructures.graph.Annotatable
getAnnotation, setAnnotation
-
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
-
-