Package | Description |
---|---|
org.arakhne.tinyMAS.core | |
org.arakhne.tinyMAS.network |
Modifier and Type | Method and Description |
---|---|
protected Message |
Agent.getNextMessage()
Deprecated.
Replies the next message available for this agent.
|
Message |
MessageBoxManager.getNextMessage(AgentIdentifier id)
Deprecated.
Replies the next available message for the specified agent.
|
Message |
MessageTransportService.getNextMessage(AgentIdentifier id)
Deprecated.
Replies the next available message for the specified agent.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
MessageTransportService.registerInLocalBoxes(Message m)
Deprecated.
Store the specified message inside the local message boxes.
|
boolean |
MessageTransportService.send(Message m)
Deprecated.
Send the specified message according to the
knownledge of this MTS.
|
boolean |
MessageBoxManager.storeMessage(Message m)
Deprecated.
Store a message inside a box.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NetworkMessageTransportService.send(Message m)
Deprecated.
Send the specified message according to the
knownledge of this MTS.
|
protected void |
NetworkMessageTransportService.RemoteKernelListener.treatAgentMessage(Message msg)
Deprecated.
Treating agent's message.
|
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.