Class LivePerformance
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.supervision.AbstractSupervisor
-
- org.processmining.specpp.supervision.supervisors.SchedulingSupervisor
-
- org.processmining.specpp.supervision.supervisors.SubSupervisor
-
- org.processmining.specpp.supervision.supervisors.MonitoringSupervisor
-
- org.processmining.specpp.prom.alg.LivePerformance
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Monitoring,Initializable,Joinable,StartStoppable,Stoppable
public class LivePerformance extends MonitoringSupervisor
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.supervision.supervisors.MonitoringSupervisor
monitorMap
-
Fields inherited from class org.processmining.specpp.supervision.supervisors.SubSupervisor
consoleLogger, fileLogger, supervisionParametersSource
-
-
Constructor Summary
Constructors Constructor Description LivePerformance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinstantiateObservationHandlingPartiallySatisfied()-
Methods inherited from class org.processmining.specpp.supervision.supervisors.MonitoringSupervisor
createMonitor, getLabeledMonitor, getMonitor, getMonitor, getMonitors
-
Methods inherited from class org.processmining.specpp.supervision.supervisors.SubSupervisor
initSelf, instantiateObservationHandlingFullySatisfied
-
Methods inherited from class org.processmining.specpp.supervision.supervisors.SchedulingSupervisor
beginLaying, constantRunner, join, regularRunner, start, stop
-
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.ProvidesSupervisors
supervisors
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-
-
-
Method Detail
-
instantiateObservationHandlingPartiallySatisfied
protected void instantiateObservationHandlingPartiallySatisfied()
- Overrides:
instantiateObservationHandlingPartiallySatisfiedin classSubSupervisor
-
-