|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBItem | |
org.gjt.universe | |
org.gjt.universe.scheme001 |
Uses of DBItem in org.gjt.universe |
Subclasses of DBItem in org.gjt.universe | |
class |
Civ
|
class |
CivUndefined
This class supports a single instance which is used to represent an unknown civ in situations where null can not be used. |
class |
CostBase
This class (and subclasses) represents the "cost" or resources involved in creating or maintaining a particular thing. |
(package private) class |
CostUndefined
|
class |
FleetBase
Abstract base class for representing a group of ships moving together or stationed in the same location. |
class |
FleetStd
|
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. |
(package private) 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. |
(package private) class |
GalaxyTest
This class is used for testing... |
class |
GalaxyUndefined
|
(package private) class |
KnowledgeAlien
This class represents the Knowledge about a particular alien. |
class |
KnowledgeBase
This is the base class for all Knowledge objects. |
(package private) class |
KnowledgeFleet
|
class |
KnowledgeModuleDesign
This class represents the Knowledge about a particular item. |
(package private) class |
KnowledgePlanet
This class represents the Knowledge about a particular planet. |
(package private) class |
KnowledgeShip
|
class |
KnowledgeShipDesign
|
(package private) class |
KnowledgeStation
|
(package private) class |
KnowledgeSystem
|
class |
KnowledgeTech
This class represents the Knowledge about a particular tech. |
(package private) class |
KnowledgeUndefined
This class represents the undefined Knowledge object |
class |
ModuleBase
The ModuleBase class represents objects used to "construct" ships, and stations. |
class |
ModuleDesignBase
The ModuleDesignBase class represents objects used to "construct" ships, and stations. |
(package private) class |
ModuleDesignUndefined
|
(package private) class |
ModuleUndefined
|
class |
PlanetBase
|
class |
PlanetUndefined
|
class |
PlayerBase
|
(package private) class |
PlayerComputer
|
(package private) class |
PlayerComputerTest
|
(package private) class |
PlayerHuman
|
(package private) class |
PlayerUndefined
This class supports a single instance which is used to represent an unknown player in situations where null can not be used. |
class |
ShipBase
This class represents one ship. |
class |
ShipDesignBase
|
class |
ShipDesignUndefined
|
class |
ShipStd
|
class |
StationBase
|
class |
StationUndefined
|
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. |
class |
SystemUndefined
|
class |
TechBase
|
class |
TechUndefined
|
class |
Wormhole
A wormhole is a zero length conduit between two distant points in space through the lowest (zero-dimension) level of hyperspace. |
class |
WormholeOscillating
This class implements a special kind of wormhole which has one end-point which oscillates between two or more locations on a regular basis. |
(package private) class |
WormholeUndefined
This class is used to represent a wormhole which is not defined. |
Methods in org.gjt.universe that return DBItem | |
DBItem |
WormholeID.getItem()
Deprecated. Use WormholeList.get() instead |
DBItem |
TechID.getItem()
Deprecated. Use TechList.get() instead |
DBItem |
SystemID.getItem()
Deprecated. Use SystemList.get() instead |
DBItem |
StationID.getItem()
Deprecated. Use StationList.get() instead |
DBItem |
ShipID.getItem()
Deprecated. Use ShipList.get() instead |
DBItem |
ShipDesignID.getItem()
Deprecated. Use ShipDesignList.get() instead |
DBItem |
PlayerID.getItem()
Deprecated. Use PlayerList.get() instead |
DBItem |
PlanetID.getItem()
Deprecated. Use PlanetList.get() instead |
DBItem |
ModuleID.getItem()
Deprecated. Use ModuleList.get() instead |
DBItem |
ModuleDesignID.getItem()
Deprecated. Use ModuleDesignList.get() instead |
DBItem |
KnowledgeID.getItem()
Deprecated. Use KnowledgeList.get() instead |
abstract DBItem |
Index.getItem()
Returns the object from the database that this index is pointing. |
DBItem |
GalaxyID.getItem()
Deprecated. Use GalaxyList.get() instead |
DBItem |
FleetID.getItem()
Deprecated. Use FleetList.get() instead |
DBItem |
CostID.getItem()
Deprecated. Use CostList.get() instead |
DBItem |
CivID.getItem()
Deprecated. Use CivList.get() instead |
Uses of DBItem in org.gjt.universe.scheme001 |
Subclasses of DBItem in org.gjt.universe.scheme001 | |
class |
Cost_001
|
class |
KnowledgeTech_001
This class represents the Knowledge about a particular tech. |
(package private) class |
Module_001
|
class |
Module_001_Station
|
(package private) class |
Module_001_Station_Attack
|
(package private) class |
Module_001_Station_Engineering
|
(package private) class |
Module_001_Station_Environmental
|
(package private) class |
Module_001_Station_Mining
|
(package private) class |
Module_001_Station_Power
|
(package private) class |
Module_001_Station_Research
|
(package private) class |
Module_001_Station_Scanner
|
(package private) class |
Module_001_Station_Shield
|
(package private) class |
Module_001_Station_ShipManufacturing
|
(package private) class |
Module_001_Station_StationManufacturing
|
(package private) class |
Module_001_Station_Storage
|
(package private) class |
ModuleDesign_001
|
(package private) class |
ModuleDesign_001_Colony
|
class |
ModuleDesign_001_Ship
|
class |
ModuleDesign_001_Station
|
(package private) class |
Planet_001
Planet definition for Scheme 001. |
class |
ShipDesign_001
|
class |
Station_001
This class represents the station for scheme 001. |
class |
Tech_001
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |