cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic
Class SymmetricGridCellId

Package class diagram package SymmetricGridCellId
java.lang.Object
  extended by cz.cuni.amis.pogamut.defcon.communication.worldview.modules.grid.basic.SymmetricGridCellId
All Implemented Interfaces:
IGridCellId

public class SymmetricGridCellId
extends Object
implements IGridCellId

Id for a single square cell of the experimental grid.

Author:
Radek 'Black_Hand' Pibil

Field Summary
protected  Location location
           
 
Constructor Summary
SymmetricGridCellId(float x, float y)
           
SymmetricGridCellId(Location location)
           
 
Method Summary
 Location getLocation()
           
 float getX()
           
 float getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

protected final Location location
Constructor Detail

SymmetricGridCellId

public SymmetricGridCellId(float x,
                           float y)

SymmetricGridCellId

public SymmetricGridCellId(Location location)
Method Detail

getX

public float getX()
Specified by:
getX in interface IGridCellId

getY

public float getY()
Specified by:
getY in interface IGridCellId

getLocation

public Location getLocation()
Specified by:
getLocation in interface IGridCellId


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