public class AutoOut
extends java.lang.Object
Constructor and Description |
---|
AutoOut()
Create a new instance of AutoEffector
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AutoEngineInfo> |
getEffectors()
Get the effectors list.
|
int |
getEffectorsSize()
Get the number of effectors in the list.
|
protected boolean |
isError()
Return true if effector reply contains a specific error statement.
|
protected boolean |
isOK()
Return true if effector reply is OK for processing.
|
protected boolean |
notOK()
Return true if effector reply is Not OK for processing.
|
void |
resetEffectors()
In case need to reset the effectors to empty list again
|
void |
setToError()
Set the effector reply to indicate an error.
|
public void setToError()
protected boolean isOK()
protected boolean notOK()
protected boolean isError()
public void resetEffectors()
public int getEffectorsSize()
public java.util.ArrayList<AutoEngineInfo> getEffectors()