public class BPMN2PetriNetConverter_Configuration
extends java.lang.Object
BPMN2PetriNetConverter_Plugin
Modifier and Type | Class and Description |
---|---|
static class |
BPMN2PetriNetConverter_Configuration.EndEventJoin
Provides constants for the join semantics of end events if multiple
inflows/multiple end events are present, used in
BPMN2PetriNetConverter |
static class |
BPMN2PetriNetConverter_Configuration.LabelValue
Provides constants for how to label elements of the generated Petri net
in
BPMN2PetriNetConverter |
Modifier and Type | Field and Description |
---|---|
BPMN2PetriNetConverter_Configuration.EndEventJoin |
endEventJoin
Which join logic to assume for end events if multiple
inflows/multiple end events are present.
|
boolean |
labelFlowPlaces
If 'true', then places representing sequence flows that have no
user-defined label in the BPMN-model will be given generic labels (based
on labels of source/target nodes).
|
BPMN2PetriNetConverter_Configuration.LabelValue |
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.
|
boolean |
linkSubProcessToActivity
If 'true', then subprocess definitions will be linked to the calling
activity.
|
boolean |
makeIntermediateEventsVisible
If 'true', then transitions that originate from intermediate events are
translated to visible transitions, otherwise these transitions will be
hidden.
|
boolean |
makeRoutingTransitionsVisible
If 'true', then transitions originate from routing constructs are
translated to visible transitions, otherwise these transitions will be
hidden.
|
boolean |
makeStartEndEventsVisible
If 'true', then transitions that originate from start or end events are
translated to visible transitions, otherwise these transitions will be
hidden.
|
boolean |
translateWithLifeCycleVisible
If 'true', then activities will be translated with life-cycle transitions
start and complete visible.
|
Constructor and Description |
---|
BPMN2PetriNetConverter_Configuration() |
public boolean translateWithLifeCycleVisible
public boolean linkSubProcessToActivity
public BPMN2PetriNetConverter_Configuration.LabelValue labelNodesWith
public boolean labelFlowPlaces
public boolean makeRoutingTransitionsVisible
public boolean makeStartEndEventsVisible
public boolean makeIntermediateEventsVisible
public BPMN2PetriNetConverter_Configuration.EndEventJoin endEventJoin