Class EfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
- java.lang.Object
-
- org.processmining.specpp.config.components.TreeConfiguration.Configurator<N>
-
- org.processmining.specpp.config.components.EfficientTreeConfiguration.Configurator<P,S,N>
-
- All Implemented Interfaces:
java.util.function.Function<GlobalComponentRepository,TreeConfiguration<N>>,ComponentInitializerBuilder<TreeConfiguration<N>>,InitializingBuilder<TreeConfiguration<N>,GlobalComponentRepository>
- Direct Known Subclasses:
HeuristicTreeConfiguration.Configurator
- Enclosing class:
- EfficientTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>
public static class EfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> extends TreeConfiguration.Configurator<N>
-
-
Field Summary
Fields Modifier and Type Field Description protected SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>>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 EfficientTreeConfiguration<P,S,N>build(GlobalComponentRepository gcr)EfficientTreeConfiguration.Configurator<P,S,N>childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)EfficientTreeConfiguration.Configurator<P,S,N>expansionStrategy(SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)EfficientTreeConfiguration.Configurator<P,S,N>tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)-
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
-
generatorBuilder
protected SimpleBuilder<? extends ChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>> generatorBuilder
-
-
Method Detail
-
tree
public EfficientTreeConfiguration.Configurator<P,S,N> tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)
- Overrides:
treein classTreeConfiguration.Configurator<N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
expansionStrategy
public EfficientTreeConfiguration.Configurator<P,S,N> expansionStrategy(SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)
- Overrides:
expansionStrategyin classTreeConfiguration.Configurator<N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
childGenerationLogic
public EfficientTreeConfiguration.Configurator<P,S,N> childGenerationLogic(SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)
-
build
public EfficientTreeConfiguration<P,S,N> build(GlobalComponentRepository gcr)
- Specified by:
buildin interfaceInitializingBuilder<P extends NodeProperties,S extends NodeState>- Overrides:
buildin classTreeConfiguration.Configurator<N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
-