Class HeuristicTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
- java.lang.Object
-
- org.processmining.specpp.config.components.TreeConfiguration.Configurator<N>
-
- org.processmining.specpp.config.components.EfficientTreeConfiguration.Configurator<P,S,N>
-
- org.processmining.specpp.config.components.HeuristicTreeConfiguration.Configurator<P,S,N,H>
-
- All Implemented Interfaces:
java.util.function.Function<GlobalComponentRepository,TreeConfiguration<N>>,ComponentInitializerBuilder<TreeConfiguration<N>>,InitializingBuilder<TreeConfiguration<N>,GlobalComponentRepository>
- Enclosing class:
- HeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
public static class HeuristicTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>> extends EfficientTreeConfiguration.Configurator<P,S,N>
-
-
Field Summary
Fields Modifier and Type Field Description protected InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>>heuristicExpansionBuilderprotected SimpleBuilder<? extends HeuristicStrategy<N,H>>heuristicStrategyBuilder-
Fields inherited from class org.processmining.specpp.config.components.EfficientTreeConfiguration.Configurator
generatorBuilder
-
Fields inherited from class org.processmining.specpp.config.components.TreeConfiguration.Configurator
expansionStrategyBuilder, treeFunction
-
-
Constructor Summary
Constructors Constructor Description Configurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeuristicTreeConfiguration<P,S,N,H>build(GlobalComponentRepository gcr)HeuristicTreeConfiguration.Configurator<P,S,N,H>childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)HeuristicTreeConfiguration.Configurator<P,S,N,H>heuristic(SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier)HeuristicTreeConfiguration.Configurator<P,S,N,H>heuristicExpansion(InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicExpansionBuilder)HeuristicTreeConfiguration.Configurator<P,S,N,H>tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction)-
Methods inherited from class org.processmining.specpp.config.components.EfficientTreeConfiguration.Configurator
expansionStrategy
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.components.InitializingBuilder
apply
-
-
-
-
Field Detail
-
heuristicStrategyBuilder
protected SimpleBuilder<? extends HeuristicStrategy<N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>> heuristicStrategyBuilder
-
heuristicExpansionBuilder
protected InitializingBuilder<? extends HeuristicTreeExpansion<N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>,HeuristicStrategy<N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>> heuristicExpansionBuilder
-
-
Method Detail
-
heuristic
public HeuristicTreeConfiguration.Configurator<P,S,N,H> heuristic(SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier)
-
heuristicExpansion
public HeuristicTreeConfiguration.Configurator<P,S,N,H> heuristicExpansion(InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicExpansionBuilder)
-
tree
public HeuristicTreeConfiguration.Configurator<P,S,N,H> tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction)
- Overrides:
treein classEfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
childGenerationLogic
public HeuristicTreeConfiguration.Configurator<P,S,N,H> childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)
- Overrides:
childGenerationLogicin classEfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
build
public HeuristicTreeConfiguration<P,S,N,H> build(GlobalComponentRepository gcr)
- Specified by:
buildin interfaceInitializingBuilder<P extends NodeProperties,S extends NodeState>- Overrides:
buildin classEfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
-