View Javadoc

1   package cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid;
2   
3   /**
4    * A grid cell flag for the experimental grid interface.
5    * 
6    * @author Radek 'Black_Hand' Pibil
7    * 
8    */
9   public interface IGridCellFlag {
10  
11  }