org.jbpm.simulation.handler
Class ActivityElementHandler
java.lang.Object
org.jbpm.simulation.handler.MainElementHandler
org.jbpm.simulation.handler.ActivityElementHandler
- All Implemented Interfaces:
- ElementHandler
public class ActivityElementHandler
- extends MainElementHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityElementHandler
public ActivityElementHandler()
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)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.