Class ComponentInitializer
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentInitializer
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
- Direct Known Subclasses:
Configuration
public class ComponentInitializer extends AbstractGlobalComponentSystemUser
-
-
Constructor Summary
Constructors Constructor Description ComponentInitializer(GlobalComponentRepository gcr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> voidabsorbProvisions(T other)<T> Tcheckout(T other)<T> TcheckoutAndAbsorb(T other)<T> voidoverridingAbsorb(T other)-
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
-
ComponentInitializer
public ComponentInitializer(GlobalComponentRepository gcr)
-
-