Jeospace API

org.jeospace.simulation
Interface SimNode

All Known Subinterfaces:
ChildNode, ParentNode
All Known Implementing Classes:
RootNode, SatelliteNode, SystemNode

public interface SimNode

Define the requirements for identifying a simulation component and locating the component within the simulation hierarchy.

Version:
$Revision: 1.1.1.1 $
Author:
Rex Melton

Method Summary
 java.lang.String getID()
          Return the identifier of this object
 Structure getStructure()
          Return the Structure for this node.
 

Method Detail

getID

public java.lang.String getID()
Return the identifier of this object

Returns:
the identifier of this object

getStructure

public Structure getStructure()
Return the Structure for this node.

Returns:
the Structure for this node.

Jeospace API

Copyright © 2006 - jeospace.org