Class ComponentSystemAwareBuilder<T>
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder<T>
-
- All Implemented Interfaces:
java.util.function.Supplier<T>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<T>
- Direct Known Subclasses:
AbstractDeltaAdaptationFunction.Builder,AbstractFitnessEvaluator.Builder,AddDanglingTransitionPostProcessing.Builder,ConstrainablePlaceProposer.Builder,DirectlyFollowsHeuristic.Builder,EventuallyFollowsTreeHeuristic.Builder,ImplicitnessPostProcessor.Builder,InstrumentedPostProcessor.Builder,LogHistoryMaker.Builder,LPBasedImplicitnessCalculator.Builder,LPBasedImplicitnessPostProcessing.Builder,MonotonousPlaceGenerationLogic.Builder,PlaceExporter.Builder,UniwiredSelfLoopAdditionPostProcessing.Builder,WrappedPostProcessor.Builder
public abstract class ComponentSystemAwareBuilder<T> extends AbstractGlobalComponentSystemUser implements SimpleBuilder<T>
-
-
Constructor Summary
Constructors Constructor Description ComponentSystemAwareBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tbuild()protected abstract TbuildIfFullySatisfied()protected TinsufficientRequirements()-
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.config.components.SimpleBuilder
get
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
getComponentCollection
-
-