Uses of Interface
org.processmining.specpp.datastructures.tree.base.traits.KnowsParent
-
-
Uses of KnowsParent in org.processmining.specpp.datastructures.tree.base
Subinterfaces of KnowsParent in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceAnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>>interfaceBiDiTreeNode<N extends BiDiTreeNode<N>> -
Uses of KnowsParent in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement KnowsParent Modifier and Type Class Description classAbstractBiDiNode<N extends BiDiTreeNode<N>>classAnnotatableBiDiNodeImpl<A>classBiDiNodeImpl -
Uses of KnowsParent in org.processmining.specpp.datastructures.tree.base.traits
Classes in org.processmining.specpp.datastructures.tree.base.traits with type parameters of type KnowsParent Modifier and Type Interface Description interfaceKnowsParent<N extends TreeNode & KnowsParent<N>>
-