Class InstrumentedProposer<C extends Candidate>
- java.lang.Object
-
- org.processmining.specpp.componenting.delegators.AbstractDelegator<T>
-
- org.processmining.specpp.componenting.delegators.AbstractFCSUDelegator<T>
-
- org.processmining.specpp.supervision.instrumentators.AbstractInstrumentingDelegator<ProposerComponent<C>>
-
- org.processmining.specpp.supervision.instrumentators.InstrumentedProposer<C>
-
- All Implemented Interfaces:
java.util.function.Supplier<C>,Proposer<C>,Container<ProposerComponent<C>>,Delegator<ProposerComponent<C>>,FullComponentSystemUser,ProposerComponent<C>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,Initializable
public class InstrumentedProposer<C extends Candidate> extends AbstractInstrumentingDelegator<ProposerComponent<C>> implements ProposerComponent<C>
-
-
Field Summary
Fields Modifier and Type Field Description static TaskDescriptionCANDIDATE_PROPOSAL-
Fields inherited from class org.processmining.specpp.supervision.instrumentators.AbstractInstrumentingDelegator
timeStopper
-
Fields inherited from class org.processmining.specpp.componenting.delegators.AbstractDelegator
delegate
-
-
Constructor Summary
Constructors Constructor Description InstrumentedProposer(ProposerComponent<C> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CproposeCandidate()-
Methods inherited from class org.processmining.specpp.componenting.delegators.AbstractFCSUDelegator
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, globalComponentSystem, init, localComponentSystem, registerSubComponent, unregisterSubComponent
-
Methods inherited from class org.processmining.specpp.componenting.delegators.AbstractDelegator
equals, getDelegate, hashCode, isSet, setDelegate, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Container
isNonEmpty
-
Methods inherited from interface org.processmining.specpp.componenting.delegators.Delegator
addContent, isEmpty, isFull
-
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
-
CANDIDATE_PROPOSAL
public static final TaskDescription CANDIDATE_PROPOSAL
-
-
Constructor Detail
-
InstrumentedProposer
public InstrumentedProposer(ProposerComponent<C> delegate)
-
-
Method Detail
-
proposeCandidate
public C proposeCandidate()
- Specified by:
proposeCandidatein interfaceProposer<C extends Candidate>
-
-