com.TeamHEC.LocomotionCommotion.Resource
Class Coal

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

public class Coal
extends Fuel

Author:
Matthew Taylor The object representing Coal fuel.

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Resource.Fuel
cost
 
Constructor Summary
Coal(int value)
          Initialises Coal
 
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

Coal

public Coal(int value)
Initialises Coal

Parameters:
value - The initial value of the object.