Package 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
-
-
Constructor Summary
Constructors Constructor Description GatewayElementHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)protected voidhandleExclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)protected voidhandleInclusiveGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)protected voidhandleParallelGateway(List<org.eclipse.bpmn2.SequenceFlow> outgoing)-
Methods inherited from class org.jbpm.simulation.handler.MainElementHandler
getEventDefinitions, getOutgoing
-
-
-
-
Method Detail
-
handle
public boolean handle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)- Specified by:
handlein interfaceElementHandler- Overrides:
handlein classMainElementHandler
-
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)
-
-