Class EfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.base.impls.AbstractEfficientTreeBasedProposer<C,N>
-
- org.processmining.specpp.base.impls.EfficientTreeWithExternalizedLogicBasedProposer<C,S,N>
-
- All Implemented Interfaces:
java.util.function.Supplier<C>,Proposer<C>,FullComponentSystemUser,ProposerComponent<C>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,Initializable
- Direct Known Subclasses:
PlaceProposer
public abstract class EfficientTreeWithExternalizedLogicBasedProposer<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>> extends AbstractEfficientTreeBasedProposer<C,N>
-
-
Field Summary
Fields Modifier and Type Field Description protected ChildGenerationLogic<C,S,N>generationLogic-
Fields inherited from class org.processmining.specpp.base.impls.AbstractEfficientTreeBasedProposer
tree
-
-
Constructor Summary
Constructors Constructor Description EfficientTreeWithExternalizedLogicBasedProposer(ChildGenerationLogicComponent<C,S,N> generationLogic, EfficientTreeComponent<N> tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChildGenerationLogic<C,S,N>getGenerationLogic()-
Methods inherited from class org.processmining.specpp.base.impls.AbstractEfficientTreeBasedProposer
advance, describesValidCandidate, extractCandidate, getPreviousProposedNode, proposeCandidate
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, initSelf, localComponentSystem, postSubComponentInit, preSubComponentInit, registerSubComponent, unregisterSubComponent
-
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.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-
-
-
Field Detail
-
generationLogic
protected final ChildGenerationLogic<C extends Candidate & NodeProperties,S extends NodeState,N extends LocalNodeWithExternalizedLogic<C,S,N>> generationLogic
-
-
Constructor Detail
-
EfficientTreeWithExternalizedLogicBasedProposer
public EfficientTreeWithExternalizedLogicBasedProposer(ChildGenerationLogicComponent<C,S,N> generationLogic, EfficientTreeComponent<N> tree)
-
-
Method Detail
-
getGenerationLogic
public ChildGenerationLogic<C,S,N> getGenerationLogic()
-
-