Uses of Interface
org.processmining.specpp.datastructures.tree.base.ExpansionStrategy
-
-
Uses of ExpansionStrategy in org.processmining.specpp.componenting.system.link
Subinterfaces of ExpansionStrategy in org.processmining.specpp.componenting.system.link Modifier and Type Interface Description interfaceExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>> -
Uses of ExpansionStrategy in org.processmining.specpp.datastructures.tree.base
Subinterfaces of ExpansionStrategy in org.processmining.specpp.datastructures.tree.base Modifier and Type Interface Description interfaceLocalTreeTraversalStrategy<N extends TreeNode & LocallyExpandable<N> & LocallyContractible<N>> -
Uses of ExpansionStrategy in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement ExpansionStrategy Modifier and Type Class Description classVariableExpansion<N extends TreeNode & LocallyExpandable<N>>static classVariableExpansion.BFS<N extends TreeNode & LocallyExpandable<N>>static classVariableExpansion.DFS<N extends TreeNode & LocallyExpandable<N>>Constructors in org.processmining.specpp.datastructures.tree.base.impls with parameters of type ExpansionStrategy Constructor Description EnumeratingTree(N root, ExpansionStrategy<N> expansionStrategy)EnumeratingTree(ExpansionStrategy<N> expansionStrategy) -
Uses of ExpansionStrategy in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement ExpansionStrategy Modifier and Type Class Description classDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>classEventingDiscriminatingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends DoubleScore>classEventingHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>>classHeuristicTreeExpansion<N extends TreeNode & Evaluable & LocallyExpandable<N>,H extends HeuristicValue<? super H>> -
Uses of ExpansionStrategy in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement ExpansionStrategy Modifier and Type Class Description classInstrumentedExpansionStrategy<N extends TreeNode & LocallyExpandable<N>>
-