Package | Description |
---|---|
jade.domain |
This package and its sub-packages contains FIPA specific
agents and ontologies.
|
Modifier and Type | Method and Description |
---|---|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AID AMSName,
AMSAgentDescription amsd)
searches with the passed AMS by using the default SearchConstraints.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AID AMSName,
AMSAgentDescription amsd,
SearchConstraints constraints)
Searches for data contained within a AMS agent.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AMSAgentDescription amsd)
searches with the default AMS and the default SearchConstraints.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AMSAgentDescription amsd,
SearchConstraints constraints)
searches with the default AMS
|
Modifier and Type | Method and Description |
---|---|
static void |
AMSService.deregister(Agent a,
AID AMSName,
AMSAgentDescription amsd)
Deregister a AMSAgentDescription from a AMS agent.
|
static void |
AMSService.deregister(Agent a,
AMSAgentDescription amsd)
The AID of the AMS is defaulted to the AMS of this platform.
|
static RequestFIPAServiceBehaviour |
AMSService.getNonBlockingBehaviour(Agent a,
AID amsName,
java.lang.String actionName,
AMSAgentDescription amsd)
the default AMS is used.
|
static RequestFIPAServiceBehaviour |
AMSService.getNonBlockingBehaviour(Agent a,
AID AMSName,
java.lang.String actionName,
AMSAgentDescription amsd,
SearchConstraints constraints)
In some cases it is more convenient to execute this tasks in a non-blocking way.
|
static RequestFIPAServiceBehaviour |
AMSService.getNonBlockingBehaviour(Agent a,
java.lang.String actionName,
AMSAgentDescription amsd)
the default AMS is used.
|
static RequestFIPAServiceBehaviour |
AMSService.getNonBlockingBehaviour(Agent a,
java.lang.String actionName,
AMSAgentDescription amsd,
SearchConstraints constraints)
the default AMS is used.
|
static void |
AMSService.modify(Agent a,
AID AMSName,
AMSAgentDescription amsd)
Modifies data contained within a AMS
agent.
|
static void |
AMSService.modify(Agent a,
AMSAgentDescription amsd)
The AID of the AMS is defaulted to the AMS of this platform.
|
static void |
AMSService.register(Agent a,
AID AMSName,
AMSAgentDescription amsd)
Register a AMSAgentDescription with a AMS agent.
|
static void |
AMSService.register(Agent a,
AMSAgentDescription amsd)
registers a
AMSAgentDescription with the default AMS |
static AMSAgentDescription[] |
AMSService.search(Agent a,
AID AMSName,
AMSAgentDescription amsd)
searches with the passed AMS by using the default SearchConstraints.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AID AMSName,
AMSAgentDescription amsd,
SearchConstraints constraints)
Searches for data contained within a AMS agent.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AMSAgentDescription amsd)
searches with the default AMS and the default SearchConstraints.
|
static AMSAgentDescription[] |
AMSService.search(Agent a,
AMSAgentDescription amsd,
SearchConstraints constraints)
searches with the default AMS
|