Class AbstractGlobalComponentSystemUser
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- All Implemented Interfaces:
HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem
- Direct Known Subclasses:
AbstractDeltaAdaptationFunction.Provider,AbstractFitnessEvaluator,ComponentInitializer,ComponentSystemAwareBuilder,DirectlyFollowsHeuristic.Provider,LogHistoryMaker,LPBasedImplicitnessCalculator,ParameterProvider,PlaceExporter,SPECppBuilder
public abstract class AbstractGlobalComponentSystemUser extends java.lang.Object implements UsesGlobalComponentSystem
-
-
Constructor Summary
Constructors Modifier Constructor Description AbstractGlobalComponentSystemUser()protectedAbstractGlobalComponentSystemUser(GlobalComponentRepository componentSystemAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlobalComponentRepositoryglobalComponentSystem()java.lang.StringtoString()-
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
-
AbstractGlobalComponentSystemUser
public AbstractGlobalComponentSystemUser()
-
AbstractGlobalComponentSystemUser
protected AbstractGlobalComponentSystemUser(GlobalComponentRepository componentSystemAdapter)
-
-
Method Detail
-
globalComponentSystem
public GlobalComponentRepository globalComponentSystem()
- Specified by:
globalComponentSystemin interfaceUsesGlobalComponentSystem
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-