Uses of Interface
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.IGridCellId

Packages that use IGridCellId
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid   
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic   
 

Uses of IGridCellId in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid
 

Classes in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid with type parameters of type IGridCellId
 interface IGrid<GRID_CELL extends IGridCell,GRID_CELL_ID extends IGridCellId,GRID_ITERATOR extends IGridIterator<GRID_CELL,GRID_CELL_ID>>
          Experimental grid interface.
 interface IGridIterator<GRID_CELL extends IGridCell,GRID_CELL_ID extends IGridCellId>
          Iteator used for the experimental grid interface to traverse the map.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid that return IGridCellId
 IGridCellId IGridCell.getCellId()
           
 

Uses of IGridCellId in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
 

Classes in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic that implement IGridCellId
 class SymmetricGridCellId
          Id for a single square cell of the experimental grid.
 

Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic that return IGridCellId
 IGridCellId SymmetricGridCell.getCellId()
           
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.