Interface Supervisor
-
- All Superinterfaces:
FullComponentSystemUser,HasComponentCollection,Initializable,IsGlobalProvider,ProvidesSupervisors,StartStoppable,Stoppable,UsesGlobalComponentSystem,UsesLocalComponentSystem
- All Known Implementing Classes:
AbstractSupervisor,AltEventCountsSupervisor,BaseSupervisor,DebuggingSupervisor,DetailedComposerSupervisor,DetailedHeuristicsSupervisor,DetailedTreeSupervisor,EvaluationSupervisor,EventCountsSupervisor,FileWritingMonitoringSupervisor,LiveEvents,LivePerformance,MonitoringSupervisor,PerformanceSupervisor,ProposalTreeSupervisor,SchedulingSupervisor,SubSupervisor,TerminalSupervisor
public interface Supervisor extends FullComponentSystemUser, Initializable, StartStoppable, ProvidesSupervisors, IsGlobalProvider
-
-
Method Summary
-
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
-
-