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