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

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

Uses of IGridCell 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 IGridCell
 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.
 

Uses of IGridCell 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 IGridCell
 class SymmetricGridCell
          A single square cell for the experimental grid.
 



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