com.TeamHEC.LocomotionCommotion.Resource
Class Electric

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

public class Electric
extends Fuel

Author:
Matthew Taylor The object representing Electric fuel.

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

Electric

public Electric(int value)
Initialises Electric

Parameters:
value - The initial value of the object.