Uses of Interface
org.processmining.plugins.inductiveminer2.framework.postprocessor.PostProcessor
-
-
Uses of PostProcessor in org.processmining.plugins.inductiveminer2.framework.postprocessor
Classes in org.processmining.plugins.inductiveminer2.framework.postprocessor that implement PostProcessor Modifier and Type Class Description classPostProcessorEmptyLogThis post processor aims to avoid superfluous skips and consists of two parts: one part replaces a tau of an empty log with a special node, the other part removes this special node again. -
Uses of PostProcessor in org.processmining.plugins.inductiveminer2.mining
Methods in org.processmining.plugins.inductiveminer2.mining that return types with arguments of type PostProcessor Modifier and Type Method Description java.util.List<PostProcessor>MiningParameters. getPostProcessors() -
Uses of PostProcessor in org.processmining.plugins.inductiveminer2.variants
Fields in org.processmining.plugins.inductiveminer2.variants with type parameters of type PostProcessor Modifier and Type Field Description static java.util.List<PostProcessor>MiningParametersIM. basicPostProcessorsMethods in org.processmining.plugins.inductiveminer2.variants that return types with arguments of type PostProcessor Modifier and Type Method Description java.util.List<PostProcessor>MiningParametersIM. getPostProcessors()java.util.List<PostProcessor>MiningParametersIMInfrequentPartialTracesAli. getPostProcessors()
-