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, getOutgoing
public boolean handle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)
handle
in interface ElementHandler
handle
in class MainElementHandler
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)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.