Class LinearDelta.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.LinearDelta.Builder
-
- All Implemented Interfaces:
java.util.function.Supplier<AbstractDeltaAdaptationFunction.Provider>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<AbstractDeltaAdaptationFunction.Provider>
- Enclosing class:
- LinearDelta
public static class LinearDelta.Builder extends AbstractDeltaAdaptationFunction.Builder
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegatingDataSource<PlaceGeneratorParameters>placeGeneratorParametersprotected DelegatingDataSource<IntEncodings<Transition>>transitionEncodings-
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 LinearDelta.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
-
-
-
-
Field Detail
-
placeGeneratorParameters
protected DelegatingDataSource<PlaceGeneratorParameters> placeGeneratorParameters
-
transitionEncodings
protected DelegatingDataSource<IntEncodings<Transition>> transitionEncodings
-
-
Method Detail
-
buildIfFullySatisfied
protected LinearDelta.Provider buildIfFullySatisfied()
- Specified by:
buildIfFullySatisfiedin classComponentSystemAwareBuilder<AbstractDeltaAdaptationFunction.Provider>
-
-