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