Class DeltaComposerParameters
- java.lang.Object
-
- org.processmining.specpp.config.parameters.DeltaComposerParameters
-
- All Implemented Interfaces:
Parameters,PrettyPrintable,ProperlyPrintable
public class DeltaComposerParameters extends java.lang.Object implements Parameters
-
-
Constructor Summary
Constructors Constructor Description DeltaComposerParameters(int maxQueueSize, int artificialTreeDepth)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetArtificialTreeDepth()static DeltaComposerParametersgetDefault()intgetMaxQueueSize()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.parameters.Parameters
toPrettyString
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-
-
-
Method Detail
-
getDefault
public static DeltaComposerParameters getDefault()
-
getArtificialTreeDepth
public int getArtificialTreeDepth()
-
getMaxQueueSize
public int getMaxQueueSize()
-
-