Uses of Class
org.ascape.model.Cell

Packages that use Cell
edu.brook   
edu.brook.sugarscape   
name.milesparker.epi   
name.milesparker.epi.plague   
name.milesparker.epi.region   
name.milesparker.markets   
org.ascape.model   
org.eclipse.amp.amf.examples.escape   
org.eclipse.amp.examples.heatbugs   
org.metaabm.examples.stupid1   
org.metaabm.examples.stupid2   
org.metaabm.examples.stupid3   
org.metaabm.examples.stupid5   
org.metaabm.gen.test   
 

Uses of Cell in edu.brook
 

Subclasses of Cell in edu.brook
 class DemographicPrisonersDilemma
          Demographic Prisoner_s Dilemma Java Implementation.
 class DemographicPrisonersDilemma3D
          Demographic Prisoner_s Dilemma Java Implementation.
 class PlayCell
          Play Cell Java Implementation.
 class Player
          Player Java Implementation.
 

Uses of Cell in edu.brook.sugarscape
 

Subclasses of Cell in edu.brook.sugarscape
 class GAS_Base
          G A S_ Base Java Implementation.
 class SugarAgent
          Sugar Agent Java Implementation.
 class SugarCell
          Sugar Cell Java Implementation.
 

Uses of Cell in name.milesparker.epi
 

Subclasses of Cell in name.milesparker.epi
 class Epidemic
          Epidemic Java Implementation.
 class Epidemic3D
          Epidemic Java Implementation.
 class Epidemic3DTiles
          Demonstrates how to define custom 3D and color providers.
 class Individual
          Individual Java Implementation.
 class Place
          Place Java Implementation.
 

Uses of Cell in name.milesparker.epi.plague
 

Subclasses of Cell in name.milesparker.epi.plague
 class Flea
          Flea Java Implementation.
 class Rat
          Rat Java Implementation.
 

Uses of Cell in name.milesparker.epi.region
 

Subclasses of Cell in name.milesparker.epi.region
 class City
          City Java Implementation.
 class City3D
          City Java Implementation.
 class EpidemicPeriods
           
 class Region
          Region Java Implementation.
 class Region3D
          Region Java Implementation.
 class RegionalLocation
          Regional Location Java Implementation.
 

Uses of Cell in name.milesparker.markets
 

Subclasses of Cell in name.milesparker.markets
 class Firm
          Firm Java Implementation.
 class Instrument
          Instrument Java Implementation.
 class Markets
          Markets Java Implementation.
 class Markets3D
          Markets Java Implementation.
 class Trader
          Trader Java Implementation.
 

Uses of Cell in org.ascape.model
 

Subclasses of Cell in org.ascape.model
 class CellOccupant
          An occupant of a cell within a lattice.
 class HostCell
          An cell capable fo serving as a 'home' for agents.
 class Scape
          The base class for all collections of agents within ascape.
 

Methods in org.ascape.model that return Cell
 Cell CellOccupant.findRandomNeighborOnHost()
          Returns a random neighbor on host, if any exist neighboring this cell's location on its host cell's lattice.
 Cell Cell.findRelative(Coordinate c)
           
 Cell[] Cell.getNeighbors()
          Deprecated. use findNeighbors instead.
 

Methods in org.ascape.model with parameters of type Cell
 int Cell.getDistance(Cell target)
           
 void Cell.setNeighbors(Cell[] neighbors)
          Sets this cell's neighbors.
 

Uses of Cell in org.eclipse.amp.amf.examples.escape
 

Subclasses of Cell in org.eclipse.amp.amf.examples.escape
 class Block
          Block Java Implementation.
 class WikiExample
          WikiExample Java Implementation.
 class WikiExample3D
          WikiExample Java Implementation.
 

Uses of Cell in org.eclipse.amp.examples.heatbugs
 

Subclasses of Cell in org.eclipse.amp.examples.heatbugs
 class HeatBug
          Heat Bug Java Implementation.
 class Heatbugs
          Heatbugs Java Implementation.
 class Heatbugs3D
          Heatbugs Java Implementation.
 class Heatbugs3DCustom
           
 class HeatCell
          Heat Cell Java Implementation.
 

Uses of Cell in org.metaabm.examples.stupid1
 

Subclasses of Cell in org.metaabm.examples.stupid1
 class Bug
          Bug Java Implementation.
 class Habitat
          Habitat Java Implementation.
 class StupidModel1
          StupidModel1 Java Implementation.
 class StupidModel13D
          StupidModel1 Java Implementation.
 

Uses of Cell in org.metaabm.examples.stupid2
 

Subclasses of Cell in org.metaabm.examples.stupid2
 class StupidModel2
          Stupid Model 2 Java Implementation.
 class StupidModel23D
          Stupid Model 2 Java Implementation.
 

Uses of Cell in org.metaabm.examples.stupid3
 

Subclasses of Cell in org.metaabm.examples.stupid3
 class StupidModel3
          Stupid Model 3 Java Implementation.
 class StupidModel33D
          Stupid Model 3 Java Implementation.
 

Uses of Cell in org.metaabm.examples.stupid5
 

Subclasses of Cell in org.metaabm.examples.stupid5
 class StupidModel5
          Stupid Model 5 Java Implementation.
 class StupidModel53D
          Stupid Model 5 Java Implementation.
 

Uses of Cell in org.metaabm.gen.test
 

Subclasses of Cell in org.metaabm.gen.test
 class BasicCell
           
 class BasicModel
           
 class BasicMovementAgent
           
 class BasicMovementModel
           
 class BasicMovementStateAgent
           
 class ComplexLocation
           
 class ComplexMovementAgent
           
 class MethodsAgent
           
 class OperationsAgent
           
 class SpatialModel
           
 class StateAgent