- java.lang.Object
-
- org.processmining.specpp.componenting.system.AbstractGlobalComponentSystemUser
-
- org.processmining.specpp.componenting.system.ComponentSystemAwareBuilder<PostProcessorComponent<? super R,F>>
-
- org.processmining.specpp.postprocessing.WrappedPostProcessor.Builder<R,F>
-
- All Implemented Interfaces:
java.util.function.Supplier<PostProcessorComponent<? super R,F>>,HasComponentCollection,IsGlobalProvider,UsesGlobalComponentSystem,SimpleBuilder<PostProcessorComponent<? super R,F>>
- Enclosing class:
- WrappedPostProcessor<R extends Result,F extends Result>
public static class WrappedPostProcessor.Builder<R extends Result,F extends Result> extends ComponentSystemAwareBuilder<PostProcessorComponent<? super R,F>>
-
-
Constructor Summary
Constructors Constructor Description Builder(SimpleBuilder<? extends PostProcessor<? super R,F>> wrappedBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WrappedPostProcessor<? super R,F>buildIfFullySatisfied()-
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
-
-
-
-
Constructor Detail
-
Builder
public Builder(SimpleBuilder<? extends PostProcessor<? super R,F>> wrappedBuilder)
-
-
Method Detail
-
buildIfFullySatisfied
protected WrappedPostProcessor<? super R,F> buildIfFullySatisfied()
- Specified by:
buildIfFullySatisfiedin classComponentSystemAwareBuilder<PostProcessorComponent<? super R extends Result,F extends Result>>
-
-