Uses of Class
cad.simcad.maps.Cell

Packages that use Cell
cad.simcad.maps   
 

Uses of Cell in cad.simcad.maps
 

Fields in cad.simcad.maps declared as Cell
protected  Cell[][] CellGroup._cells
           
protected  Cell CellGroup._ref
          This is the Cell from which any Cell from this CellGroup can be reached by adding to a maximum of _maxHeight and _maxWidth
protected  Cell[][] CellMap._cell
          The array of cells making up the map
protected  Cell[] CellMap._cex
           
 

Methods in cad.simcad.maps that return Cell
 Cell[] ToroidalCellMapNoDiag.getAdjacent(Cell c)
           
 Cell[] ToroidalCellMap.getAdjacent(Cell c)
          Returns
 Cell[][] CellGroup.getCells()
           
abstract  Cell[] CellMap.getAdjacent(Cell c)
           
 Cell CellMap.getCell(int x, int y)
          Return Cell of absisse X and coordinate y
 Cell[] ClassicCellMap.getAdjacent(Cell c)
           
 Cell[] ClassicCellMapNoDiag.getAdjacent(Cell c)
           
 

Methods in cad.simcad.maps with parameters of type Cell
 Cell[] ToroidalCellMapNoDiag.getAdjacent(Cell c)
           
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells)
           
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
 CellGroup CellRectangle.createInstance(CellMap cellMap, Cell[][] newCells)
           
 CellGroup CellRectangle.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
 CellGroup CellRectangle.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
 Cell[] ToroidalCellMap.getAdjacent(Cell c)
          Returns
 boolean CellGroup.belongsTo(Cell c)
          This method should be constant time O(c) PRE : A Cell POST : True if the cell belongs to the Cellgroup, false otherwise.
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells)
           
abstract  Cell[] CellMap.getAdjacent(Cell c)
           
 Cell[] ClassicCellMap.getAdjacent(Cell c)
           
 Cell[] ClassicCellMapNoDiag.getAdjacent(Cell c)
           
 

Constructors in cad.simcad.maps with parameters of type Cell
CellSquare(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellSquare(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellSquare(CellMap cellMap, Cell[][] cells)
          Creates new CellRectangle
Region(CellMap cellMap, Cell[][] cells)
          Creates new Region
BreachedCellGroup(CellMap cellMap, Cell[][] cells)
          Creates new CellGroup
CellRectangle(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellRectangle(CellMap cellMap, Cell[][] cells, Cell ref)
          Creates new CellRectangle
CellRectangle(CellMap cellMap, Cell[][] cells)
          Creates new CellRectangle
CellGroup(CellMap cellMap, Cell[][] cells)
          Creates new CellGroup Ref = lower and west cell of group cell The array given represents a rectangle of cells
CellGroup(CellMap cellMap, Cell[][] cells, Cell ref)
           
CellGroup(CellMap cellMap, Cell[][] cells, Cell ref)
           
 


Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be