| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FIPA defined DF-description class for the FIPA agent management ontology.
See FIPA 1997 Part 2 Section 9.
Constructor Summary | |
DFAgentDescription() This is an empty constructor. | |
DFAgentDescription(String df_agent_desc) This constructor parses the string passed to it to populate its fields. | |
DFAgentDescription(Content df_agent_content) THis constructor parses the content passed to it to populate its fields. |
Method Summary | |
AgentID | getAgentID() This method returns the AgentID. |
String | getAgentName() This method returns the agent id of the DFAgentDescription. |
Set | getAgentServices() This method returns the set of agent services. |
Set | getLanguages() This method returns the set of languages. |
int | getNumberofDataElements() This method returns the number of elements of data in this DFAgentDescription |
String | getObjectID() This method is required by the DatabaseObject interface. |
Set | getOntologies() This method returns the ontologies of the DFAgentDescription. |
Set | getProtocols() This method returns the set of protocols. |
static void | main(String[] args) This is used for testing purposes. |
void | setAgentID(AgentID agentID) This method sets the AgentID. |
void | setAgentName(AgentID df_desc_item) This method sets the agent id of the description. |
void | setAgentServices(Set df_desc_item) This method sets the agent services. |
void | setAgentServices(ServiceDescription[] df_desc_item) This method sets the array of service descriptions. |
void | setLanguages(Set df_desc_item) This method sets the languages. |
void | setLanguages(String[] df_desc_item) This method sets the languages |
void | setOntologies(Set df_desc_item) This method sets the ontologies. |
void | setOntologies(String[] df_desc_item) This method sets the ontologies. |
void | setProtocols(Set df_desc_item) This method sets the protocols . |
void | setProtocols(String[] df_desc_item) This method sets the protocols |
String | toString() This method returns an DF-Agent-description as a string |
Constructor Detail |
public DFAgentDescription()
public DFAgentDescription(String df_agent_desc)
throws fipaos.parser.ParserException
public DFAgentDescription(Content df_agent_content)
throws fipaos.parser.ParserException
Method Detail |
public AgentID getAgentID()
public String getAgentName()
public Set getAgentServices()
public Set getLanguages()
public int getNumberofDataElements()
public String getObjectID()
public Set getOntologies()
public Set getProtocols()
public static void main(String[] args)
public void setAgentID(AgentID agentID)
public void setAgentName(AgentID df_desc_item)
public void setAgentServices(Set df_desc_item)
public void setAgentServices(ServiceDescription[] df_desc_item)
public void setLanguages(Set df_desc_item)
public void setLanguages(String[] df_desc_item)
public void setOntologies(Set df_desc_item)
public void setOntologies(String[] df_desc_item)
public void setProtocols(Set df_desc_item)
public void setProtocols(String[] df_desc_item)
public String toString()
Association Links |
to Class java.util.Set
to Class java.util.Set
to Class java.util.Set
to Class java.util.Set
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |