public class GatewayORActivityHandler extends AbstractGatewayActivityHandler implements IActivityHandler
idcnt| Constructor and Description |
|---|
GatewayORActivityHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isValid(ProcessThread thread,
jadex.javaparser.IParsedExpression exp,
jadex.commons.IValueFetcher fetcher)
Safely evaluate a branch expression.
|
protected java.util.Collection<ProcessThread> |
performSplit(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Perform a split.
|
addSplitInfos, cancel, execute, generateId, performJoinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, executeprotected java.util.Collection<ProcessThread> performSplit(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
performSplit in class AbstractGatewayActivityHandlerprotected boolean isValid(ProcessThread thread, jadex.javaparser.IParsedExpression exp, jadex.commons.IValueFetcher fetcher)