SOMA.agent.mobility
Class AgentWorkerStore

java.lang.Object
  |
  +--SOMA.agent.mobility.AgentWorkerStore

public class AgentWorkerStore
extends java.lang.Object

Struttura dati che contiene i worker dell'AgentManager.

Author:
Livio Profiri

Constructor Summary
AgentWorkerStore()
           
 
Method Summary
 AgentWorker getWorker(AgentID agentID)
           
 void printWorkers(java.io.PrintStream out)
           
 AgentWorker putWorker(AgentWorker worker)
           
 AgentWorker removeWorker(AgentID agentID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentWorkerStore

public AgentWorkerStore()
Method Detail

getWorker

public AgentWorker getWorker(AgentID agentID)

putWorker

public AgentWorker putWorker(AgentWorker worker)

removeWorker

public AgentWorker removeWorker(AgentID agentID)

printWorkers

public void printWorkers(java.io.PrintStream out)