|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mars_sim.msp.simulation.mars.Mars
public class Mars
Mars represents the planet Mars in the simulation.
Field Summary | |
---|---|
static double |
MARS_CIRCUMFERENCE
|
static double |
MARS_RADIUS_KM
|
Constructor Summary | |
---|---|
Mars()
Constructor |
Method Summary | |
---|---|
OrbitInfo |
getOrbitInfo()
Returns the orbital information |
SurfaceFeatures |
getSurfaceFeatures()
Returns surface features |
Weather |
getWeather()
Returns Martian weather |
void |
initializeTransientData()
Initialize transient data in the simulation. |
void |
timePassing(double time)
Time passing in the simulation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double MARS_RADIUS_KM
public static final double MARS_CIRCUMFERENCE
Constructor Detail |
---|
public Mars() throws java.lang.Exception
java.lang.Exception
- if Mars could not be constructed.Method Detail |
---|
public void initializeTransientData() throws java.lang.Exception
java.lang.Exception
- if transient data could not be constructed.public OrbitInfo getOrbitInfo()
public SurfaceFeatures getSurfaceFeatures()
public Weather getWeather()
public void timePassing(double time) throws java.lang.Exception
time
- time in millisols
java.lang.Exception
- if error during time.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |