Uses of Interface
jade.domain.FIPANames.InteractionProtocol

Packages that use FIPANames.InteractionProtocol
jade.proto This package contains role behaviours for FIPA standard protocols.  
 

Uses of FIPANames.InteractionProtocol in jade.proto
 

Subinterfaces of FIPANames.InteractionProtocol in jade.proto
 interface FIPAProtocolNames
          Deprecated. Use jade.domain.FIPANames.InteractionProtocol instead
 

Classes in jade.proto that implement FIPANames.InteractionProtocol
 class AchieveREResponder
          This is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e. it performs a single communicative act) within the scope of an interaction protocol in order to verify if the RE (Rational Effect) of the communicative act has been achieved or not.
 class ProposeResponder
          Behaviour class for fipa-propose Responder role.
 class SimpleAchieveREResponder
          This is a single homogeneous and effective implementation of all the FIPA-Request-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single message (i.e. it performs a single communicative act) within the scope of an interaction protocol in order to verify if the RE (Rational Effect) of the communicative act has been achieved or not.
 class SubscriptionResponder
          This is a single homogeneous and effective implementation of the responder role in all the FIPA-Subscribe-like interaction protocols defined by FIPA, that is all those protocols where the initiator sends a single "subscription" message and receives notifications each time a given condition becomes true.
 



JADE