Class HeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
- 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>
-
- org.processmining.specpp.config.components.HeuristicTreeConfiguration<P,S,N,H>
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
public class HeuristicTreeConfiguration<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>> extends EfficientTreeConfiguration<P,S,N>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHeuristicTreeConfiguration.Configurator<P extends NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<P,S,N>,H extends HeuristicValue<? super H>>
-
Field Summary
-
Fields inherited from class org.processmining.specpp.config.components.EfficientTreeConfiguration
generatorBuilder
-
Fields inherited from class org.processmining.specpp.config.components.TreeConfiguration
expansionStrategyBuilder, treeFunction
-
-
Constructor Summary
Constructors Constructor Description HeuristicTreeConfiguration(GlobalComponentRepository gcr, SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier, InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicStrategyInitializingBuilder, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpansionStrategyComponent<N>createExpansionStrategy()HeuristicStrategy<N,H>createHeuristicStrategy()HeuristicTreeExpansion<N,H>createHeuristicTreeExpansion()-
Methods inherited from class org.processmining.specpp.config.components.EfficientTreeConfiguration
createChildGenerationLogic, createPossiblyInstrumentedChildGenerationLogic
-
Methods inherited from class org.processmining.specpp.config.components.TreeConfiguration
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
-
-
-
-
Constructor Detail
-
HeuristicTreeConfiguration
public HeuristicTreeConfiguration(GlobalComponentRepository gcr, SimpleBuilder<? extends HeuristicStrategy<N,H>> heuristicStrategySupplier, InitializingBuilder<? extends HeuristicTreeExpansion<N,H>,HeuristicStrategy<N,H>> heuristicStrategyInitializingBuilder, InitializingBuilder<? extends EfficientTreeComponent<N>,ExpansionStrategyComponent<N>> enumeratingTreeFunction, SimpleBuilder<? extends ChildGenerationLogicComponent<P,S,N>> generatorSupplier)
-
-
Method Detail
-
createHeuristicStrategy
public HeuristicStrategy<N,H> createHeuristicStrategy()
-
createHeuristicTreeExpansion
public HeuristicTreeExpansion<N,H> createHeuristicTreeExpansion()
-
createExpansionStrategy
public ExpansionStrategyComponent<N> createExpansionStrategy()
- Overrides:
createExpansionStrategyin classTreeConfiguration<N extends LocalNodeWithExternalizedLogic<P,S,N>>
-
-