Uses of Interface
org.processmining.plugins.inductiveminer2.framework.fallthroughs.FallThrough
-
-
Uses of FallThrough in org.processmining.plugins.inductiveminer2.framework.fallthroughs
Classes in org.processmining.plugins.inductiveminer2.framework.fallthroughs that implement FallThrough Modifier and Type Class Description classFallThroughActivityConcurrentclassFallThroughActivityOncePerTraceConcurrentTry to exclude a single activity, given that it occurs precisely once per trace.classFallThroughFlowerWithoutEpsilonclassFallThroughTauLoopclassFallThroughTauLoopStrict -
Uses of FallThrough in org.processmining.plugins.inductiveminer2.mining
Methods in org.processmining.plugins.inductiveminer2.mining that return types with arguments of type FallThrough Modifier and Type Method Description java.util.List<FallThrough>MiningParameters. getFallThroughs() -
Uses of FallThrough in org.processmining.plugins.inductiveminer2.variants
Fields in org.processmining.plugins.inductiveminer2.variants with type parameters of type FallThrough Modifier and Type Field Description static java.util.List<FallThrough>MiningParametersIM. basicFallThroughsstatic java.util.List<FallThrough>MiningParametersIMLifeCycle. lifeCycleFallthroughsMethods in org.processmining.plugins.inductiveminer2.variants that return types with arguments of type FallThrough Modifier and Type Method Description java.util.List<FallThrough>MiningParametersIM. getFallThroughs()java.util.List<FallThrough>MiningParametersIMInfrequentLifeCycle. getFallThroughs()java.util.List<FallThrough>MiningParametersIMLifeCycle. getFallThroughs()
-