Uses of Class
cad.simcad.maps.CellGroup

Packages that use CellGroup
cad.simcad.maps   
 

Uses of CellGroup in cad.simcad.maps
 

Subclasses of CellGroup in cad.simcad.maps
 class BreachedCellGroup
          This class represents a group of adjacent cells This class is used to modelize objects that are bigger than just one cell.
 class CellRectangle
          a Group of cells forming a rectangular shape This is a subclass of CellGroup
 class CellSquare
           
 

Methods in cad.simcad.maps that return CellGroup
 CellGroup[] ToroidalCellMapNoDiag.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 CellGroup CellSquare.createInstance(CellMap cellMap, Cell[][] newCells)
           
 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[] ToroidalCellMap.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells, Cell ref)
           
abstract  CellGroup CellGroup.createInstance(CellMap cellMap, Cell[][] newCells)
           
 CellGroup CellGroup.moveWest()
          For performance reason, this method does not check for consistency
 CellGroup CellGroup.moveNorth()
          Return a new CellGroup.
 CellGroup CellGroup.moveSouth()
          Return a new CellGroup.
 CellGroup CellGroup.moveEast()
           
 CellGroup CellGroup.moveNorthWest()
           
 CellGroup CellGroup.moveSouthEast()
           
 CellGroup CellGroup.moveNorthEast()
           
 CellGroup CellGroup.moveSouthWest()
           
abstract  CellGroup[] CellMap.getAdjacent(CellGroup cg)
          This method typically returns an array cells adjacent to the cell given in argument.
 CellGroup[] ClassicCellMap.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 CellGroup[] ClassicCellMapNoDiag.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 

Methods in cad.simcad.maps with parameters of type CellGroup
 CellGroup[] ToroidalCellMapNoDiag.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 CellGroup[] ToroidalCellMap.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
abstract  CellGroup[] CellMap.getAdjacent(CellGroup cg)
          This method typically returns an array cells adjacent to the cell given in argument.
 CellGroup[] ClassicCellMap.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 CellGroup[] ClassicCellMapNoDiag.getAdjacent(CellGroup g)
          Returns every possible CellGroups adjacent to the CellGroup given in argument It depends of the resolution
 


Logo

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