public class GatewayElementHandler extends MainElementHandler
| Constructor and Description |
|---|
GatewayElementHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
handle(org.eclipse.bpmn2.FlowElement element,
PathContextManager manager) |
protected void |
handleExclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing) |
protected void |
handleInclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing) |
protected void |
handleParallelGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing) |
getEventDefinitions, getOutgoingpublic boolean handle(org.eclipse.bpmn2.FlowElement element,
PathContextManager manager)
handle in interface ElementHandlerhandle in class MainElementHandlerprotected void handleExclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
protected void handleInclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
protected void handleParallelGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.