Class ProjectionMinerParameters
- java.lang.Object
-
- org.processmining.projectionminer.parameters.ProjectionMinerParameters
-
public class ProjectionMinerParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ProjectionMinerParameters()ProjectionMinerParameters(DiscoveryPlugin discoveryPlugin, boolean initialPlaceMerge, int maxRecursionDepth, boolean reduceSilentTransitions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiscoveryPlugingetDiscoveryPlugin()AbstractFiringSequenceChoosergetFiringSequenceChooser()intgetMaxRecursionDepth()intgetSequenceGeneratorDepth()booleanshouldInitialPlaceMerge()booleanshouldReduceSilentTransitions()
-
-
-
Constructor Detail
-
ProjectionMinerParameters
public ProjectionMinerParameters()
-
ProjectionMinerParameters
public ProjectionMinerParameters(DiscoveryPlugin discoveryPlugin, boolean initialPlaceMerge, int maxRecursionDepth, boolean reduceSilentTransitions)
-
-
Method Detail
-
getDiscoveryPlugin
public DiscoveryPlugin getDiscoveryPlugin()
-
shouldInitialPlaceMerge
public boolean shouldInitialPlaceMerge()
-
getMaxRecursionDepth
public int getMaxRecursionDepth()
-
shouldReduceSilentTransitions
public boolean shouldReduceSilentTransitions()
-
getSequenceGeneratorDepth
public int getSequenceGeneratorDepth()
-
getFiringSequenceChooser
public AbstractFiringSequenceChooser getFiringSequenceChooser()
-
-