fr.lip6.sma.simulacion.server
Interface LocalAgent

All Superinterfaces:
Agent
All Known Subinterfaces:
LocalAgentWithProperties, LocalPlayer
All Known Implementing Classes:
AdapterAgent, LocalAgentImpl, LocalAwareAgentImpl, LocalLogAgentImpl, LocalPlayerImpl, LogAgent

public interface LocalAgent
extends Agent

Interface pour un agent local.

Version:
$Revision: 3 $
Author:
Paul Guyot
See Also:
"aucun test défini."

Field Summary
 
Fields inherited from interface fr.lip6.sma.simulacion.server.Agent
AVATAR_PROPERTY_KEY, CLASS_KEY, IMPLEMENTATION_KEY, LOCATION_KEY, ONMAP_KEY, PROPERTIES_KEY, TYPE_PROPERTY_KEY
 
Method Summary
 void executeAsync(String inOperationName, Map inParams)
          Exécute une opération (localement ou à travers le réseau) sans résultat (et de manière asynchrone).
 
Methods inherited from interface fr.lip6.sma.simulacion.server.Agent
equals, execute, getAgentClass, getAgentName, hashCode
 

Method Detail

executeAsync

void executeAsync(String inOperationName,
                  Map inParams)
Exécute une opération (localement ou à travers le réseau) sans résultat (et de manière asynchrone).

Specified by:
executeAsync in interface Agent
Parameters:
inOperationName - nom de l'opération à exécuter.
inParams - paramètres de l'opération.