Class ExternalInitializationParameters
- java.lang.Object
-
- org.processmining.specpp.config.components.ExternalInitializationParameters
-
- All Implemented Interfaces:
Parameters,PrettyPrintable,ProperlyPrintable
public class ExternalInitializationParameters extends java.lang.Object implements Parameters
-
-
Constructor Summary
Constructors Constructor Description ExternalInitializationParameters(boolean initiallyWireSelfLoops)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisInitiallyWireSelfLoops()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
-
isInitiallyWireSelfLoops
public boolean isInitiallyWireSelfLoops()
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
-