/** Add an agent node */
 private void addAgent(Agent agent) {
   agentTable.put(agent.agentId, agent);
 }