| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
AgentManagementAction is an agent management action string converted
into an object.
It contains an AgentID, a DFAgentDescription or an AMSAgentDescription
and/or a SearchConstraints object
Constructor Summary | |
AgentManagementAction(Content content) This constructor creates an AgentManagementAction object with a Content object generated by the SLParser. | |
AgentManagementAction(String agent_mgt_string) This constructor takes a string as the parameter. | |
AgentManagementAction() Empty Constructor. |
Method Summary | |
String | getAction() This method returns the action type of the AgentManagementAction. |
AMSAgentDescription | getAMSAgentDescription() This method gets the ams-description object |
DFAgentDescription | getDFAgentDescription() This method returns the df-description object. |
SearchConstraints | getSearchConstraints() This method returns the search constraints. |
static void | main(String[] args) Test method |
void | setAction(String action_type) This method sets the action of the AgentManagementAction object. |
void | setAgentID(AgentID agent) This methods sets the AgentID. |
void | setAMSAgentDescription(AMSAgentDescription ams_desc) This method sets the ams-description object. |
void | setDFAgentDescription(DFAgentDescription df_desc) This method sets the df-description object |
void | setSearchConstraints(SearchConstraints constraints) This method sets the SearchConstraints criteria. |
String | toString() This method returns the String representation of the object |
Constructor Detail |
public AgentManagementAction(Content content)
throws fipaos.parser.ParserException
public AgentManagementAction(String agent_mgt_string)
throws fipaos.parser.ParserException
public AgentManagementAction()
Method Detail |
public String getAction()
public AMSAgentDescription getAMSAgentDescription()
public DFAgentDescription getDFAgentDescription()
public SearchConstraints getSearchConstraints()
public static void main(String[] args)
public void setAction(String action_type)
public void setAgentID(AgentID agent)
public void setAMSAgentDescription(AMSAgentDescription ams_desc)
public void setDFAgentDescription(DFAgentDescription df_desc)
public void setSearchConstraints(SearchConstraints constraints)
public String toString()
Association Links |
to Class fipaos.ont.fipa.fipaman.DFAgentDescription
to Class fipaos.ont.fipa.fipaman.AMSAgentDescription
to Class fipaos.ont.fipa.fipaman.AgentID
to Class fipaos.ont.fipa.fipaman.SearchConstraints
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |