Uses of Interface
org.processmining.plugins.InductiveMiner.mining.postprocessor.PostProcessor
-
Packages that use PostProcessor Package Description org.processmining.plugins.InductiveMiner.mining org.processmining.plugins.InductiveMiner.mining.postprocessor -
-
Uses of PostProcessor in org.processmining.plugins.InductiveMiner.mining
Methods in org.processmining.plugins.InductiveMiner.mining that return types with arguments of type PostProcessor Modifier and Type Method Description java.util.List<PostProcessor>MiningParameters. getPostProcessors()Method parameters in org.processmining.plugins.InductiveMiner.mining with type arguments of type PostProcessor Modifier and Type Method Description voidMiningParameters. setPostProcessors(java.util.List<PostProcessor> postProcessors) -
Uses of PostProcessor in org.processmining.plugins.InductiveMiner.mining.postprocessor
Classes in org.processmining.plugins.InductiveMiner.mining.postprocessor that implement PostProcessor Modifier and Type Class Description classPostProcessorInterleavedreplace interleaved nodes if necessary
-