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