Uses of Class
org.ascape.model.HostCell

Packages that use HostCell
edu.brook   
edu.brook.sugarscape   
name.milesparker.epi   
name.milesparker.epi.region   
org.ascape.model   
org.eclipse.amp.amf.examples.escape   
org.eclipse.amp.examples.heatbugs   
org.metaabm.examples.stupid1   
org.metaabm.gen.test   
 

Uses of HostCell in edu.brook
 

Subclasses of HostCell in edu.brook
 class PlayCell
          Play Cell Java Implementation.
 

Uses of HostCell in edu.brook.sugarscape
 

Subclasses of HostCell in edu.brook.sugarscape
 class SugarCell
          Sugar Cell Java Implementation.
 

Uses of HostCell in name.milesparker.epi
 

Subclasses of HostCell in name.milesparker.epi
 class Place
          Place Java Implementation.
 

Uses of HostCell in name.milesparker.epi.region
 

Subclasses of HostCell in name.milesparker.epi.region
 class RegionalLocation
          Regional Location Java Implementation.
 

Uses of HostCell in org.ascape.model
 

Methods in org.ascape.model that return HostCell
 HostCell HostCell.findRandomAvailableNeighbor()
          Gets a random neighboring host cell.
 HostCell CellOccupant.getHostCell()
          Returns the cell that this cell occupies in the host cell's lattice.
 

Methods in org.ascape.model with parameters of type HostCell
 void CellOccupant.moveTo(HostCell hostCell)
          Assigns this cell as the occupant of the supplied host cell.
 void CellOccupant.setHostCell(HostCell hostCell)
          Sets the cell that this cell occupies in the host cell's lattice.
 

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

Subclasses of HostCell in org.eclipse.amp.amf.examples.escape
 class Block
          Block Java Implementation.
 

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

Subclasses of HostCell in org.eclipse.amp.examples.heatbugs
 class HeatCell
          Heat Cell Java Implementation.
 

Uses of HostCell in org.metaabm.examples.stupid1
 

Subclasses of HostCell in org.metaabm.examples.stupid1
 class Habitat
          Habitat Java Implementation.
 

Uses of HostCell in org.metaabm.gen.test
 

Subclasses of HostCell in org.metaabm.gen.test
 class BasicCell
           
 class ComplexLocation