Class TreeConfiguration.Configurator<N extends TreeNode & LocallyExpandable<N>>
- java.lang.Object
-
- org.processmining.specpp.config.components.TreeConfiguration.Configurator<N>
-
- All Implemented Interfaces:
java.util.function.Function<GlobalComponentRepository,TreeConfiguration<N>>,ComponentInitializerBuilder<TreeConfiguration<N>>,InitializingBuilder<TreeConfiguration<N>,GlobalComponentRepository>
- Direct Known Subclasses:
EfficientTreeConfiguration.Configurator
- Enclosing class:
- TreeConfiguration<N extends TreeNode & LocallyExpandable<N>>
public static class TreeConfiguration.Configurator<N extends TreeNode & LocallyExpandable<N>> extends java.lang.Object implements ComponentInitializerBuilder<TreeConfiguration<N>>
-
-
Field Summary
Fields Modifier and Type Field Description protected SimpleBuilder<? extends ExpansionStrategyComponent<N>>expansionStrategyBuilderprotected InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>>treeFunction
-
Constructor Summary
Constructors Constructor Description Configurator()Configurator(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeConfiguration<N>build(GlobalComponentRepository gcr)TreeConfiguration.Configurator<N>expansionStrategy(SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)TreeConfiguration.Configurator<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
-
treeFunction
protected InitializingBuilder<? extends EfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>>,ExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>>> treeFunction
-
expansionStrategyBuilder
protected SimpleBuilder<? extends ExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>>> expansionStrategyBuilder
-
-
Constructor Detail
-
Configurator
public Configurator()
-
Configurator
public Configurator(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)
-
-
Method Detail
-
expansionStrategy
public TreeConfiguration.Configurator<N> expansionStrategy(SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)
-
tree
public TreeConfiguration.Configurator<N> tree(InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction)
-
build
public TreeConfiguration<N> build(GlobalComponentRepository gcr)
- Specified by:
buildin interfaceInitializingBuilder<TreeConfiguration<N extends TreeNode & LocallyExpandable<N>>,GlobalComponentRepository>
-
-