public class GatewayXORActivityHandler extends java.lang.Object implements IActivityHandler
Constructor and Description |
---|
GatewayXORActivityHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cancel(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
void |
execute(jadex.bpmn.model.MActivity activity,
jadex.bridge.IInternalAccess instance,
ProcessThread thread)
Execute an activity.
|
protected boolean |
isValid(ProcessThread thread,
jadex.javaparser.IParsedExpression exp,
jadex.commons.IValueFetcher fetcher)
Safely evaluate a branch expression.
|
public void execute(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
execute
in interface IActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.public void cancel(jadex.bpmn.model.MActivity activity, jadex.bridge.IInternalAccess instance, ProcessThread thread)
cancel
in interface IActivityHandler
activity
- The activity to execute.instance
- The process instance.thread
- The process thread.info
- The info object.protected boolean isValid(ProcessThread thread, jadex.javaparser.IParsedExpression exp, jadex.commons.IValueFetcher fetcher)