org.gjt.universe
Class TemperatureType.NormalTemperatureType

java.lang.Object
  |
  +--org.gjt.universe.Classification
        |
        +--org.gjt.universe.TemperatureType
              |
              +--org.gjt.universe.TemperatureType.NormalTemperatureType
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TemperatureType

public static class TemperatureType.NormalTemperatureType
extends TemperatureType

This standard subclass is used to represent planets which have temperature ranges which are much like those of Earth.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.gjt.universe.TemperatureType
TemperatureType.CoolTemperatureType, TemperatureType.ExtremeTemperatureType, TemperatureType.GlacialTemperatureType, TemperatureType.HotTemperatureType, TemperatureType.InfernalTemperatureType, TemperatureType.NormalTemperatureType
 
Field Summary
 
Fields inherited from class org.gjt.universe.TemperatureType
COOL, EARTH_AVG_TEMP, EARTH_MAX_TEMP, EARTH_MIN_TEMP, EXTREME, GLACIAL, HOT, INFERNO, NORMAL
 
Fields inherited from class org.gjt.universe.Classification
 
Constructor Summary
TemperatureType.NormalTemperatureType()
           
 
Methods inherited from class org.gjt.universe.TemperatureType
instanceForMakeup
 
Methods inherited from class org.gjt.universe.Classification
getBackStory, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemperatureType.NormalTemperatureType

public TemperatureType.NormalTemperatureType()


Copyright © 2001 Universe Dev Team All Rights Reserved.