com.TeamHEC.LocomotionCommotion.Resource
Class Oil

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Resource.Resource
      extended by com.TeamHEC.LocomotionCommotion.Resource.Fuel
          extended by com.TeamHEC.LocomotionCommotion.Resource.Oil

public class Oil
extends Fuel

Author:
Matthew Taylor The object representing Oil fuel.

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Resource.Fuel
cost
 
Constructor Summary
Oil(int value)
          Initialises Oil
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Resource.Resource
addValue, addValue, getType, getValue, setValue, subValue, subValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Oil

public Oil(int value)
Initialises Oil

Parameters:
value - The initial value of the object.