massim.server
Class ServerSimulationAgents

java.lang.Object
  extended by massim.server.ServerSimulationAgents

public class ServerSimulationAgents
extends java.lang.Object


Field Summary
 Account[] accounts
           
 java.util.Map<Account,SocketHandler> accountSocketHandlerMap
           
 java.util.Map<Account,java.lang.Object> accountTeamMap
           
 UniqueSimulationAgent[] agents
           
 java.lang.String[] teams
           
 
Constructor Summary
ServerSimulationAgents(org.w3c.dom.Element xml)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agents

public UniqueSimulationAgent[] agents

accounts

public Account[] accounts

teams

public java.lang.String[] teams

accountTeamMap

public java.util.Map<Account,java.lang.Object> accountTeamMap

accountSocketHandlerMap

public java.util.Map<Account,SocketHandler> accountSocketHandlerMap
Constructor Detail

ServerSimulationAgents

public ServerSimulationAgents(org.w3c.dom.Element xml)
                       throws InvalidConfigurationException
Throws:
InvalidConfigurationException


Copyright © 2012. All Rights Reserved.