Class ImplicitnessPostProcessor.Builder
- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder<ImplicitnessPostProcessor>
-
- org.processmining.specpp.postprocessing.ImplicitnessPostProcessor.Builder
-
- All Implemented Interfaces:
java.util.function.Supplier<ImplicitnessPostProcessor>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<ImplicitnessPostProcessor>
- Direct Known Subclasses:
ReplayBasedImplicitnessPostProcessing.Builder
- Enclosing class:
- ImplicitnessPostProcessor
public abstract static class ImplicitnessPostProcessor.Builder extends ComponentSystemAwareBuilder<ImplicitnessPostProcessor>
-
-
Field Summary
Fields Modifier and Type Field Description protected DelegatingDataSource<BitMask>consideredVariantsSourceprotected DelegatingDataSource<ImplicitnessTestingParameters>parametersSource
-
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
-
parametersSource
protected final DelegatingDataSource<ImplicitnessTestingParameters> parametersSource
-
consideredVariantsSource
protected final DelegatingDataSource<BitMask> consideredVariantsSource
-
-