com.TeamHEC.LocomotionCommotion.Train
Class ElectricTrain

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Train.Train
      extended by com.TeamHEC.LocomotionCommotion.Train.ElectricTrain

public class ElectricTrain
extends Train

Author:
Matthew Taylor

Field Summary
 
Fields inherited from class com.TeamHEC.LocomotionCommotion.Train.Train
fuelPerTurn, route
 
Constructor Summary
ElectricTrain(int speedMod, boolean inStation, Route route, Player player)
           
 
Method Summary
 
Methods inherited from class com.TeamHEC.LocomotionCommotion.Train.Train
addUpgrade, backupSpeedMod, decreaseFuelPerTurn, decreaseSpeedMod, getActor, getFuelLengthCost, getFuelPerTurn, getFuelRouteCost, getFuelType, getName, getOwner, getRoute, getSpeed, getSpeedMod, getValue, increaseSpeedMod, isInStation, moveTrain, removeUpgrade, restoreSpeedMod, setFuelPerTurn, setInStation, setSpeedMod
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElectricTrain

public ElectricTrain(int speedMod,
                     boolean inStation,
                     Route route,
                     Player player)