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

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

public class FuelPump
extends DefaultCell

A fuel pump.


Field Summary
static int FUEL_YIELD
           
 
Constructor Summary
FuelPump(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

FUEL_YIELD

public static final int FUEL_YIELD
See Also:
Constant Field Values
Constructor Detail

FuelPump

FuelPump(Point point)