Uses of Class
org.gjt.universe.AtmosphereCompositionType

Packages that use AtmosphereCompositionType
org.gjt.universe   
 

Uses of AtmosphereCompositionType in org.gjt.universe
 

Subclasses of AtmosphereCompositionType in org.gjt.universe
static class AtmosphereCompositionType.CarbonDioxideAtmosphereCompositionType
          This standard subclass is used to represent planets which have an atmosphere composed almost entirely of carbon dioxide.
static class AtmosphereCompositionType.HydrogenAtmosphereCompositionType
          This standard subclass is used to represent planets which have an atmosphere composed almost entirely of hydrogen.
static class AtmosphereCompositionType.NoneAtmosphereCompositionType
          This standard subclass is used to represent planets which have such a low surface pressure that they have no appreciable atmosphere.
static class AtmosphereCompositionType.NormalAtmosphereCompositionType
          This standard subclass is used to represent planets which have atmospheric composition ranges which are much like those of Earth.
 

Fields in org.gjt.universe declared as AtmosphereCompositionType
private  AtmosphereCompositionType AtmosphereType.myAtmosphereCompositionType
           
static AtmosphereCompositionType AtmosphereCompositionType.NORMAL
           
static AtmosphereCompositionType AtmosphereCompositionType.NONE
           
static AtmosphereCompositionType AtmosphereCompositionType.HYDROGEN
           
static AtmosphereCompositionType AtmosphereCompositionType.CARBON_DIOXIDE
           
 

Methods in org.gjt.universe that return AtmosphereCompositionType
 AtmosphereCompositionType AtmosphereType.getAtmosphereCompositionType()
          This method returns the classification of the gasses that make-up the atmosphere.
static AtmosphereCompositionType AtmosphereCompositionType.instanceForMakeup(SimpleAccrete.PlanetaryMakeup aMakeup)
          This class method returns the atmospheric composition type instance which best matches the given planetary make-up.
 

Methods in org.gjt.universe with parameters of type AtmosphereCompositionType
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 AtmosphereCompositionType
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.