public class GatewayORActivityHandler extends AbstractGatewayActivityHandler implements IActivityHandler
idcnt
Constructor and Description |
---|
GatewayORActivityHandler() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isValid(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.
|
addSplitInfos, cancel, execute, generateId, performJoin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, execute
protected java.util.Collection<ProcessThread> performSplit(MActivity activity, IInternalAccess instance, ProcessThread thread)
performSplit
in class AbstractGatewayActivityHandler
protected boolean isValid(ProcessThread thread, IParsedExpression exp, IValueFetcher fetcher)