cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid
Interface IGrid<GRID_CELL extends IGridCell,GRID_CELL_ID extends IGridCellId,GRID_ITERATOR extends IGridIterator<GRID_CELL,GRID_CELL_ID>>
- Type Parameters:
GRID_CELL - GRID_CELL_ID - GRID_ITERATOR -
- All Known Implementing Classes:
- BasicGrid
public interface IGrid<GRID_CELL extends IGridCell,GRID_CELL_ID extends IGridCellId,GRID_ITERATOR extends IGridIterator<GRID_CELL,GRID_CELL_ID>>
Experimental grid interface.
- Author:
- Radek 'Black_Hand' Pibil
getCell
GRID_CELL getCell(GRID_CELL_ID cellId)
getWorldView
DefConWorldView getWorldView()
getIterator
GRID_ITERATOR getIterator(GRID_CELL_ID cellId)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.