public class AutoComm
extends java.lang.Object
Auto
methods and other packages.Constructor and Description |
---|
AutoComm() |
Modifier and Type | Method and Description |
---|---|
MessageInfo |
behaviourAction(MessageInfo messageInfo,
Auto auto)
Execute a behaviour, such as an evaluation and result.
|
AutoEngine |
getAutoEngine(Auto auto)
Get the auto engine.
|
public MessageInfo behaviourAction(MessageInfo messageInfo, Auto auto) throws java.lang.Exception
messageInfo
- the message to evaluate.auto
- direct reference to the auto to invoke.java.lang.Exception
- any error.public AutoEngine getAutoEngine(Auto auto)
auto
- direct reference to the auto to invoke.