Uses of Class
org.gjt.universe.accrete.SimpleAccrete.StarMakeup

Packages that use SimpleAccrete.StarMakeup
org.gjt.universe   
org.gjt.universe.accrete   
 

Uses of SimpleAccrete.StarMakeup in org.gjt.universe
 

Fields in org.gjt.universe declared as SimpleAccrete.StarMakeup
private  SimpleAccrete.StarMakeup SystemBase.starMakeup
           
private  SimpleAccrete.StarMakeup Star.myMakeup
           
 

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

Methods in org.gjt.universe 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.
 void Star.setStarMakeup(SimpleAccrete.StarMakeup sm)
          Sets the stellar make-up of the receiving instance.
 

Constructors in org.gjt.universe 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.
Star(java.lang.String name, SimpleAccrete.StarMakeup sm)
          Designated constructor for instances of this class.
 

Uses of SimpleAccrete.StarMakeup in org.gjt.universe.accrete
 

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



Copyright © 2001 Universe Dev Team All Rights Reserved.