| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a result content sent between agents. This corresponds to the second branch of the SL Atomic Formula.
Constructor Summary | |
AgentManagementResult() This is the empty constructor. | |
AgentManagementResult(String result_string) This is a constructor which takes a string as the parameter | |
AgentManagementResult(Content result_content) This constructor takes a content object returned by the SL Parser as the parameter. |
Method Summary | |
Object | convertToObject(Content content) |
AgentManagementAction | getAgentManagementAction() This method returns the agent management action. |
Set | getResultSet() This method returns the result set. |
static void | main(String[] args) This method is for testing |
void | setAgentManagementAction(AgentManagementAction action) This method sets the AgentManagementAction |
void | setResultSet(Set results) This method sets the result set. |
String | toString() This method returns its string representation |
Constructor Detail |
public AgentManagementResult()
public AgentManagementResult(String result_string)
throws fipaos.parser.ParserException
public AgentManagementResult(Content result_content)
throws fipaos.parser.ParserException
Method Detail |
public Object convertToObject(Content content)
throws fipaos.parser.ParserException
public AgentManagementAction getAgentManagementAction()
public Set getResultSet()
public static void main(String[] args)
public void setAgentManagementAction(AgentManagementAction action)
public void setResultSet(Set results)
public String toString()
Association Links |
to Class java.util.Set
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |