All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class AgentSystem.Cupdate

java.lang.Object
   |
   +----AgentSystem.Command
           |
           +----AgentSystem.Cupdate

public class Cupdate
extends Command
Classe di comando per l'update delle posizioni degli agenti. il costruttore richiede come argomento nuova posizione e l'id dell'agente Non e' prevista risposta ... Returned e' vuota


Constructor Index

 o Cupdate(String, String, AgentID)

Method Index

 o exe()
 o Returned()

Constructors

 o Cupdate
 public Cupdate(String dest,
                String domain,
                AgentID agid)

Methods

 o exe
 public void exe()
Overrides:
exe in class Command
 o Returned
 public void Returned()
Overrides:
Returned in class Command

All Packages  Class Hierarchy  This Package  Previous  Next  Index