Package | Description |
---|---|
org.processmining.plugins.converters.bpmn2pn |
Modifier and Type | Field and Description |
---|---|
BPMN2PetriNetConverter_Configuration.LabelValue |
BPMN2PetriNetConverter_Configuration.labelNodesWith
How to label elements of the generated Petri net, default is to prefix
every element which is not a task with a prefix telling which BPMN
construct it belongs to.
|
Modifier and Type | Method and Description |
---|---|
static BPMN2PetriNetConverter_Configuration.LabelValue |
BPMN2PetriNetConverter_Configuration.LabelValue.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BPMN2PetriNetConverter_Configuration.LabelValue[] |
BPMN2PetriNetConverter_Configuration.LabelValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|