Uses of Class
fr.lifl.jedi.util.AgentsPopulation

Packages that use AgentsPopulation
fr.lifl.jedi.gui.display.agentsNumber This package contains the definition of a GUI that display the number of instances of every agent families of a simulation. 
fr.lifl.jedi.model This package provides the classes required to design the model of a simulation in JEDI. 
 

Uses of AgentsPopulation in fr.lifl.jedi.gui.display.agentsNumber
 

Methods in fr.lifl.jedi.gui.display.agentsNumber with parameters of type AgentsPopulation
protected  void AgentNumberDisplayFrameController.updateElement(javax.swing.tree.DefaultMutableTreeNode node, AgentsPopulation population)
          Updates recursively the number of agent instances of each agent families.
 

Uses of AgentsPopulation in fr.lifl.jedi.model
 

Fields in fr.lifl.jedi.model declared as AgentsPopulation
protected  AgentsPopulation Environment.agentsPopulation
          Variable that stores the population of all different agent classes that are present in the environment.
 

Methods in fr.lifl.jedi.model that return AgentsPopulation
 AgentsPopulation Environment.getAgentsPopulation()
          Gets the agents number of every different agent family.