Uses of Class
nl.uu.cs.aplib.multiAgentSupport.Message
Package
Description
Providing classes to facilitate communication between agents.
-
Uses of Message in eu.iv4xr.framework.mainConcepts
Modifier and TypeFieldDescriptionSyntheticEventsProducer.currentEvents
Produced synthetic events will be placed here.Modifier and TypeMethodDescriptionSyntheticEventsProducer.getCurrentEvents()
Return the list of 'current' events. -
Uses of Message in nl.uu.cs.aplib.agents
Modifier and TypeMethodDescriptionvoid
AutonomousBasicAgent.sendMsgToThisAgent(Message m)
This will send a message to this agent. -
Uses of Message in nl.uu.cs.aplib.multiAgentSupport
Modifier 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.Modifier 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.Modifier 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.