Uses of Class
universe.common.database.accrete.SimpleAccrete.StarMakeup

Packages that use SimpleAccrete.StarMakeup
universe.client.database   
universe.common.database   
universe.common.database.accrete   
universe.server.database   
 

Uses of SimpleAccrete.StarMakeup in universe.client.database
 

Fields in universe.client.database declared as SimpleAccrete.StarMakeup
private  SimpleAccrete.StarMakeup SystemView.starMakeup
           
 

Methods in universe.client.database that return SimpleAccrete.StarMakeup
 SimpleAccrete.StarMakeup SystemView.getStarMakeup()
          Returns the stellar make-up of the primary star in the receiving system instance.
 

Constructors in universe.client.database with parameters of type SimpleAccrete.StarMakeup
SystemView(Index index, GalaxyID GID, java.lang.String name, Coord coord, java.util.Vector planets, SimpleAccrete.StarMakeup sm, java.util.Vector stars)
           
 

Uses of SimpleAccrete.StarMakeup in universe.common.database
 

Fields in universe.common.database declared as SimpleAccrete.StarMakeup
private  SimpleAccrete.StarMakeup Star.myMakeup
           
 

Methods in universe.common.database that return SimpleAccrete.StarMakeup
 SimpleAccrete.StarMakeup Star.getStarMakeup()
          Returns the stellar make-up of the receiving instance.
 

Methods in universe.common.database with parameters of type SimpleAccrete.StarMakeup
 void Star.setStarMakeup(SimpleAccrete.StarMakeup sm)
          Sets the stellar make-up of the receiving instance.
 

Constructors in universe.common.database with parameters of type SimpleAccrete.StarMakeup
Star(java.lang.String name, SimpleAccrete.StarMakeup sm)
          Designated constructor for instances of this class.
 

Uses of SimpleAccrete.StarMakeup in universe.common.database.accrete
 

Methods in universe.common.database.accrete that return SimpleAccrete.StarMakeup
 SimpleAccrete.StarMakeup SimpleAccrete.getStarMakeup()
           
private  SimpleAccrete.StarMakeup SimpleAccrete.getStarMakeupFromSS(Star s)
           
 

Uses of SimpleAccrete.StarMakeup in universe.server.database
 

Fields in universe.server.database declared as SimpleAccrete.StarMakeup
private  SimpleAccrete.StarMakeup SystemBase.starMakeup
           
 

Methods in universe.server.database that return SimpleAccrete.StarMakeup
 SimpleAccrete.StarMakeup SystemBase.getStarMakeup()
          Returns the stellar make-up of the primary star in the receiving system instance.
 

Methods in universe.server.database with parameters of type SimpleAccrete.StarMakeup
 void SystemBase.setStarMakeup(SimpleAccrete.StarMakeup sm)
          Sets the stellar make-up of the primary star in the receiving instance.
 

Constructors in universe.server.database with parameters of type SimpleAccrete.StarMakeup
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Designated constructor for instances of this class.
SystemStd(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.PlanetaryMakeup[] pms, SimpleAccrete.StarMakeup sm)
          Alternate constructor for instances of this class.
SystemGliese(GalaxyID GID, Coord coord, SimpleAccrete.StarMakeup sm)
          The designated constructor for instances of this class.
SystemBase(GalaxyID in_galID, java.lang.String in_name, Coord in_coord, SimpleAccrete.StarMakeup sm)
          Creates a new instance of this class, containing a single star and no planets.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.