Package | Description |
---|---|
org.processmining.models.graphbased.directed.bpmn | |
org.processmining.models.graphbased.directed.bpmn.elements |
Modifier and Type | Method and Description |
---|---|
Swimlane |
BPMNDiagram.addSwimlane(java.lang.String label,
org.processmining.models.graphbased.directed.ContainingDirectedGraphNode parent,
SwimlaneType type) |
Swimlane |
BPMNDiagramImpl.addSwimlane(java.lang.String label,
org.processmining.models.graphbased.directed.ContainingDirectedGraphNode parent,
SwimlaneType type) |
Modifier and Type | Method and Description |
---|---|
SwimlaneType |
Swimlane.getSwimlaneType() |
static SwimlaneType |
SwimlaneType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SwimlaneType[] |
SwimlaneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Swimlane(org.processmining.models.graphbased.directed.AbstractDirectedGraph<BPMNNode,BPMNEdge<? extends BPMNNode,? extends BPMNNode>> bpmndiagram,
java.lang.String label,
SubProcess parentSubProcess,
SwimlaneType type) |
Swimlane(org.processmining.models.graphbased.directed.AbstractDirectedGraph<BPMNNode,BPMNEdge<? extends BPMNNode,? extends BPMNNode>> bpmndiagram,
java.lang.String label,
Swimlane parentSwimlane,
SwimlaneType type) |
Swimlane(org.processmining.models.graphbased.directed.AbstractDirectedGraph<BPMNNode,BPMNEdge<? extends BPMNNode,? extends BPMNNode>> bpmndiagram,
java.lang.String label,
SwimlaneType type) |