Uses of Class
jade.domain.FIPAAgentManagement.ReceivedObject

Packages that use ReceivedObject
jade.domain.FIPAAgentManagement This package contains the definition of the FIPA-Agent-Management ontology as specified by the FIPA standard FIPA Agent Management Specification - document no. 23 version H (15th August 2001).  
 

Uses of ReceivedObject in jade.domain.FIPAAgentManagement
 

Methods in jade.domain.FIPAAgentManagement that return ReceivedObject
 ReceivedObject Envelope.getReceived()
          Retrieve the received slot of this object.
 ReceivedObject[] Envelope.getStamps()
          Access the list of all the stamps.
 

Methods in jade.domain.FIPAAgentManagement with parameters of type ReceivedObject
 void Envelope.setReceived(ReceivedObject ro)
          Set the received slot of this object.
 void Envelope.addStamp(ReceivedObject ro)
          Add a received-object stamp to this message envelope.
 



JADE