public class ActionSequential
extends java.lang.Object
AutoEngine
script.
This should execute a sequence of instructions until an effector list is returned
or the end of the script is reached.Constructor and Description |
---|
ActionSequential()
Create a new instance of ActionSequential.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
sequential(java.lang.String commID,
AutoEngine autoEngine)
Execute a configurable autonomic event, based on the evaluation result.
|
void |
setEffVars(java.util.ArrayList varList)
Set the list of effector variables.
|
void |
setEvalVars(java.util.ArrayList varList)
Set the list of evaluator variables.
|
public ActionSequential()
public java.lang.Object sequential(java.lang.String commID, AutoEngine autoEngine) throws java.lang.Exception
commID
- a communication thread ID, from the MessageInfo object, for example.autoEngine
- the execution engine. May already have some variables stored.java.lang.Exception
- any error.public void setEvalVars(java.util.ArrayList varList)
varList
- variable values list.public void setEffVars(java.util.ArrayList varList)
varList
- effector variable values.