jBPM Simulation 6.0.0.Beta4

org.jbpm.simulation.handler
Class ActivityElementHandler

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

public class ActivityElementHandler
extends MainElementHandler


Constructor Summary
ActivityElementHandler()
           
 
Method Summary
 boolean handle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)
           
protected  void handleAllPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)
           
protected  void handleCombinedPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)
           
protected  void handleSeparatePaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager, org.eclipse.bpmn2.BoundaryEvent bEvent)
           
 
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

ActivityElementHandler

public ActivityElementHandler()
Method Detail

handle

public boolean handle(org.eclipse.bpmn2.FlowElement element,
                      PathContextManager manager)
Specified by:
handle in interface ElementHandler
Overrides:
handle in class MainElementHandler

handleSeparatePaths

protected void handleSeparatePaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
                                   PathContextManager manager,
                                   org.eclipse.bpmn2.BoundaryEvent bEvent)

handleAllPaths

protected void handleAllPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
                              PathContextManager manager)

handleCombinedPaths

protected void handleCombinedPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing,
                                   PathContextManager manager)

jBPM Simulation 6.0.0.Beta4

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