Class PlaceGeneratorParameters
- java.lang.Object
-
- org.processmining.specpp.config.parameters.PlaceGeneratorParameters
-
- All Implemented Interfaces:
Parameters,PrettyPrintable,ProperlyPrintable
public class PlaceGeneratorParameters extends java.lang.Object implements Parameters
-
-
Constructor Summary
Constructors Constructor Description PlaceGeneratorParameters(int maxTreeDepth, boolean acceptSubtreeCutoffConstraints, boolean acceptWiringConstraints, boolean acceptTransitionBlacklistingConstraints, boolean acceptDepthConstraints)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PlaceGeneratorParametersgetDefault()intgetMaxTreeDepth()booleanisAcceptDepthConstraints()booleanisAcceptSubtreeCutoffConstraints()booleanisAcceptTransitionBlacklistingConstraints()booleanisAcceptWiringConstraints()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.config.parameters.Parameters
toPrettyString
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
getDefault
public static PlaceGeneratorParameters getDefault()
-
getMaxTreeDepth
public int getMaxTreeDepth()
-
isAcceptWiringConstraints
public boolean isAcceptWiringConstraints()
-
isAcceptTransitionBlacklistingConstraints
public boolean isAcceptTransitionBlacklistingConstraints()
-
isAcceptDepthConstraints
public boolean isAcceptDepthConstraints()
-
isAcceptSubtreeCutoffConstraints
public boolean isAcceptSubtreeCutoffConstraints()
-
-