Uses of Class
display.AgentNode

Packages that use AgentNode
display   
 

Uses of AgentNode in display
 

Fields in display declared as AgentNode
 AgentNode ModelGUI.AgentNodeMap.node
           
 

Fields in display with type parameters of type AgentNode
private  java.util.ArrayList<AgentNode> ModelGUI.agentFriendsNodeList
          Nodelist for agents friendship network
private  java.util.ArrayList<AgentNode> ModelGUI.agentNodeList
          Nodelist for agents in Model
private  java.util.ArrayList<AgentNode> ModelGUI.savingsNodeList
          Nodelist for agents stokvel network
 

Methods in display that return types with arguments of type AgentNode
 java.util.ArrayList<AgentNode> ModelGUI.getAgentFriendsNodeList()
           
 java.util.ArrayList<AgentNode> ModelGUI.getAgentNodeList()
          get agents node list
 java.util.ArrayList<AgentNode> ModelGUI.getSavingsNodeList()
           
 

Methods in display with parameters of type AgentNode
 boolean AgentNode.checkFriendshipLimit(AgentNode node)
          Check if this node can have an additional friend given the friendship upperlimit.
 

Constructors in display with parameters of type AgentNode
ModelGUI.AgentNodeMap(Agent _agent, AgentNode _node)