Package jadex.bpmn.runtime.handler
Class GatewayParallelActivityHandler
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
- 
- jadex.bpmn.runtime.handler.GatewayParallelActivityHandler
 
 
- 
- All Implemented Interfaces:
- IActivityHandler
 
 public class GatewayParallelActivityHandler extends AbstractGatewayActivityHandler implements IActivityHandler Handler for parallel split and join gateways.
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandleridcnt
 
- 
 - 
Constructor SummaryConstructors Constructor Description GatewayParallelActivityHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<ProcessThread>performSplit(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread)Perform a split.- 
Methods inherited from class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandleraddSplitInfos, cancel, execute, generateId, performJoin
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface jadex.bpmn.runtime.IActivityHandlercancel, execute
 
- 
 
- 
- 
- 
Method Detail- 
performSplitprotected java.util.Collection<ProcessThread> performSplit(jadex.bpmn.model.MActivity activity, IInternalAccess instance, ProcessThread thread) Perform a split.- Specified by:
- performSplitin class- AbstractGatewayActivityHandler
- Returns:
- All resulting threads after the split.
 
 
- 
 
-