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>>

Package class diagram package IGrid
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

Method Summary
 GRID_CELL getCell(GRID_CELL_ID cellId)
           
 GRID_ITERATOR getIterator(GRID_CELL_ID cellId)
           
 DefConWorldView getWorldView()
           
 

Method Detail

getCell

GRID_CELL getCell(GRID_CELL_ID cellId)

getWorldView

DefConWorldView getWorldView()

getIterator

GRID_ITERATOR getIterator(GRID_CELL_ID cellId)


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