Uses of Class
nl.uu.cs.aplib.multiAgentSupport.Message
Packages that use Message
Package
Description
Providing classes to facilitate communication between agents.
-
Uses of Message in eu.iv4xr.framework.mainConcepts
Fields in eu.iv4xr.framework.mainConcepts with type parameters of type MessageModifier and TypeFieldDescriptionSyntheticEventsProducer.currentEvents
Produced synthetic events will be placed here.Methods in eu.iv4xr.framework.mainConcepts that return types with arguments of type MessageModifier and TypeMethodDescriptionSyntheticEventsProducer.getCurrentEvents()
Return the list of 'current' events. -
Uses of Message in nl.uu.cs.aplib.agents
Methods in nl.uu.cs.aplib.agents with parameters of type MessageModifier and TypeMethodDescriptionvoid
AutonomousBasicAgent.sendMsgToThisAgent(Message m)
This will send a message to this agent. -
Uses of Message in nl.uu.cs.aplib.multiAgentSupport
Fields in nl.uu.cs.aplib.multiAgentSupport with type parameters of type MessageMethods in nl.uu.cs.aplib.multiAgentSupport that return MessageModifier and TypeMethodDescriptionFind a message in this Messenger's input queue that satisfies the predicate p.Find a message in this Messenger's input queue that satisfies the predicate p.Message.timestamp()
Assign a time-stamp to this message.Methods in nl.uu.cs.aplib.multiAgentSupport with parameters of type MessageModifier and TypeMethodDescriptionvoid
Put the message m in the input message queue.This is invoked by an agent to send a message to other agent(s), depending on the message type.Send out this message to theComNode
associated to this Messenger.Method parameters in nl.uu.cs.aplib.multiAgentSupport with type arguments of type MessageModifier and TypeMethodDescriptionFind a message in this Messenger's input queue that satisfies the predicate p.boolean
Check this Messenger's input queue if it contains a message satisfying the predicate p.Find a message in this Messenger's input queue that satisfies the predicate p.