|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemeUnknownException | |
org.gjt.universe |
Uses of SchemeUnknownException in org.gjt.universe |
Methods in org.gjt.universe that throw SchemeUnknownException | |
static GalaxyID |
GalaxyTest.newGalaxy()
|
void |
GalaxyStd.generateSystems(float[] planetDistribution)
This method extends that of our super class to causes the receiving galaxy to generate the random collection of star systems which it will contain and assign planets to each of these. |
void |
GalaxyGliese.generateSystems(float[] planetDistribution)
This method extends that of our super class to causes the receiving galaxy to generate the random collection of star systems which it will contain and assign planets to each of these. |
void |
GalaxyBase.generateSystems(float[] planetDistribution)
This method should be extended by subclasses to causes the receiving galaxy to generate the collection of star systems and associated planets which it will contain. |
Constructors in org.gjt.universe that throw SchemeUnknownException | |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |