Package | Description |
---|---|
org.processmining.models.statechart.sc |
Modifier and Type | Method and Description |
---|---|
SCStateType |
ISCState.getStateType() |
SCStateType |
SCState.getStateType() |
static SCStateType |
SCStateType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SCStateType[] |
SCStateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SCCompositeState(ISCRegion parentRegion,
SCStateType type) |
SCCompositeState(ISCRegion parentRegion,
SCStateType type,
java.lang.String label) |
SCCompositeState(ISCRegion parentRegion,
SCStateType type,
java.lang.String label,
java.lang.String id) |
SCState(ISCRegion parentRegion,
SCStateType type) |
SCState(ISCRegion parentRegion,
SCStateType type,
java.lang.String label) |
SCState(ISCRegion parentRegion,
SCStateType type,
java.lang.String label,
java.lang.String id) |