Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
OntologyServer
Ready made behaviour that for each incoming message automatically invokes a corresponding method of the form
public void serveCcccPppp(Cccc c, ACLMessage msg) throws Exception
where Cccc represents the key content-element referenced by the incoming message msg and Pppp represents the performative of the message. |
Modifier and Type | Class and Description |
---|---|
class |
IntrospectionServer |
Modifier and Type | Class and Description |
---|---|
class |
SSResponderDispatcher
This behaviour is designed to be used together with the Single-Session responder protocol classes.
|
Modifier and Type | Class and Description |
---|---|
class |
GatewayBehaviour
This is a cyclic behaviour that processes the commands received via JadeGateway.
|