Uses of Class
org.gjt.universe.SystemBase

Packages that use SystemBase
org.gjt.universe   
org.gjt.universe.gui   
 

Uses of SystemBase in org.gjt.universe
 

Subclasses of SystemBase in org.gjt.universe
(package private)  class SystemGliese
          This class implements a special star system object which represents Earth's solar system, with its known set of planets and their moons.
(package private)  class SystemStd
          A concrete class with constructors which allow creation of planets using the accrete planetary make-up model.
 class SystemUndefined
           
 

Fields in org.gjt.universe declared as SystemBase
private  SystemBase OrderTransitWormhole.destination
           
private  SystemBase OrderTransitWormhole.origin
           
 

Methods in org.gjt.universe that return SystemBase
 SystemBase Wormhole.getEndPoint1()
          This method returns the star system which is the first end-point of the wormhole.
 SystemBase Wormhole.getEndPoint2()
          This method returns the star system which is the second end-point of the wormhole.
static SystemBase SystemList.get(SystemID idx)
          This method returns the star system with the given ID.
static SystemBase SystemList.getRandomSystem()
          This method returns a star system randomly selected from the list.
 SystemBase OrderTransitWormhole.getOrigin()
          Returns the star system containing the wormhole end-point which the fleet will enter.
 SystemBase OrderTransitWormhole.getDestination()
          Returns the star system containing the wormhole end-point which the fleet will exit.
 SystemBase GalaxyBase.getRandomSystem()
          This method returns a star system randomly selected from those prsent in the galaxy.
 

Methods in org.gjt.universe with parameters of type SystemBase
(package private) static void SystemList.add(SystemBase obj)
          This method adds a new system to the master list.
static java.lang.String DisplayUtil.SystemLine(SystemBase system, CivID PID, boolean DisplayPlanetNumber)
          Prints out information about one system.
 

Constructors in org.gjt.universe with parameters of type SystemBase
OrderTransitWormhole(FleetID FID, Wormhole wormhole, SystemBase origin, SystemBase destination)
          This is the designated constructor for instances of this class.
OrderTransitWormhole(FleetID FID, Wormhole wormhole, SystemBase origin, SystemBase destination)
          This is the designated constructor for instances of this class.
 

Uses of SystemBase in org.gjt.universe.gui
 

Fields in org.gjt.universe.gui declared as SystemBase
private  SystemBase GUISystemContentsPanel.mySystem
           
 

Constructors in org.gjt.universe.gui with parameters of type SystemBase
GUISystemContentsPanel(CivID viewer, SystemBase aSystem)
          The designated constroctor for this class.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.