コード例 #1
0
 /** Add an agent node */
 private void addAgent(Agent agent) {
   agentTable.put(agent.agentId, agent);
 }