Modifier and Type | Field and Description |
---|---|
AgentIdentifier |
Message.FROM
Deprecated.
Sender.
|
AgentIdentifier |
Message.TO
Deprecated.
Receiver.
|
Modifier and Type | Method and Description |
---|---|
AgentIdentifier |
YellowPages.getAgentFor(String service)
Deprecated.
Replies an agent that provides the specified service.
|
(package private) AgentIdentifier |
Kernel.getAgentId(AT a)
Deprecated.
Replies the identifier of the specified agent.
|
AgentIdentifier[] |
YellowPages.getAgents(String service)
Deprecated.
Replies all the agents that provide services
|
AgentIdentifier[] |
WhitePages.getAllAgentIdentifiers()
Deprecated.
Replies the list of the identifiers of the registered agents.
|
AgentIdentifier |
Agent.getId()
Deprecated.
Replies the identifier of the agent.
|
(package private) AgentIdentifier |
WhitePages.getId(AT a)
Deprecated.
Replies the identifier of the specified agent.
|
AgentIdentifier |
Probe.getProbedAgentId()
Deprecated.
Replies the identifier of the probed agent.
|
AgentIdentifier |
DefaultProbe.getProbedAgentId()
Deprecated.
Replies the identifier of the probed agent.
|
AgentIdentifier[] |
Kernel.getServiceProviders(String serviceName)
Deprecated.
Replies the list of agents that provide the specified service
|
static AgentIdentifier[] |
Kernel.service(String serviceName)
Deprecated.
Replies the list of agents that provide the specified service
|
Modifier and Type | Method and Description |
---|---|
void |
Kernel.addAgent(AgentIdentifier id,
AT a)
Deprecated.
Add an agent inside this kernel.
|
(package private) AT |
WhitePages.getAgent(AgentIdentifier id)
Deprecated.
Replies the agent that corresponds to the specified identifier.
|
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.
|
Probe |
Kernel.getProbe(AgentIdentifier agentId)
Deprecated.
Replies a probe on the specified agent.
|
protected boolean |
MessageBoxManager.hasMessage(AgentIdentifier id)
Deprecated.
Replies if a message is available for the specified agent.
|
protected boolean |
MessageTransportService.hasMessage(AgentIdentifier id)
Deprecated.
Replies if a message is available for the specified agent.
|
boolean |
Kernel.isOnThisKernel(AgentIdentifier agent)
Deprecated.
Replies if this agent identifier corresponds to an
agent inside this kernel.
|
boolean |
YellowPages.isRegisteredAgent(AgentIdentifier agent)
Deprecated.
Replies if the specified agent provides a service.
|
boolean |
YellowPages.isRegisteredAgent(String service,
AgentIdentifier agent)
Deprecated.
Replies if the specified agent provides the given service.
|
void |
KernelAdapter.kernelAgentAdded(Kernel<?,?,?,?> kernel,
AgentIdentifier... id)
Deprecated.
Invoked when an agent was added inside the kernel.
|
void |
KernelListener.kernelAgentAdded(Kernel<?,?,?,?> kernel,
AgentIdentifier... id)
Deprecated.
Invoked when an agent was added inside the kernel.
|
void |
KernelAdapter.kernelAgentRemoved(Kernel<?,?,?,?> kernel,
AgentIdentifier... id)
Deprecated.
Invoked when an agent was removed from the kernel.
|
void |
KernelListener.kernelAgentRemoved(Kernel<?,?,?,?> kernel,
AgentIdentifier... id)
Deprecated.
Invoked when an agent was removed from the kernel.
|
(package private) void |
Kernel.killAgent(AgentIdentifier id)
Deprecated.
Kill an agent.
|
static Probe |
Kernel.probe(AgentIdentifier agentId)
Deprecated.
Replies a probe on the specified agent.
|
void |
WhitePages.register(AgentIdentifier id,
AT a)
Deprecated.
Register an agent and give it the specified identifier.
|
(package private) void |
MessageBoxManager.registerAgent(AgentIdentifier id)
Deprecated.
Create a message box for the specified agent
|
(package private) void |
MessageTransportService.registerAgent(AgentIdentifier id)
Deprecated.
Create a local message box for the specified agent.
|
void |
YellowPages.registerService(String service,
AgentIdentifier agent)
Deprecated.
Register a service provided by the specified agent.
|
abstract void |
AbstractEnvironment.removeAgent(AgentIdentifier agent)
Deprecated.
Remove the given agent from the environment.
|
(package private) void |
Kernel.removeAgent(AgentIdentifier id)
Deprecated.
Kill an agent.
|
void |
Environment.removeAgent(AgentIdentifier agent)
Deprecated.
Remove the given agent from the environment.
|
protected boolean |
Agent.sendMessage(AgentIdentifier to,
Serializable content)
Deprecated.
Send a message to another agent.
|
(package private) void |
Agent.setId(AgentIdentifier id)
Deprecated.
Set the agent's identifier of this agent.
|
(package private) void |
Agent.start(AgentIdentifier id)
Deprecated.
Start the life of an agent.
|
AT |
WhitePages.unregister(AgentIdentifier id)
Deprecated.
Unregister an agent.
|
(package private) void |
MessageBoxManager.unregisterAgent(AgentIdentifier id)
Deprecated.
Delete the message box of the specified agent
|
(package private) void |
MessageTransportService.unregisterAgent(AgentIdentifier id)
Deprecated.
Delete the local message box of the specified agent.
|
void |
YellowPages.unregisterService(String service,
AgentIdentifier agent)
Deprecated.
Remove the specified agent-service association.
|
void |
YellowPages.unregisterServices(AgentIdentifier agent)
Deprecated.
Remove the specified agent from the yellow pages.
|
Constructor and Description |
---|
Message(AgentIdentifier from,
AgentIdentifier to,
Serializable content)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Map<AgentIdentifier,Dimension> |
GUI.nextPositions
Deprecated.
|
protected Map<AgentIdentifier,Dimension> |
GUI.positions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldGrid.addAgent(AgentIdentifier id,
boolean is_prey)
Deprecated.
Ajoute aleatoirement un agent dans le monde.
|
protected static void |
WorldGrid.debugPositions(int width,
int height,
AgentIdentifier[][] grid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
GUI.debugPositions(Kernel<?,?,?,?> kernel,
Map<AgentIdentifier,Dimension> positions,
String str)
Deprecated.
|
protected void |
GUI.refreshGUI(int moveStep,
Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
protected void |
GUI.refreshGUI(Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Map<AgentIdentifier,Dimension> |
GUI.nextPositions
Deprecated.
|
protected Map<AgentIdentifier,Dimension> |
GUI.positions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
WorldGrid.addAgent(AgentIdentifier id,
AnimalType type)
Deprecated.
Ajoute aleatoirement un agent dans le monde.
|
protected static void |
WorldGrid.debugPositions(int width,
int height,
AgentIdentifier[][] grid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
GUI.debugPositions(Kernel<?,?,?,?> kernel,
Map<AgentIdentifier,Dimension> positions,
String str)
Deprecated.
|
protected void |
GUI.refreshGUI(int moveStep,
Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
protected void |
GUI.refreshGUI(Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Map<AgentIdentifier,Dimension> |
GUI.nextPositions
Deprecated.
|
protected Map<AgentIdentifier,Dimension> |
GUI.positions
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<AgentIdentifier,Dimension> |
WorldGrid.getState()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AnimalPerception[] |
WorldGrid.perceive(AgentIdentifier agent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
GUI.debugPositions(Kernel<?,?,?,?> kernel,
Map<AgentIdentifier,Dimension> positions,
String str)
Deprecated.
|
protected void |
GUI.refreshGUI(int moveStep,
Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
protected void |
GUI.refreshGUI(Map<AgentIdentifier,Dimension> moves)
Deprecated.
|
Constructor and Description |
---|
AnimalInfluence(AgentIdentifier emitter,
MoveDirection direction)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MTSBasedYellowPages.registerService(String service,
AgentIdentifier agent)
Deprecated.
Register a service provided by the specified agent.
|
void |
MTSBasedYellowPages.unregisterService(String service,
AgentIdentifier agent)
Deprecated.
Remove the specified agent-service association.
|
void |
MTSBasedYellowPages.unregisterServices(AgentIdentifier agent)
Deprecated.
Remove the specified agent from the yellow pages.
|
Constructor and Description |
---|
KernelMessage(Class<?> target,
KernelMessage.Type type,
String service,
AgentIdentifier agent)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AgentIdentifier |
AbstractAgentBody.getAgent()
Deprecated.
Replies the identifier of the agent that owns this body.
|
AgentIdentifier |
AgentBody.getAgent()
Deprecated.
Replies the identifier of the agent that owns this body.
|
Modifier and Type | Method and Description |
---|---|
<T extends AB> |
SituatedEnvironment.getAgentBody(AgentIdentifier agent)
Deprecated.
Replies the body of the agent inside the environment.
|
<T extends AB> |
AbstractSituatedEnvironment.getAgentBody(AgentIdentifier agent)
Deprecated.
Replies the body of the agent inside the environment.
|
PT[] |
SituatedEnvironment.perceive(AgentIdentifier agent)
Deprecated.
Compute and replies the perceptions for the specified agent.
|
void |
AbstractSituatedEnvironment.removeAgent(AgentIdentifier agent)
Deprecated.
Put the given agent on the given segment
/** Remove the given agent from the environment.
|
Modifier and Type | Method and Description |
---|---|
AgentIdentifier |
Influence.getEmitter()
Deprecated.
Replies the identifier of the agent that sent this influence.
|
Constructor and Description |
---|
Influence(AgentIdentifier emitter)
Deprecated.
|
Copyright © 2003-2013 Arakhnê.org Members. All rights reserved under LGPL license terms.