Uses of Interface
org.processmining.specpp.componenting.system.link.ExpansionStrategyComponent
-
-
Uses of ExpansionStrategyComponent in org.processmining.specpp.config.components
Fields in org.processmining.specpp.config.components with type parameters of type ExpansionStrategyComponent Modifier and Type Field Description protected SimpleBuilder<? extends ExpansionStrategyComponent<N>>TreeConfiguration.Configurator. expansionStrategyBuilderprotected SimpleBuilder<? extends ExpansionStrategyComponent<N>>TreeConfiguration. expansionStrategyBuilderprotected InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>>TreeConfiguration.Configurator. treeFunctionprotected InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>>TreeConfiguration. treeFunctionMethods in org.processmining.specpp.config.components that return ExpansionStrategyComponent Modifier and Type Method Description ExpansionStrategyComponent<N>HeuristicTreeConfiguration. createExpansionStrategy()ExpansionStrategyComponent<N>TreeConfiguration. createExpansionStrategy()ExpansionStrategyComponent<N>TreeConfiguration. createPossiblyInstrumentedExpansionStrategy() -
Uses of ExpansionStrategyComponent in org.processmining.specpp.datastructures.tree.base.impls
Classes in org.processmining.specpp.datastructures.tree.base.impls that implement ExpansionStrategyComponent 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 ExpansionStrategyComponent Constructor Description EventingEnumeratingTree(N root, ExpansionStrategyComponent<N> expansionStrategy)EventingEnumeratingTree(ExpansionStrategyComponent<N> expansionStrategy)TestEventingEnumeratingTree(ExpansionStrategyComponent<N> expansionStrategy) -
Uses of ExpansionStrategyComponent in org.processmining.specpp.datastructures.tree.heuristic
Classes in org.processmining.specpp.datastructures.tree.heuristic that implement ExpansionStrategyComponent 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 ExpansionStrategyComponent in org.processmining.specpp.supervision.instrumentators
Classes in org.processmining.specpp.supervision.instrumentators that implement ExpansionStrategyComponent Modifier and Type Class Description classInstrumentedExpansionStrategy<N extends TreeNode & LocallyExpandable<N>>Constructors in org.processmining.specpp.supervision.instrumentators with parameters of type ExpansionStrategyComponent Constructor Description InstrumentedExpansionStrategy(ExpansionStrategyComponent<N> delegate)
-