Class AltEventCountsSupervisor
- 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.supervision.supervisors.EventCountsSupervisor
-
- org.processmining.specpp.supervision.supervisors.AltEventCountsSupervisor
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Monitoring,Initializable,Joinable,StartStoppable,Stoppable
public class AltEventCountsSupervisor extends EventCountsSupervisor
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.supervision.supervisors.EventCountsSupervisor
composerConstraints, composerEvents, compositionConstraints, heuristicsEvents, proposerConstraints, treeEvents
-
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 AltEventCountsSupervisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidlayConnections(Observable<?> source, java.lang.String label)-
Methods inherited from class org.processmining.specpp.supervision.supervisors.EventCountsSupervisor
instantiateObservationHandlingPartiallySatisfied
-
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
-
layConnections
protected void layConnections(Observable<?> source, java.lang.String label)
- Overrides:
layConnectionsin classEventCountsSupervisor
-
-