Package | Description |
---|---|
org.processmining.plugins.petrinet.replayer.algorithms.costbasedcomplete.rpstwrapper |
Modifier and Type | Method and Description |
---|---|
RPSTFragmentType |
RPSTNodeWSiblings.getFragmentType() |
static RPSTFragmentType |
RPSTFragmentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RPSTFragmentType[] |
RPSTFragmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RPSTNodeWSiblings.setFragmentType(RPSTFragmentType fragmentType) |
Constructor and Description |
---|
RPSTNodeWSiblings(int entry,
int exit,
RPSTFragmentType fragmentType)
The only allowed constructor
|