Package | Description |
---|---|
org.processmining.ptconversions.yawl |
Modifier and Type | Method and Description |
---|---|
static YawlConversionType |
YawlConversionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static YawlConversionType[] |
YawlConversionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
YawlAndConverter(YawlConversionType conversionType) |
YawlDefConverter(YawlConversionType conversionType) |
YawlEventConverter(YawlConversionType conversionType) |
YawlLoopConverter(YawlConversionType conversionType) |
YawlLoopDefConverter(YawlConversionType conversionType) |
YawlLoopXorConverter(YawlConversionType conversionType) |
YawlOrConverter(YawlConversionType conversionType) |
YawlProxyConverter(YawlConversionType conversionType) |
YawlSeqConverter(YawlConversionType conversionType) |
YawlXorConverter(YawlConversionType conversionType) |