| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
FIPA defined FIPA-Service-Desc class for the FIPA agent management ontology.
See FIPA 2000 XC00008D 6.1.3.
Constructor Summary | |
ServiceDescription(String desc_string) This constructor parses the string passed to it to populate the object. | |
ServiceDescription(Content desc_content) constructor parses the Content object passed to it to populate the object. | |
ServiceDescription() This is an empty constructor where fields may be set specifically rather than using implicit parsing of a string. |
Method Summary | |
boolean | equals(ServiceDescription new_desc) This method compares if a Service description is the same. |
Set | getOntologies() This method returns the ontologies. |
String | getOwnership() This method returns the ownership of the description. |
Set | getProperties() This method return the properties. |
Set | getProtocols() This method returns the protocols. |
String | getServiceName() This method returns the service name of the description |
String | getServiceType() This method returns the service type of the description. |
static void | main(String [] args) This method is used for testing. |
void | setOntologies(Set desc_item) This method sets the ontologies. |
void | setOntologies(String[] desc_item) This method sets the ontologies |
void | setOwnership(String desc_item) This method sets the ownership. |
void | setProperties(Set desc_item) This method sets the properties |
void | setProperties(PropertyTemplate[] desc_item) This method sets the properties |
void | setProperties(String[] desc_item) This method sets the properties |
void | setProtocols(Set desc_item) This method sets the protocols. |
void | setProtocols(String[] desc_item) This method sets the protocols |
void | setServiceName(String desc_item) This method sets the service name of the description. |
void | setServiceType(String desc_item) This method sets the service type. |
String | toString() This method returns an Service-description as a string |
Constructor Detail |
public ServiceDescription(String desc_string)
throws fipaos.parser.ParserException
public ServiceDescription(Content desc_content)
throws fipaos.parser.ParserException
public ServiceDescription()
Method Detail |
public boolean equals(ServiceDescription new_desc)
public Set getOntologies()
public String getOwnership()
public Set getProperties()
public Set getProtocols()
public String getServiceName()
public String getServiceType()
public static void main(String [] args)
public void setOntologies(Set desc_item)
public void setOntologies(String[] desc_item)
public void setOwnership(String desc_item)
public void setProperties(Set desc_item)
public void setProperties(PropertyTemplate[] desc_item)
throws fipaos.parser.ParserException
public void setProperties(String[] desc_item)
throws fipaos.parser.ParserException
public void setProtocols(Set desc_item)
public void setProtocols(String[] desc_item)
public void setServiceName(String desc_item)
public void setServiceType(String desc_item)
public String toString()
Association Links |
to Class java.lang.String
to Class java.lang.String
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 |