massim.competition2011
Class GraphSimulationAgentParameter

java.lang.Object
  extended by massim.gridsimulations.SimulationAgentParameter
      extended by massim.competition2011.GraphSimulationAgentParameter
All Implemented Interfaces:
AgentParameter, TeamAgentParameter

public class GraphSimulationAgentParameter
extends SimulationAgentParameter

This class holds the agent-specific part of the simulation configuration (defined in the config file).


Field Summary
 java.lang.String name
          The name of the agent
 java.lang.String roleName
          The name of the agent's role
 
Fields inherited from class massim.gridsimulations.SimulationAgentParameter
team
 
Constructor Summary
GraphSimulationAgentParameter()
           
 
Method Summary
 
Methods inherited from class massim.gridsimulations.SimulationAgentParameter
getTeam, setTeam
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the agent


roleName

public java.lang.String roleName
The name of the agent's role

Constructor Detail

GraphSimulationAgentParameter

public GraphSimulationAgentParameter()


Copyright © 2011. All Rights Reserved.