Class EventCountsSupervisor
- 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
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Monitoring,Initializable,Joinable,StartStoppable,Stoppable
- Direct Known Subclasses:
AltEventCountsSupervisor
public class EventCountsSupervisor extends MonitoringSupervisor
-
-
Field Summary
Fields Modifier and Type Field Description protected ConcurrencyBridge<ConstraintEvent>composerConstraintsprotected ConcurrencyBridge<CandidateCompositionEvent<?>>composerEventsprotected ConcurrencyBridge<ConstraintEvent>compositionConstraintsprotected ConcurrencyBridge<HeuristicComputationEvent<?>>heuristicsEventsprotected ConcurrencyBridge<ConstraintEvent>proposerConstraintsprotected ConcurrencyBridge<TreeEvent>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 EventCountsSupervisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinstantiateObservationHandlingPartiallySatisfied()protected voidlayConnections(Observable<?> source, java.lang.String label)-
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
-
-
-
-
Field Detail
-
composerConstraints
protected final ConcurrencyBridge<ConstraintEvent> composerConstraints
-
compositionConstraints
protected final ConcurrencyBridge<ConstraintEvent> compositionConstraints
-
proposerConstraints
protected final ConcurrencyBridge<ConstraintEvent> proposerConstraints
-
treeEvents
protected final ConcurrencyBridge<TreeEvent> treeEvents
-
composerEvents
protected final ConcurrencyBridge<CandidateCompositionEvent<?>> composerEvents
-
heuristicsEvents
protected final ConcurrencyBridge<HeuristicComputationEvent<?>> heuristicsEvents
-
-
Method Detail
-
instantiateObservationHandlingPartiallySatisfied
protected void instantiateObservationHandlingPartiallySatisfied()
- Overrides:
instantiateObservationHandlingPartiallySatisfiedin classSubSupervisor
-
layConnections
protected void layConnections(Observable<?> source, java.lang.String label)
-
-