コード例 #1
0
 /** Get the agent id */
 private Agent getAgent(String agentId) {
   return (Agent) agentTable.get(agentId);
 }