Package 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
-
-
Constructor Summary
Constructors Constructor Description ActivityElementHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhandle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)protected voidhandleAllPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)protected voidhandleCombinedPaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager)protected voidhandleSeparatePaths(List<org.eclipse.bpmn2.SequenceFlow> outgoing, PathContextManager manager, org.eclipse.bpmn2.BoundaryEvent bEvent)-
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
-
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)
-
-