Uses of Interface
org.processmining.specpp.datastructures.tree.base.AnnotatableBiDiNode
-
-
Uses of AnnotatableBiDiNode in org.processmining.specpp.datastructures.tree.base
Classes in org.processmining.specpp.datastructures.tree.base with type parameters of type AnnotatableBiDiNode Modifier and Type Interface Description interfaceAnnotatableBiDiNode<A,N extends AnnotatableBiDiNode<A,N>> -
Uses of AnnotatableBiDiNode in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement AnnotatableBiDiNode Modifier and Type Class Description classAnnotatableBiDiNodeImpl<A>Methods in org.processmining.specpp.datastructures.tree.base.impls with type parameters of type AnnotatableBiDiNode Modifier and Type Method Description static <A,N extends AnnotatableBiDiNode<A,N>>
NReflectiveNodeFactory. annotatedChildOf(N parent, A annotation)Constructor parameters in org.processmining.specpp.datastructures.tree.base.impls with type arguments of type AnnotatableBiDiNode Constructor Description TreePrinter(BiDiTree<? extends AnnotatableBiDiNode<?,?>> tree, int fromLevel, int toLevel, long nodeLimit) -
Uses of AnnotatableBiDiNode in org.processmining.specpp.supervision.piping
Constructor parameters in org.processmining.specpp.supervision.piping with type arguments of type AnnotatableBiDiNode Constructor Description TreeDrawer(BiDiTree<? extends AnnotatableBiDiNode<?,?>> tree, int fromLevel, int toLevel, int drawNodeLimit, java.lang.String title)
-