Package | Description |
---|---|
org.processmining.models.graphbased.directed.bpmn | |
org.processmining.plugins.bpmn |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Gateway> |
BPMNDiagramImpl.gateways |
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) |
Gateway |
BPMNDiagram.removeGateway(Gateway gateway) |
Gateway |
BPMNDiagramImpl.removeGateway(Gateway gateway) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Gateway> |
BPMNDiagram.getGateways() |
java.util.Collection<Gateway> |
BPMNDiagramImpl.getGateways() |
java.util.Collection<Gateway> |
BPMNDiagram.getGateways(Swimlane pool) |
java.util.Collection<Gateway> |
BPMNDiagramImpl.getGateways(Swimlane pool) |
Modifier and Type | Method and Description |
---|---|
Gateway |
BPMNDiagram.removeGateway(Gateway gateway) |
Gateway |
BPMNDiagramImpl.removeGateway(Gateway gateway) |
Modifier and Type | Method and Description |
---|---|
void |
BpmnAbstractGateway.marshall(BPMNDiagram diagram,
Gateway gateway) |