-
- All Superinterfaces:
FullComponentSystemUser,java.util.function.Function<S,T>,HasComponentCollection,Initializable,IsGlobalProvider,PostProcessor<S,T>,UsesGlobalComponentSystem,UsesLocalComponentSystem
- All Known Implementing Classes:
InstrumentedPostProcessor,WrappedPostProcessor
public interface PostProcessorComponent<S extends Result,T extends Result> extends PostProcessor<S,T>, FullComponentSystemUser
-
-
Method Summary
-
Methods inherited from interface org.processmining.specpp.componenting.system.FullComponentSystemUser
collectTransitiveSubcomponents, connectLocalComponentSystem, getComponentCollection, registerSubComponent, unregisterSubComponent
-
Methods inherited from interface org.processmining.specpp.traits.Initializable
init
-
Methods inherited from interface org.processmining.specpp.base.PostProcessor
apply, getInputClass, getLabel, getOutputClass, postProcess
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesGlobalComponentSystem
globalComponentSystem
-
Methods inherited from interface org.processmining.specpp.componenting.traits.UsesLocalComponentSystem
bridgeToChildren, localComponentSystem
-
-