Class NoDelta.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
-
- org.processmining.specpp.evaluation.heuristics.NoDelta.Builder
-
- All Implemented Interfaces:
java.util.function.Supplier<AbstractDeltaAdaptationFunction.Provider>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<AbstractDeltaAdaptationFunction.Provider>
- Enclosing class:
- NoDelta
public static class NoDelta.Builder extends AbstractDeltaAdaptationFunction.Builder
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.evaluation.heuristics.AbstractDeltaAdaptationFunction.Builder
delta
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractDeltaAdaptationFunction.ProviderbuildIfFullySatisfied()-
Methods inherited from class org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder
build, 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
-
-
-
-
Method Detail
-
buildIfFullySatisfied
protected AbstractDeltaAdaptationFunction.Provider buildIfFullySatisfied()
- Specified by:
buildIfFullySatisfiedin classComponentSystemAwareBuilder<AbstractDeltaAdaptationFunction.Provider>
-
-