|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjade.domain.FIPAAgentManagement.APDescription
public class APDescription
This class implements the concept of the fipa-agent-management ontology representing the description of an agent platform as it can be retrieved from the AMS.
FIPAManagementOntology,
Serialized Form| Constructor Summary | |
|---|---|
APDescription()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
addAPServices(APService a)
Add a service to the ap-services slot collection
of this object. |
void |
clearAllAPServices()
Remove all services from the ap-services slot
collection of this object. |
Iterator |
getAllAPServices()
Access all services from the ap-services slot
collection of this object. |
java.lang.String |
getName()
Retrieve the name slot of this object. |
boolean |
removeAPServices(APService a)
Remove a service from the ap-services slot
collection of this object. |
void |
setName(java.lang.String n)
Set the name slot of this object. |
java.lang.String |
toString()
Retrieve a string representation for this platform description. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public APDescription()
| Method Detail |
|---|
public void setName(java.lang.String n)
name slot of this object.
n - The string for the platform name.public java.lang.String getName()
name slot of this object.
name slot of this
platform description, or null if no value was set.public void addAPServices(APService a)
ap-services slot collection
of this object.
a - The platform service to add to the collection.public boolean removeAPServices(APService a)
ap-services slot
collection of this object.
a - The platform service to remove from the collection.
public void clearAllAPServices()
ap-services slot
collection of this object.
public Iterator getAllAPServices()
ap-services slot
collection of this object.
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||