|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jeospace.simulation.SatelliteNode
Container for Satellite and PlatformStructure of
an orbital object representing a satellite.
Satellite,
PlatformStructure| Constructor Summary | |
SatelliteNode(Satellite satellite,
SimNode parent)
Constructor |
|
| Method Summary | |
java.lang.String |
getID()
Return the identifier of this satellite |
SimNode |
getParent()
Return the parent SimNode of this satellite. |
PlatformStructure |
getPlatformStructure()
Return the PlatformStructure for this satellite. |
Satellite |
getSatellite()
Return the properties for this satellite |
Structure |
getStructure()
Return the Structure for this node. |
void |
setPlatformStructure(PlatformStructure structure)
Set the PlatformStructure for this satellite |
java.lang.String |
toString()
Return the String identifier of this satellite |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SatelliteNode(Satellite satellite,
SimNode parent)
satellite - the properties of the satellite of this node.parent - the parent node for this system.| Method Detail |
public java.lang.String getID()
getID in interface SimNodepublic SimNode getParent()
SimNode of this satellite.
getParent in interface ChildNodeSimNode of this satellite.public Structure getStructure()
Structure for this node.
getStructure in interface SimNodeStructure for this node.public Satellite getSatellite()
public PlatformStructure getPlatformStructure()
PlatformStructure for this satellite.
Convenience accessor method for the structure - that does not
require casting.
PlatformStructure for this satellitepublic void setPlatformStructure(PlatformStructure structure)
PlatformStructure for this satellite
structure - the PlatformStructure for this satellitepublic java.lang.String toString()
String identifier of this satellite
String identifier of this satellite
|
Jeospace API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||