Uses of Class
org.processmining.specpp.datastructures.tree.heuristic.HeuristicTreeExpansion
-
Packages that use HeuristicTreeExpansion Package Description org.processmining.specpp.config.components org.processmining.specpp.datastructures.tree.heuristic -
-
Uses of HeuristicTreeExpansion in org.processmining.specpp.config.components
Fields in org.processmining.specpp.config.components with type parameters of type HeuristicTreeExpansion Modifier and Type Field Description protected InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>>HeuristicTreeConfiguration.Configurator. heuristicExpansionBuilderMethods in org.processmining.specpp.config.components that return HeuristicTreeExpansion Modifier and Type Method Description HeuristicTreeExpansion<N,H>HeuristicTreeConfiguration. createHeuristicTreeExpansion()Method parameters in org.processmining.specpp.config.components with type arguments of type HeuristicTreeExpansion Modifier and Type Method Description HeuristicTreeConfiguration.Configurator<P,S,N,H>HeuristicTreeConfiguration.Configurator. heuristicExpansion(InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicExpansionBuilder)Constructor parameters in org.processmining.specpp.config.components with type arguments of type HeuristicTreeExpansion Constructor Description HeuristicTreeConfiguration(GlobalComponentRepository gcr, SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier, InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicStrategyInitializingBuilder, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorSupplier) -
Uses of HeuristicTreeExpansion in org.processmining.specpp.datastructures.tree.heuristic
Subclasses of HeuristicTreeExpansion in org.processmining.specpp.datastructures.tree.heuristic 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>>
-