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, performJoinclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancel, executeprotected java.util.Collection<ProcessThread> performSplit(MActivity activity, IInternalAccess instance, ProcessThread thread)
performSplit in class AbstractGatewayActivityHandlerprotected boolean isValid(ProcessThread thread, IParsedExpression exp, IValueFetcher fetcher)