org.lucci.madhoc.bining
Class Cel

java.lang.Object
  extended by org.lucci.madhoc.bining.Cel

public class Cel
extends java.lang.Object

Author:
luc.hogie

Constructor Summary
Cel(int i, int j)
           
 
Method Summary
 java.util.Collection<Station> getStations()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cel

public Cel(int i,
           int j)
Method Detail

getX

public int getX()

getY

public int getY()

getStations

public java.util.Collection<Station> getStations()
Returns:
Returns the stations.