Package | Description |
---|---|
jade.domain.FIPAAgentManagement |
This package contains the definition of the FIPA-Agent-Management ontology
as specified by the FIPA standard
FIPA Agent Management
Specification - document no. 23 version H (15th August 2001).
|
Modifier and Type | Class and Description |
---|---|
class |
MultiValueProperty |
Modifier and Type | Method and Description |
---|---|
void |
ServiceDescription.addProperties(Property p)
Add a property to the
properties slot collection
of this object. |
void |
Envelope.addProperties(Property p)
Add a property to the
properties slot collection
of this object. |
boolean |
Property.match(Property p) |
boolean |
MultiValueProperty.match(Property p) |
boolean |
ServiceDescription.removeProperties(Property p)
Remove a property from the
properties slot
collection of this object. |
boolean |
Envelope.removeProperties(Property p)
Remove a property from the
properties slot
collection of this object. |
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
Property.convertPropertyListToProperties(java.util.List<Property> pp) |