|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ChildNode | |
| org.jeospace.simulation | Contains classes to configure, manage and control the simulation/visulation environment. |
| Uses of ChildNode in org.jeospace.simulation |
| Classes in org.jeospace.simulation that implement ChildNode | |
class |
SatelliteNode
Container for Satellite and PlatformStructure of
an orbital object representing a satellite. |
class |
SystemNode
A hierarchically organized container for World and
SystemStructure of an orbital object representing a world. |
| Methods in org.jeospace.simulation that return ChildNode | |
ChildNode |
SystemNode.getChild(java.lang.String id)
Return the descendant ChildNode. |
ChildNode |
RootNode.getChild(java.lang.String id)
Return the descendant ChildNode. |
ChildNode |
ParentNode.getChild(java.lang.String id)
Return the descendant ChildNode. |
| Methods in org.jeospace.simulation with parameters of type ChildNode | |
boolean |
SimNodeRegistry.removeNode(ChildNode node)
Remove the argument SimNode from the registry and
from the descendant list of it's parent node. |
void |
SystemNode.addChild(ChildNode node)
Add a new descendant ChildNode to this system's list
of orbital objects. |
void |
SystemNode.removeChild(ChildNode node)
Remove an existing descendant ChildNode from this system's
list of orbital objects. |
void |
RootNode.addChild(ChildNode node)
Add a new descendant SimNode to this node |
void |
RootNode.removeChild(ChildNode node)
Remove an existing descendant SimNode from this node |
void |
ParentNode.addChild(ChildNode node)
Add a new descendant SimNode to this node |
void |
ParentNode.removeChild(ChildNode node)
Remove an existing descendant SimNode from this node |
|
Jeospace API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||