jade.domain.FIPAAgentManagement
Class ServiceDescription
java.lang.Object
|
+--jade.domain.FIPAAgentManagement.ServiceDescription
- public class ServiceDescription
- extends java.lang.Object
- implements Concept
This class models a service data type.
- Version:
- $Date: 2003/01/09 13:01:13 $ $Revision: 2.4 $
- Author:
- Fabio Bellifemine - CSELT S.p.A.
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ServiceDescription
public ServiceDescription()
setName
public void setName(java.lang.String n)
getName
public java.lang.String getName()
setType
public void setType(java.lang.String t)
getType
public java.lang.String getType()
addProtocols
public void addProtocols(java.lang.String ip)
removeProtocols
public boolean removeProtocols(java.lang.String ip)
clearAllProtocols
public void clearAllProtocols()
getAllProtocols
public Iterator getAllProtocols()
addLanguages
public void addLanguages(java.lang.String ip)
removeLanguages
public boolean removeLanguages(java.lang.String ip)
clearAllLanguages
public void clearAllLanguages()
getAllLanguages
public Iterator getAllLanguages()
addOntologies
public void addOntologies(java.lang.String ip)
removeOntologies
public boolean removeOntologies(java.lang.String ip)
clearAllOntologies
public void clearAllOntologies()
getAllOntologies
public Iterator getAllOntologies()
setOwnership
public void setOwnership(java.lang.String o)
getOwnership
public java.lang.String getOwnership()
addProperties
public void addProperties(Property ip)
removeProperties
public boolean removeProperties(Property ip)
clearAllProperties
public void clearAllProperties()
getAllProperties
public Iterator getAllProperties()