public interface SystemMessage
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
receivedByVertex(Vertex<? extends java.io.Serializable> agent,
Environment<? extends java.io.Serializable> env)
This method will be called to allow or not the Actions of the agent to happen.
|
boolean receivedByVertex(Vertex<? extends java.io.Serializable> agent, Environment<? extends java.io.Serializable> env)
agent - The Agent on which to apply the changes.env - The Environment of the Agent.