display
Class ModelGUI.AgentNodeMap

java.lang.Object
  extended by display.ModelGUI.AgentNodeMap
Enclosing class:
ModelGUI

public class ModelGUI.AgentNodeMap
extends java.lang.Object

Maps agents to nodes


Field Summary
 Agent agent
           
 AgentNode node
           
 
Constructor Summary
ModelGUI.AgentNodeMap(Agent _agent, AgentNode _node)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

agent

public Agent agent

node

public AgentNode node
Constructor Detail

ModelGUI.AgentNodeMap

public ModelGUI.AgentNodeMap(Agent _agent,
                             AgentNode _node)