org.jbpm.simulation.handler
Class GatewayElementHandler
java.lang.Object
org.jbpm.simulation.handler.MainElementHandler
org.jbpm.simulation.handler.GatewayElementHandler
- All Implemented Interfaces:
- ElementHandler
public class GatewayElementHandler
- extends MainElementHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GatewayElementHandler
public GatewayElementHandler()
handle
public boolean handle(org.eclipse.bpmn2.FlowElement element,
PathContextManager manager)
- Specified by:
handle in interface ElementHandler- Overrides:
handle in class MainElementHandler
handleExclusiveGateway
protected void handleExclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
handleInclusiveGateway
protected void handleInclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
handleParallelGateway
protected void handleParallelGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.