Package | Description |
---|---|
org.processmining.models.statechart.msd |
Modifier and Type | Method and Description |
---|---|
FragmentType |
IMSDFragment.getFragmentType() |
FragmentType |
MSDFragment.getFragmentType() |
static FragmentType |
FragmentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FragmentType[] |
FragmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MSDFragment |
MSDFragmentPart.createFragment(java.lang.String name,
FragmentType type) |
Constructor and Description |
---|
MSDFragment(IMSDNode parent,
java.lang.String name,
FragmentType type) |