Class SupervisionConfiguration
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentInitializer
-
- org.processmining.specpp.config.components.Configuration
-
- org.processmining.specpp.config.components.SupervisionConfiguration
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
public class SupervisionConfiguration extends Configuration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSupervisionConfiguration.Configurator
-
Constructor Summary
Constructors Constructor Description SupervisionConfiguration(GlobalComponentRepository gcr, java.util.List<SimpleBuilder<? extends Supervisor>> supervisorBuilders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Supervisor>createSupervisors()-
Methods inherited from class org.processmining.specpp.config.components.Configuration
createFrom, createFrom, shouldBeInstrumented
-
Methods inherited from class org.processmining.specpp.componenting.system.ComponentInitializer
absorbProvisions, checkout, checkoutAndAbsorb, overridingAbsorb
-
Methods inherited from class org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
globalComponentSystem, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
getComponentCollection
-
-
-
-
Constructor Detail
-
SupervisionConfiguration
public SupervisionConfiguration(GlobalComponentRepository gcr, java.util.List<SimpleBuilder<? extends Supervisor>> supervisorBuilders)
-
-
Method Detail
-
createSupervisors
public java.util.List<Supervisor> createSupervisors()
-
-