Uses of Class
jade.core.behaviours.CyclicBehaviour
-
Packages that use CyclicBehaviour Package Description jade.core.behaviours This package is a subpackage ofjade.coreand 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.tools.introspector jade.tools.testagent 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 Modifier and Type Class Description classOntologyServerReady 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.
ContentElement-s representing SL0 operatorsaction,doneandresultare automatically managed so that for instance if an incoming REQUEST message is received carrying a content of type
((action (actor ...) (Sell ...)))
a serving method with signature
public void serveSellRequest(Sell s, ACLMessage msg) throws Exception
will be searched.
Serving methods are responsible for sending back responses if any. -
Uses of CyclicBehaviour in jade.domain.introspection
Subclasses of CyclicBehaviour in jade.domain.introspection Modifier and Type Class Description classIntrospectionServer -
Uses of CyclicBehaviour in jade.proto
Subclasses of CyclicBehaviour in jade.proto Modifier and Type Class Description classSSResponderDispatcherThis behaviour is designed to be used together with the Single-Session responder protocol classes. -
Uses of CyclicBehaviour in jade.tools.introspector
Subclasses of CyclicBehaviour in jade.tools.introspector Modifier and Type Class Description classSensorManager -
Uses of CyclicBehaviour in jade.tools.testagent
Subclasses of CyclicBehaviour in jade.tools.testagent Modifier and Type Class Description classReceiveCyclicBehaviourThis behaviour is used for receiving ACLMessage and giving them to the TestAgent -
Uses of CyclicBehaviour in jade.wrapper.gateway
Subclasses of CyclicBehaviour in jade.wrapper.gateway Modifier and Type Class Description classGatewayBehaviourThis is a cyclic behaviour that processes the commands received via JadeGateway.
-