Class AbstractSupervisor
- java.lang.Object
-
- org.processmining.specpp.componenting.system.link.AbstractBaseClass
-
- org.processmining.specpp.supervision.AbstractSupervisor
-
- All Implemented Interfaces:
FullComponentSystemUser,HasComponentCollection,IsGlobalProvider,ProvidesSupervisors,UsesGlobalComponentSystem,UsesLocalComponentSystem,Supervisor,Initializable,StartStoppable,Stoppable
- Direct Known Subclasses:
BaseSupervisor,SchedulingSupervisor,TerminalSupervisor
public abstract class AbstractSupervisor extends AbstractBaseClass implements Supervisor
-
-
Constructor Summary
Constructors Constructor Description AbstractSupervisor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LayingPipebeginLaying()-
Methods inherited from class org.processmining.specpp.componenting.system.link.AbstractBaseClass
collectTransitiveSubcomponents, getComponentCollection, getSubComponents, globalComponentSystem, init, initSelf, 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.traits.StartStoppable
start
-
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
-
beginLaying
protected LayingPipe beginLaying()
-
-