Uses of Class
universe.server.database.SchemeUnknownException

Packages that use SchemeUnknownException
universe.server.database   
 

Uses of SchemeUnknownException in universe.server.database
 

Methods in universe.server.database that throw SchemeUnknownException
 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 universe.server.database that throw SchemeUnknownException
SystemGliese(GalaxyID GID, Coord coord, SimpleAccrete.StarMakeup sm)
          The designated constructor for instances of this class.
 



Copyright © 2001 Universe Dev Team All Rights Reserved.