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

Packages that use NonGridDrawable
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 NonGridDrawable in uchicago.src.repastdemos.asynchAgents
 

Classes in uchicago.src.repastdemos.asynchAgents that implement NonGridDrawable
 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 NonGridDrawable in uchicago.src.repastdemos.genetic
 

Classes in uchicago.src.repastdemos.genetic that implement NonGridDrawable
 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 NonGridDrawable in uchicago.src.repastdemos.hypercycles
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.jain
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.jiggle
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.jinGirNew
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.neural
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.neuralfromfile
 

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

Uses of NonGridDrawable in uchicago.src.repastdemos.rabbitPopulation
 

Classes in uchicago.src.repastdemos.rabbitPopulation that implement NonGridDrawable
 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 NonGridDrawable in uchicago.src.sim.engine
 

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

Uses of NonGridDrawable in uchicago.src.sim.gui
 

Subinterfaces of NonGridDrawable in uchicago.src.sim.gui
 interface DrawableNonGridNode
          Interface for a drawable 2 dimensional "node."
 interface NetworkDrawable
           
 

Classes in uchicago.src.sim.gui that implement NonGridDrawable
 class DrawableItem
          Abstract class for objects inhabiting non-discrete spaces and that wish to be drawn by a Display.
 class OvalItem
          An oval shaped DrawableItem.
 class OvalNetworkItem
          An oval shaped NetworkDrawable.
 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 RectItem
          A rectangular shaped DrawableItem.
 class RectNetworkItem
          A rectangular shaped NetworkDrawable.
 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.
 class RoundRectItem
          A rounded rectangular shaped DrawableItem.
 class RoundRectNetworkItem
          A rounded rectangular shaped NetworkDrawable.
 

Uses of NonGridDrawable in uchicago.src.sim.network
 

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