Uses of Class
org.mars_sim.msp.simulation.structure.building.function.PowerSource

Packages that use PowerSource
org.mars_sim.msp.simulation.structure.building Contains classes for settlement buildings. 
org.mars_sim.msp.simulation.structure.building.function Contains classes for settlement building functions. 
 

Uses of PowerSource in org.mars_sim.msp.simulation.structure.building
 

Methods in org.mars_sim.msp.simulation.structure.building that return types with arguments of type PowerSource
 java.util.List<PowerSource> BuildingConfig.getPowerSources(java.lang.String buildingName)
          Gets a list of the building's power sources.
 

Uses of PowerSource in org.mars_sim.msp.simulation.structure.building.function
 

Subclasses of PowerSource in org.mars_sim.msp.simulation.structure.building.function
 class SolarPowerSource
          A power source that gives a supply of power proportional to the level of sunlight it receives.
 class StandardPowerSource
          A power source that gives a constant supply of power.