Package org.jbpm.simulation.handler
Class ThrowEventElementHandler
- java.lang.Object
-
- org.jbpm.simulation.handler.MainElementHandler
-
- org.jbpm.simulation.handler.DefaultElementHandler
-
- org.jbpm.simulation.handler.ThrowEventElementHandler
-
- All Implemented Interfaces:
ElementHandler
public class ThrowEventElementHandler extends DefaultElementHandler
-
-
Constructor Summary
Constructors Constructor Description ThrowEventElementHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanfindSplitActivity(List<org.eclipse.bpmn2.SequenceFlow> incoming)booleanhandle(org.eclipse.bpmn2.FlowElement element, PathContextManager manager)protected booleanhasPathToCatchEvent(org.eclipse.bpmn2.FlowElement catchEvent)-
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 classDefaultElementHandler
-
hasPathToCatchEvent
protected boolean hasPathToCatchEvent(org.eclipse.bpmn2.FlowElement catchEvent)
-
findSplitActivity
protected boolean findSplitActivity(List<org.eclipse.bpmn2.SequenceFlow> incoming)
-
-