Uses of Class
jade.domain.introspection.ACLMessage
-
Packages that use ACLMessage Package Description jade.domain.introspection This package contains the definition of the ontology used by JADE for internal monitoring of the agent platform and running agents. -
-
Uses of ACLMessage in jade.domain.introspection
Methods in jade.domain.introspection that return ACLMessage Modifier and Type Method Description ACLMessagePostedMessage. getMessage()Retrieve the value of themessageslot of this event, containing the ACL message that was posted to the receiver agent message queue.ACLMessageReceivedMessage. getMessage()Retrieve the value of themessageslot of this event, containing the ACL message that was extracted from the receiver agent message queue.ACLMessageRoutedMessage. getMessage()ACLMessageSentMessage. getMessage()Retrieve the value of themessageslot of this event, containing the ACL message that was sent.Methods in jade.domain.introspection with parameters of type ACLMessage Modifier and Type Method Description voidPostedMessage. setMessage(ACLMessage msg)Set themessageslot of this event.voidReceivedMessage. setMessage(ACLMessage msg)Set themessageslot of this event.voidRoutedMessage. setMessage(ACLMessage msg)voidSentMessage. setMessage(ACLMessage msg)Set themessageslot of this event.
-