Request message for storing the current state of agent(s).
Constructor and description |
---|
SaveStateReq
() |
Type Params | Return Type | Name and description |
---|---|---|
|
AgentID |
getAgentID() Gets the agent ID. |
|
List<Parameter> |
getIgnore() Gets the ignored parameters list. |
|
String |
getStateName() Gets the state name. |
|
void |
setAgentID(AgentID agentID) Sets the Agent ID. |
|
void |
setIgnore(List<Parameter> ignoreList) Sets the parameters to be ignored from persisting. |
|
void |
setStateName(String stateName) Sets the state name. |
|
String |
toString() |
Methods inherited from class | Name |
---|---|
class Message |
setPerformative, toString, getSender, setMessageID, getSentAt, setRecipient, getInReplyTo, setSentAt, setSender, getPerformative, getRecipient, getMessageID, setInReplyTo, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Gets the agent ID.
Gets the ignored parameters list.
Gets the state name.
Sets the Agent ID.
agentID
- agent IDSets the parameters to be ignored from persisting.
ignoreList
- list of ignored parametersSets the state name.
stateName
- string name of stateCopyright 2013-21, Acoustic Research Laboratory, National University of Singapore, and Subnero Pte Ltd