jBPM Simulation 6.0.0.CR4

org.jbpm.simulation.handler
Class GatewayElementHandler

java.lang.Object
  extended by org.jbpm.simulation.handler.MainElementHandler
      extended by org.jbpm.simulation.handler.GatewayElementHandler
All Implemented Interfaces:
ElementHandler

public class GatewayElementHandler
extends MainElementHandler


Constructor Summary
GatewayElementHandler()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.jbpm.simulation.handler.MainElementHandler
getEventDefinitions, getOutgoing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayElementHandler

public GatewayElementHandler()
Method Detail

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)

jBPM Simulation 6.0.0.CR4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.