Class EfficientTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,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>
-
- org.processmining.specpp.config.components.EfficientTreeConfiguration<P,S,N>
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
- Direct Known Subclasses:
HeuristicTreeConfiguration
public class EfficientTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>> extends TreeConfiguration<N>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEfficientTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,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
expansionStrategyBuilder, treeFunction
-
-
Constructor Summary
Constructors Constructor Description EfficientTreeConfiguration(GlobalComponentRepository gcr, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildGenerationLogicComponent<P,S,N>createChildGenerationLogic()ChildGenerationLogicComponent<P,S,N>createPossiblyInstrumentedChildGenerationLogic()-
Methods inherited from class org.processmining.specpp.config.components.TreeConfiguration
createExpansionStrategy, createPossiblyInstrumentedExpansionStrategy, createPossiblyInstrumentedTree, 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
-
generatorBuilder
protected final SimpleBuilder<? extends ChildGenerationLogicComponent<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>>> generatorBuilder
-
-
Constructor Detail
-
EfficientTreeConfiguration
public EfficientTreeConfiguration(GlobalComponentRepository gcr, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> treeFunction, SimpleBuilder<? extends ExpansionStrategyComponent<N>> expansionStrategyBuilder, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorBuilder)
-
-
Method Detail
-
createPossiblyInstrumentedChildGenerationLogic
public ChildGenerationLogicComponent<P,S,N> createPossiblyInstrumentedChildGenerationLogic()
-
createChildGenerationLogic
public ChildGenerationLogicComponent<P,S,N> createChildGenerationLogic()
-
-