Interface ProposerComponent<C extends Candidate>
-
- All Superinterfaces:
FullComponentSystemUser,HasComponentCollection,Initializable,IsGlobalProvider,Proposer<C>,java.util.function.Supplier<C>,UsesGlobalComponentSystem,UsesLocalComponentSystem
- All Known Implementing Classes:
AbstractEfficientTreeBasedProposer,ConstrainablePlaceProposer,EfficientTreeWithExternalizedLogicBasedProposer,InstrumentedProposer,PlaceProposer,RestartablePlaceProposer
public interface ProposerComponent<C extends Candidate> extends Proposer<C>, FullComponentSystemUser
-
-
Method Summary
-
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.base.Proposer
get, proposeCandidate
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-