|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBItem | |
universe.server.database |
Uses of DBItem in universe.server.database |
Subclasses of DBItem in universe.server.database | |
class |
GalaxyBase
Abstract class from which all concrete classes used to represent galaxies in the game are to be derived. |
class |
GalaxyElliptical
The GalaxyElliptical class used for galaxies containing a random scattering of star systems with an overall structure which astronomers refer to as elliptical. |
class |
GalaxyGliese
Class used to represent a galaxy defined by the portion of the Milky Way contained in the Gliese Star Catalog. |
class |
GalaxyGlobular
This class implements instances of randomly generated globular galaxies. |
class |
GalaxySpiral
This class implements instances of randomly generated spiral galaxies. |
class |
GalaxyStd
Class used for standard irregular galaxies containing a a random scattering of star systems with no discernable structure. |
class |
GalaxyTest
This class is used for testing... |
class |
PlanetBase
|
class |
PlayerBase
|
class |
PlayerComputer
|
class |
PlayerHuman
|
class |
SystemBase
The abstract base class from which concrete star system classes are defined. |
(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. |
Methods in universe.server.database that return DBItem | |
DBItem |
DatabaseDiskbased.get(Index index)
|
abstract DBItem |
Database.get(Index index)
The get method is used to retrieve specific data from the database. |
Methods in universe.server.database with parameters of type DBItem | |
Index |
DatabaseDiskbased.store(DBItem item)
|
private Index |
DatabaseDiskbased.save_item(DBItem item)
|
void |
DatabaseDiskbased.delete(DBItem item)
|
abstract Index |
Database.store(DBItem item)
The store method is used to change the database. |
abstract void |
Database.delete(DBItem item)
The delete method is used to remove an item from the database. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |