SOMA.agent.mobility
Class AgentPositionUpdateCommand

java.lang.Object
  extended bySOMA.network.connection.Command
      extended bySOMA.network.connection.QuickCommand
          extended bySOMA.agent.mobility.AgentPositionUpdateCommand
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable

public class AgentPositionUpdateCommand
extends QuickCommand

Comando per l'aggiornamento della posizione di agenti.

Author:
Livio Profiri
See Also:
Serialized Form

Field Summary
 
Fields inherited from class SOMA.network.connection.Command
env, ReturnConnection
 
Constructor Summary
AgentPositionUpdateCommand(AgentID agentID, PlaceID placeID)
          Costruttore.
 
Method Summary
 void run()
          Contiene la computazione che il comando deve svolgere.
 java.lang.String toString()
           
 
Methods inherited from class SOMA.network.connection.QuickCommand
start
 
Methods inherited from class SOMA.network.connection.Command
Return, startOnError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AgentPositionUpdateCommand

public AgentPositionUpdateCommand(AgentID agentID,
                                  PlaceID placeID)
Costruttore.

Method Detail

run

public void run()
Description copied from class: Command
Contiene la computazione che il comando deve svolgere.
Questo metodo astratto va definito nelle implementazioni concrete dei comandi.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class Command

toString

public java.lang.String toString()


Copyright © 2004 Luca Foschini