org.gjt.universe
Class StationUndefined

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.StationBase
              |
              +--org.gjt.universe.StationUndefined
All Implemented Interfaces:
java.io.Serializable

public final class StationUndefined
extends StationBase

See Also:
Serialized Form

Field Summary
static StationID ID
           
static StationUndefined SINGLETON
           
 
Fields inherited from class org.gjt.universe.StationBase
 
Constructor Summary
private StationUndefined()
           
 
Method Summary
 AttackBase getAttack()
          Return the attack characteristics of this station.
 DefenseBase getDefense()
          Return the defense characteristics of this station.
 Location getLocation()
          Returns the location of this station.
 void getSpecificTableInfo(CivID AID, DisplayReturn DR)
          This function allows additional values to be presented in the station table.
 void loadStartingModules()
           
 VectorDisplayReturn specificDisplay()
          Specific display information about this object.
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.StationBase
addModule, announceCreation, destroyModule, getDockedFleets, getID, getID, getIndex, getModules, getName, getOwner, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static StationUndefined SINGLETON

ID

public static StationID ID
Constructor Detail

StationUndefined

private StationUndefined()
Method Detail

getSpecificTableInfo

public void getSpecificTableInfo(CivID AID,
                                 DisplayReturn DR)
Description copied from class: StationBase
This function allows additional values to be presented in the station table.

Specified by:
getSpecificTableInfo in class StationBase
Parameters:
DR - DisplayReturn to modify
AID - Civ who is "viewing" this station.

specificDisplay

public VectorDisplayReturn specificDisplay()
Description copied from class: StationBase
Specific display information about this object.

Specified by:
specificDisplay in class StationBase
Returns:
list of display information.

specificDisplayDebug

public VectorDisplayReturn specificDisplayDebug()
Specified by:
specificDisplayDebug in class DBItem

getLocation

public Location getLocation()
Description copied from class: StationBase
Returns the location of this station.

Specified by:
getLocation in class StationBase
Returns:
The location of this station.

loadStartingModules

public void loadStartingModules()

getAttack

public AttackBase getAttack()
Description copied from class: StationBase
Return the attack characteristics of this station.

Specified by:
getAttack in class StationBase

getDefense

public DefenseBase getDefense()
Description copied from class: StationBase
Return the defense characteristics of this station.

Specified by:
getDefense in class StationBase


Copyright © 2001 Universe Dev Team All Rights Reserved.