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

java.lang.Object
  extended by uk.ac.nott.cs.g54dia.library.DefaultCell
      extended by uk.ac.nott.cs.g54dia.library.EmptyCell
All Implemented Interfaces:
Cell

public class EmptyCell
extends DefaultCell

A environment cell which contains nothing.

Empty cells can be replaced by a fuelpump.


Constructor Summary
EmptyCell(Point pos)
           
 
Method Summary
 
Methods inherited from class uk.ac.nott.cs.g54dia.library.DefaultCell
getPoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyCell

EmptyCell(Point pos)