Uses of Interface
org.processmining.specpp.datastructures.tree.base.Tree
-
-
Uses of Tree in org.processmining.specpp.componenting.system.link
Subinterfaces of Tree in org.processmining.specpp.componenting.system.link Modifier and Type Interface Description interfaceEfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>> -
Uses of Tree in org.processmining.specpp.datastructures.graph
Subinterfaces of Tree in org.processmining.specpp.datastructures.graph Modifier and Type Interface Description interfaceCompleteTree<N extends UniDiTreeNode<N>,E extends TreeEdge<N>> -
Uses of Tree in org.processmining.specpp.datastructures.tree.base
Subinterfaces of Tree in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceBiDiTree<N extends BiDiTreeNode<N>>interfaceEfficientBacktrackableTree<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>>interfaceEfficientTree<N extends TreeNode & LocallyExpandable<N>> -
Uses of Tree in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement Tree Modifier and Type Class Description classBiDiTreeImpl<N extends BiDiTreeNode<N>>classChangeTree<P extends NodeProperties>classEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>>classFixedRootTreeImpl<N extends TreeNode>classRerootableTreeImpl<N extends TreeNode>classTestEventingEnumeratingTree<N extends TreeNode & LocallyExpandable<N>> -
Uses of Tree in org.processmining.specpp.datastructures.tree.iterators
Constructors in org.processmining.specpp.datastructures.tree.iterators with parameters of type Tree Constructor Description BottomUpTraversal(Tree<N> tree)Deprecated.LevelwiseTreeTraversal(Tree<N> tree)TopDownTraversal(Tree<N> tree) -
Uses of Tree in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement Tree Modifier and Type Class Description classInstrumentedEfficientTree<N extends TreeNode & LocallyExpandable<N>>
-