com.TeamHEC.LocomotionCommotion.Resource
Class Nuclear

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

public class Nuclear
extends Fuel

Author:
Matthew Taylor The object representing Nuclear fuel.

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

Nuclear

public Nuclear(int value)
Initialises Nuclear

Parameters:
value - The initial value of the object.