Class InstrumentedSPECpp<C extends Candidate,I extends CompositionComponent<C>,R extends Result,F extends Result>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.base.impls.SPECpp<C,I,R,F>
-
- org.processmining.specpp.supervision.instrumentators.InstrumentedSPECpp<C,I,R,F>
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,UsesLocalComponentSystem,Initializable,StartStoppable,Stoppable
public class InstrumentedSPECpp<C extends Candidate,I extends CompositionComponent<C>,R extends Result,F extends Result> extends SPECpp<C,I,R,F>
-
-
Field Summary
Fields Modifier and Type Field Description static TaskDescriptionPEC_CYCLEstatic TaskDescriptionTOTAL_CYCLING
-
Constructor Summary
Constructors Constructor Description InstrumentedSPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteAllPECCycles()booleanexecutePECCycle()-
Methods inherited from class org.processmining.specpp.base.impls.SPECpp
build, cancelPECCyclingGracefully, currentCycleCount, executeAll, executeAllPECCyclesInterruptibly, executeDiscovery, executeDiscoveryInterruptibly, executePostProcessing, executePostProcessing, executePostProcessingInterruptibly, future, generateResult, getComposer, getGlobalComponentRepository, getInitialResult, getPostProcessedResult, getPostProcessor, getProposer, getSupervisors, initSelf, isActive, lastCandidate, preSubComponentInit, start, stop
-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, localComponentSystem, postSubComponentInit, 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
connectLocalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren
-
-
-
-
Field Detail
-
PEC_CYCLE
public static final TaskDescription PEC_CYCLE
-
TOTAL_CYCLING
public static final TaskDescription TOTAL_CYCLING
-
-
Constructor Detail
-
InstrumentedSPECpp
public InstrumentedSPECpp(GlobalComponentRepository cr, java.util.List<Supervisor> supervisors, ProposerComponent<C> proposer, ComposerComponent<C,I,R> composer, PostProcessingPipeline<R,F> postProcessor)
-
-