Class EventingPlaceComposerWithCIPR<I extends AdvancedComposition<Place>>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.base.impls.AbstractComposer<Place,I,CollectionOfPlaces>
-
- org.processmining.specpp.composition.composers.PlaceComposerWithCIPR<I>
-
- org.processmining.specpp.composition.composers.EventingPlaceComposerWithCIPR<I>
-
- All Implemented Interfaces:
java.util.function.Consumer<Place>,Composer<Place,I,CollectionOfPlaces>,FullComponentSystemUser,ComposerComponent<Place,I,CollectionOfPlaces>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,Initializable
public class EventingPlaceComposerWithCIPR<I extends AdvancedComposition<Place>> extends PlaceComposerWithCIPR<I>
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.composition.composers.PlaceComposerWithCIPR
implicitnessEvaluator
-
Fields inherited from class org.processmining.specpp.base.impls.AbstractComposer
assembleResult, composition
-
-
Constructor Summary
Constructors Constructor Description EventingPlaceComposerWithCIPR(I composition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidacceptanceRevoked(Place candidate)Hook for actions to perform on initially accepted candidates which are now removed.protected voidcandidateAccepted(Place candidate)Hook for actions to perform on accepted candidates.protected voidcandidateRejected(Place candidate)Hook for actions to perform on rejected candidates.-
Methods inherited from class org.processmining.specpp.composition.composers.PlaceComposerWithCIPR
candidatesAreExhausted, deliberateAcceptance, initSelf
-
Methods inherited from class org.processmining.specpp.base.impls.AbstractComposer
accept, acceptCandidate, composition, generateResult, getIntermediateResult, isFinished, rejectCandidate, revokeAcceptance, revokeLastAcceptance
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, 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
-
-
-
-
Constructor Detail
-
EventingPlaceComposerWithCIPR
public EventingPlaceComposerWithCIPR(I composition)
-
-
Method Detail
-
candidateAccepted
protected void candidateAccepted(Place candidate)
Description copied from class:AbstractComposerHook for actions to perform on accepted candidates.- Overrides:
candidateAcceptedin classPlaceComposerWithCIPR<I extends AdvancedComposition<Place>>- Parameters:
candidate- the accepted candidate
-
candidateRejected
protected void candidateRejected(Place candidate)
Description copied from class:AbstractComposerHook for actions to perform on rejected candidates.- Overrides:
candidateRejectedin classPlaceComposerWithCIPR<I extends AdvancedComposition<Place>>- Parameters:
candidate- the rejected candidate
-
acceptanceRevoked
protected void acceptanceRevoked(Place candidate)
Description copied from class:AbstractComposerHook for actions to perform on initially accepted candidates which are now removed.- Overrides:
acceptanceRevokedin classPlaceComposerWithCIPR<I extends AdvancedComposition<Place>>- Parameters:
candidate- the revoked candidate
-
-