Uses of Class
org.processmining.specpp.prom.alg.FrameworkBridge.AnnotatedPostProcessor
-
Packages that use FrameworkBridge.AnnotatedPostProcessor Package Description org.processmining.specpp.prom.alg org.processmining.specpp.prom.mvc.config org.processmining.specpp.prom.util -
-
Uses of FrameworkBridge.AnnotatedPostProcessor in org.processmining.specpp.prom.alg
Fields in org.processmining.specpp.prom.alg with type parameters of type FrameworkBridge.AnnotatedPostProcessor Modifier and Type Field Description static java.util.List<FrameworkBridge.AnnotatedPostProcessor>FrameworkBridge. POST_PROCESSORSMethods in org.processmining.specpp.prom.alg that return FrameworkBridge.AnnotatedPostProcessor Modifier and Type Method Description FrameworkBridge.AnnotatedPostProcessorFrameworkBridge.BridgedPostProcessors. getBridge()Method parameters in org.processmining.specpp.prom.alg with type arguments of type FrameworkBridge.AnnotatedPostProcessor Modifier and Type Method Description static voidProMPostProcessor. createPluginFinderWindow(org.processmining.framework.plugin.PluginContext pc, java.util.function.Consumer<FrameworkBridge.AnnotatedPostProcessor> consumer) -
Uses of FrameworkBridge.AnnotatedPostProcessor in org.processmining.specpp.prom.mvc.config
Methods in org.processmining.specpp.prom.mvc.config with parameters of type FrameworkBridge.AnnotatedPostProcessor Modifier and Type Method Description voidPostProcessingConfigPanel. importAnnotatedPostProcessor(FrameworkBridge.AnnotatedPostProcessor annotatedPostProcessor)Method parameters in org.processmining.specpp.prom.mvc.config with type arguments of type FrameworkBridge.AnnotatedPostProcessor Modifier and Type Method Description static booleanConfigurationPanel. validatePostProcessingPipeline(MyListModel<FrameworkBridge.AnnotatedPostProcessor> ppPipelineModel)Constructor parameters in org.processmining.specpp.prom.mvc.config with type arguments of type FrameworkBridge.AnnotatedPostProcessor Constructor Description PostProcessingConfigPanel(org.processmining.framework.plugin.PluginContext pc, MyListModel<FrameworkBridge.AnnotatedPostProcessor> ppPipelineModel) -
Uses of FrameworkBridge.AnnotatedPostProcessor in org.processmining.specpp.prom.util
Constructors in org.processmining.specpp.prom.util with parameters of type FrameworkBridge.AnnotatedPostProcessor Constructor Description AnnotatedPostProcessorTransferable(FrameworkBridge.AnnotatedPostProcessor app)
-