Uses of Interface
uchicago.src.sim.gui.DrawableNonGridNode

Packages that use DrawableNonGridNode
uchicago.src.repastdemos.asynchAgents   
uchicago.src.repastdemos.genetic   
uchicago.src.repastdemos.hypercycles   
uchicago.src.repastdemos.jain   
uchicago.src.repastdemos.jiggle   
uchicago.src.repastdemos.jinGirNew   
uchicago.src.repastdemos.neural   
uchicago.src.repastdemos.neuralfromfile   
uchicago.src.repastdemos.rabbitPopulation   
uchicago.src.sim.engine   
uchicago.src.sim.gui   
uchicago.src.sim.network   
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.asynchAgents
 

Classes in uchicago.src.repastdemos.asynchAgents that implement DrawableNonGridNode
 class Boss
          This class represents the agent who outputs a value based on either exponential or polynomial function for a given input.
 class Consultant
          This is the agent that moves agents according to how many tasks they have relative to the rest of the employees.
 class Employee
          This class represents the employees who perform tasks assigned by the boss.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.genetic
 

Classes in uchicago.src.repastdemos.genetic that implement DrawableNonGridNode
 class Competitor
          This is an agent in the simulation.
 class Judge
          This is the agent that adjusts the location of Competitors based on the correctness of their solution.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.hypercycles
 

Classes in uchicago.src.repastdemos.hypercycles that implement DrawableNonGridNode
 class HyperCell
          A pseudo-agent class for the hypercycles simulation.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.jain
 

Classes in uchicago.src.repastdemos.jain that implement DrawableNonGridNode
 class JainNode
           
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.jiggle
 

Classes in uchicago.src.repastdemos.jiggle that implement DrawableNonGridNode
 class JiggleNode
          The agent class for this model.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.jinGirNew
 

Classes in uchicago.src.repastdemos.jinGirNew that implement DrawableNonGridNode
 class JinGirNewNode
          The agent class for the JinGirNew simluation.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.neural
 

Classes in uchicago.src.repastdemos.neural that implement DrawableNonGridNode
 class Stapler
          The class used to draw the goal of the agents (the stapler).
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.neuralfromfile
 

Classes in uchicago.src.repastdemos.neuralfromfile that implement DrawableNonGridNode
 class TrainedEmployee
          An employee that performs actions based on a neural network stored in a file.
 

Uses of DrawableNonGridNode in uchicago.src.repastdemos.rabbitPopulation
 

Classes in uchicago.src.repastdemos.rabbitPopulation that implement DrawableNonGridNode
 class Births
          Calculates the number of rabbits born each year based on the current population.
 class DeathMultiplier
          Creates a death multiplier.
 class Deaths
          Calculates how many rabbits should die each year.
 class PopulationDensity
          Calculates the population density based on the current population of rabbits and the current area.
 class RabbitPopulation
          Calculates the current population of rabbits based on the current number of births and eaths.
 

Uses of DrawableNonGridNode in uchicago.src.sim.engine
 

Classes in uchicago.src.sim.engine that implement DrawableNonGridNode
 class AsynchAgent
          An asynchronously executed agent class.
 

Uses of DrawableNonGridNode in uchicago.src.sim.gui
 

Classes in uchicago.src.sim.gui that implement DrawableNonGridNode
 class OvalNode
          Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information.
 class RectNode
          Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information.
 

Methods in uchicago.src.sim.gui with parameters of type DrawableNonGridNode
 void GraphLayout.appendToList(DrawableNonGridNode node)
          Appends the specified nodes to the list of nodes to be laid out by this GraphLayout.
 void AbstractGraphLayout.appendToList(DrawableNonGridNode node)
          Appends the specified nodes to the list of nodes to be laid out by this GraphLayout.
 

Uses of DrawableNonGridNode in uchicago.src.sim.network
 

Classes in uchicago.src.sim.network that implement DrawableNonGridNode
 class DefaultDrawableNode