Package jadex.bpmn.runtime.handler
Class GatewayORActivityHandler
- java.lang.Object
- 
- jadex.bpmn.runtime.handler.AbstractGatewayActivityHandler
- 
- jadex.bpmn.runtime.handler.GatewayORActivityHandler
 
 
- 
- All Implemented Interfaces:
- IActivityHandler
 
 public class GatewayORActivityHandler extends AbstractGatewayActivityHandler implements IActivityHandler Handler for or split and join gateways.
- 
- 
Field Summary- 
Fields inherited from class jadex.bpmn.runtime.handler.AbstractGatewayActivityHandleridcnt
 
- 
 - 
Constructor SummaryConstructors Constructor Description GatewayORActivityHandler()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisValid(ProcessThread thread, IParsedExpression exp, IValueFetcher fetcher)Safely evaluate a branch expression.protected java.util.Collection<ProcessThread>performSplit(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(MActivity activity, IInternalAccess instance, ProcessThread thread) Perform a split.- Specified by:
- performSplitin class- AbstractGatewayActivityHandler
- Returns:
- All resulting threads after the split.
 
 - 
isValidprotected boolean isValid(ProcessThread thread, IParsedExpression exp, IValueFetcher fetcher) Safely evaluate a branch expression.
 
- 
 
-