Uses of Class
jade.domain.FIPAAgentManagement.ReceivedObject
-
Packages that use ReceivedObject Package Description 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. -
-
Uses of ReceivedObject in jade.domain.FIPAAgentManagement
Methods in jade.domain.FIPAAgentManagement that return ReceivedObject Modifier and Type Method Description ReceivedObjectEnvelope. getReceived()Retrieve thereceivedslot of this object.ReceivedObject[]Envelope. getStamps()Access the list of all the stamps.Methods in jade.domain.FIPAAgentManagement with parameters of type ReceivedObject Modifier and Type Method Description voidEnvelope. addStamp(ReceivedObject ro)Add areceived-objectstamp to this message envelope.voidEnvelope. setReceived(ReceivedObject ro)Set thereceivedslot of this object.
-