|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CyclicBehaviour | |
|---|---|
| jade.core.behaviours | This package is a subpackage of jade.core and contains
the classes used to implement basic agent
behaviours. |
| jade.domain.introspection | This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. |
| jade.proto | This package contains role behaviours for FIPA standard protocols. |
| jade.wrapper.gateway | This is a subpackage of jade.wrapper and contains a set of classes that enables a non-JADE application to issue commands to a JADE-based application. |
| Uses of CyclicBehaviour in jade.core.behaviours |
|---|
| Subclasses of CyclicBehaviour in jade.core.behaviours | |
|---|---|
class |
OntologyServer
Ready made behaviour that for each incoming message automatically invoke a corresponding method of the form
public void serveCcccPppp(Cccc c, ACLMessage msg) throws Exception
where c represents the key content-element referenced by the incoming message msg. |
| Uses of CyclicBehaviour in jade.domain.introspection |
|---|
| Subclasses of CyclicBehaviour in jade.domain.introspection | |
|---|---|
class |
IntrospectionServer
|
| Uses of CyclicBehaviour in jade.proto |
|---|
| Subclasses of CyclicBehaviour in jade.proto | |
|---|---|
class |
SSResponderDispatcher
This behaviour is designed to be used together with the Single-Session responder protocol classes. |
| Uses of CyclicBehaviour in jade.wrapper.gateway |
|---|
| Subclasses of CyclicBehaviour in jade.wrapper.gateway | |
|---|---|
class |
GatewayBehaviour
This is a cyclic behaviour that processes the commands received via JadeGateway. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||