Class TreeConfiguration<N extends TreeNode & LocallyExpandable<N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentInitializer
-
- org.processmining.specpp.config.components.Configuration
-
- org.processmining.specpp.config.components.TreeConfiguration<N>
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
- Direct Known Subclasses:
EfficientTreeConfiguration
public class TreeConfiguration<N extends TreeNode & LocallyExpandable<N>> extends Configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTreeConfiguration.Configurator<N extends TreeNode & LocallyExpandable<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 TreeConfiguration(GlobalComponentRepository gcr, 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 ExpansionStrategyComponent<N>createExpansionStrategy()ExpansionStrategyComponent<N>createPossiblyInstrumentedExpansionStrategy()EfficientTreeComponent<N>createPossiblyInstrumentedTree()EfficientTreeComponent<N>createTree()-
Methods inherited from class org.processmining.specpp.config.components.Configuration
createFrom, createFrom, shouldBeInstrumented
-
Methods inherited from class org.processmining.specpp.componenting.system.ComponentInitializer
absorbProvisions, checkout, checkoutAndAbsorb, overridingAbsorb
-
Methods inherited from class org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
globalComponentSystem, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
getComponentCollection
-
-
-
-
Field Detail
-
treeFunction
protected final InitializingBuilder<? extends EfficientTreeComponent<N extends TreeNode & LocallyExpandable<N>>,ExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>>> treeFunction
-
expansionStrategyBuilder
protected final SimpleBuilder<? extends ExpansionStrategyComponent<N extends TreeNode & LocallyExpandable<N>>> expansionStrategyBuilder
-
-
Constructor Detail
-
TreeConfiguration
public TreeConfiguration(GlobalComponentRepository gcr, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder)
-
-
Method Detail
-
createExpansionStrategy
public ExpansionStrategyComponent<N> createExpansionStrategy()
-
createPossiblyInstrumentedExpansionStrategy
public ExpansionStrategyComponent<N> createPossiblyInstrumentedExpansionStrategy()
-
createTree
public EfficientTreeComponent<N> createTree()
-
createPossiblyInstrumentedTree
public EfficientTreeComponent<N> createPossiblyInstrumentedTree()
-
-