Jeospace API

org.jeospace.simulation
Interface ChildNode

All Superinterfaces:
SimNode
All Known Implementing Classes:
SatelliteNode, SystemNode

public interface ChildNode
extends SimNode

Define the requirements for a simulation node that may be a descendant of another simulation node.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 SimNode getParent()
          Return the parent node of this object.
 
Methods inherited from interface org.jeospace.simulation.SimNode
getID, getStructure
 

Method Detail

getParent

public SimNode getParent()
Return the parent node of this object.

Returns:
the parent node of this object.

Jeospace API

Copyright © 2006 - jeospace.org