Class AbstractDeltaAdaptationFunction.Builder
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder<AbstractDeltaAdaptationFunction.Provider>
-
- org.processmining.specpp.evaluation.heuristics.AbstractDeltaAdaptationFunction.Builder
-
- All Implemented Interfaces:
java.util.function.Supplier<AbstractDeltaAdaptationFunction.Provider>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<AbstractDeltaAdaptationFunction.Provider>
- Direct Known Subclasses:
ConstantDelta.Builder,LinearDelta.Builder,NoDelta.Builder,SigmoidDelta.Builder
- Enclosing class:
- AbstractDeltaAdaptationFunction
public abstract static class AbstractDeltaAdaptationFunction.Builder extends ComponentSystemAwareBuilder<AbstractDeltaAdaptationFunction.Provider>
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegatingDataSource<DeltaParameters>delta
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
Methods inherited from class org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder
build, buildIfFullySatisfied, insufficientRequirements
-
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
-
-
-
-
Field Detail
-
delta
protected final DelegatingDataSource<DeltaParameters> delta
-
-