Uses of Class
energyTycoon.powerStation.PowerStation

Packages that use PowerStation
energyTycoon.client   
energyTycoon.game   
energyTycoon.gui.game   
energyTycoon.player   
energyTycoon.powerStation   
 

Uses of PowerStation in energyTycoon.client
 

Methods in energyTycoon.client that return types with arguments of type PowerStation
 java.util.List<PowerStation> ClientManagement.getAllStations()
           
 

Uses of PowerStation in energyTycoon.game
 

Methods in energyTycoon.game with parameters of type PowerStation
 void ServerGame.addPowerStation(PowerStation powerStation)
          add power station in game environment and give it an id
 

Uses of PowerStation in energyTycoon.gui.game
 

Methods in energyTycoon.gui.game that return PowerStation
 PowerStation PowerStationPanel.getPowerStation()
          get the power station of this panel
 

Methods in energyTycoon.gui.game that return types with arguments of type PowerStation
 java.util.List<PowerStation> GameListener.getAllStations()
          get all player stations
 

Constructors in energyTycoon.gui.game with parameters of type PowerStation
PowerStationPanel(GameListener gameListener, PowerStation powerStation)
           
 

Uses of PowerStation in energyTycoon.player
 

Methods in energyTycoon.player that return PowerStation
 PowerStation PhysicPlayer.getPowerStation(int powerStationId)
          get the power station of the given id
 

Methods in energyTycoon.player that return types with arguments of type PowerStation
 java.util.List<PowerStation> PhysicPlayer.getAllStations()
          get all player stations
 

Methods in energyTycoon.player with parameters of type PowerStation
 void PhysicPlayer.addPowerStation(PowerStation powerStation)
          add A power station
 void PhysicPlayer.askEraseBuilding(PowerStation station)
           
 void FullPlayer.eraseBuilding(PowerStation station)
           
 

Uses of PowerStation in energyTycoon.powerStation
 

Subclasses of PowerStation in energyTycoon.powerStation
 class CoalCentral
           
 class NuclearStation
           
 class SolarPanel
           
 class Weir
           
 class WindMachine