universe.common.database.accrete
Class SimpleAccrete.PlanetaryMakeup

java.lang.Object
  |
  +--universe.common.database.accrete.SimpleAccrete.PlanetaryMakeup
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SimpleAccrete

public static class SimpleAccrete.PlanetaryMakeup
extends java.lang.Object
implements java.io.Serializable

this is the class that holds the subset of the planetary data we wish to save. add/change this class as desired. Note that accrete data is stored as double; here we use floats to save space since we really won't be needing the accuracy. since this is not necessarily specific to accrete, we may wish to not put this in the accrete package.

See Also:
Serialized Form

Field Summary
 float albedo
           
 float avg_temp
           
 float boil_point
           
 float cloud_cover
           
 float day
           
 float density
           
 boolean gas_giant
           
 float GCO2
           
 float GH2
           
 float GH2O
           
 float GN2
           
 float GO2
           
 boolean greenhouse_effect
           
 float hydrosphere
           
 float ice_cover
           
 float mass
           
 float max_temp
           
 float min_temp
           
 float orb_period
           
 float orbital_radius
           
 char plan_class
           
 float radius
           
 float surf_grav
           
 float surf_pressure
           
 
Constructor Summary
SimpleAccrete.PlanetaryMakeup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orbital_radius

public float orbital_radius

greenhouse_effect

public boolean greenhouse_effect

gas_giant

public boolean gas_giant

mass

public float mass

radius

public float radius

density

public float density

orb_period

public float orb_period

day

public float day

surf_grav

public float surf_grav

GH2

public float GH2

GH2O

public float GH2O

GN2

public float GN2

GO2

public float GO2

GCO2

public float GCO2

surf_pressure

public float surf_pressure

boil_point

public float boil_point

albedo

public float albedo

min_temp

public float min_temp

max_temp

public float max_temp

avg_temp

public float avg_temp

hydrosphere

public float hydrosphere

cloud_cover

public float cloud_cover

ice_cover

public float ice_cover

plan_class

public char plan_class
Constructor Detail

SimpleAccrete.PlanetaryMakeup

public SimpleAccrete.PlanetaryMakeup()


Copyright © 2001 Universe Dev Team All Rights Reserved.