Uses of Class
org.gjt.universe.WeatherType

Packages that use WeatherType
org.gjt.universe   
 

Uses of WeatherType in org.gjt.universe
 

Subclasses of WeatherType in org.gjt.universe
static class WeatherType.CalmWeatherType
          This standard subclass is used to represent planetary weather which is much less energetic than that of Earth.
static class WeatherType.NoneWeatherType
          This standard subclass is used to represent planetary weather which is much less energetic than that of Earth.
static class WeatherType.NormalWeatherType
          This standard subclass is used to represent planetary weather which is no more violent than that of Earth.
static class WeatherType.TurbulentWeatherType
          This standard subclass is used to represent planetary weather which is slightly violent than that of Earth.
static class WeatherType.ViolentWeatherType
          This standard subclass is used to represent planetary weather which is much more violent than that of Earth.
 

Fields in org.gjt.universe declared as WeatherType
static WeatherType WeatherType.VIOLENT
           
static WeatherType WeatherType.TURBULENT
           
static WeatherType WeatherType.NORMAL
           
static WeatherType WeatherType.CALM
           
static WeatherType WeatherType.NONE
           
private  WeatherType AtmosphereType.myWeatherType
           
 

Methods in org.gjt.universe that return WeatherType
static WeatherType WeatherType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the weather type instance which best matches the given planetary make-up.
 WeatherType AtmosphereType.getWeatherType()
          This method returns the classification of the atmosphere's weather.
 

Methods in org.gjt.universe with parameters of type WeatherType
static AtmosphereType AtmosphereType.sharedInstance(SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This method returns the shared instance which matches the given set of subclassifications, creating the new instance if necessary.
private static java.lang.String AtmosphereType.compositeName(SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This method returns the briefest possible name describing the particular collection of sub-classifications.
 

Constructors in org.gjt.universe with parameters of type WeatherType
AtmosphereType(java.lang.String aName, java.lang.String aBackStory, SurfacePressureType aSurfacePressureType, WeatherType aWeatherType, AtmosphereCompositionType aCompositionType)
          This constructor is used to construct instances of this class.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.