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

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

public class Well
extends DefaultCell

A well is a source of water


Field Summary
static int WATER_YIELD
          yield of well
 
Constructor Summary
Well(Point point)
           
 
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
 

Field Detail

WATER_YIELD

public static final int WATER_YIELD
yield of well

See Also:
Constant Field Values
Constructor Detail

Well

public Well(Point point)