uk.ac.nott.cs.g54dia.library
Class DefaultCell

java.lang.Object
  extended by uk.ac.nott.cs.g54dia.library.DefaultCell
All Implemented Interfaces:
Cell
Direct Known Subclasses:
EmptyCell, FuelPump, Station, Well

public abstract class DefaultCell
extends java.lang.Object
implements Cell

An abstract implementation of the Cell interface.


Field Summary
private  Point point
           
 
Constructor Summary
DefaultCell(Point point)
           
 
Method Summary
 Point getPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

private Point point
Constructor Detail

DefaultCell

DefaultCell(Point point)
Method Detail

getPoint

public Point getPoint()
Specified by:
getPoint in interface Cell