Uses of Class
org.gjt.universe.ShipID

Packages that use ShipID
org.gjt.universe   
org.gjt.universe.gui   
org.gjt.universe.scheme001   
 

Uses of ShipID in org.gjt.universe
 

Fields in org.gjt.universe declared as ShipID
private static ShipID ShipBase.currentID
           
private  ShipID ShipBase.ID
           
private  ShipID ResultBuild.ship
           
private  ShipID KnowledgeShip.shipID
           
private  ShipID DisplayReturn.ship
           
 

Methods in org.gjt.universe that return ShipID
 ShipID VectorShipID.get(int idx)
           
static ShipID ShipStd.newShip(ShipDesignID DID, CivID AID)
           
 ShipID ShipBase.getID()
          Returns the ID of the ship.
(package private)  ShipID KnowledgeShip.getShipID()
           
 ShipID DisplayReturn.getShip()
           
 

Methods in org.gjt.universe with parameters of type ShipID
 void VectorShipID.add(ShipID HID)
           
 void VectorShipID.remove(ShipID HID)
           
static ShipBase ShipList.get(ShipID idx)
           
(package private) static ShipBase ShipList.remove(ShipID idx)
           
static void ResultBuild.newResult(CivID AID, StationID BID, ShipID HID, FleetID FID)
           
(package private)  void KnowledgeShipMap.insert(ShipID HID, KnowledgeID KID)
           
(package private)  KnowledgeID KnowledgeShipMap.get(ShipID HID)
           
(package private) static KnowledgeID KnowledgeShip.newKnowledge(CivID AID, ShipID HID)
           
(package private)  void KnowledgeShip.setShipID(ShipID new_HID)
           
(package private) static KnowledgeID Knowledge.detect(CivID AID, ShipID HID)
           
 void FleetBase.addShip(ShipID HID)
          This method adds the ship with the given unique ID to the fleet, removing it from any other fleet to which it might have previously belonged.
 void FleetBase.removeShip(ShipID HID)
          This method removes the ship with the given ID from the fleet.
static VectorDisplayReturn DisplayDebug.getShip(ShipID HID)
           
 void Civ.addShip(ShipID HID)
           
 

Constructors in org.gjt.universe with parameters of type ShipID
ResultBuild(StationID BID, ShipID HID, FleetID FID)
           
KnowledgeShip(ShipID HID)
           
DisplayReturn(java.lang.String in_str, ShipID in_ship)
           
 

Uses of ShipID in org.gjt.universe.gui
 

Methods in org.gjt.universe.gui with parameters of type ShipID
private  void GUIDebugDialogJFC.run(ShipID HID)
           
 

Constructors in org.gjt.universe.gui with parameters of type ShipID
GUIDebugDialogJFC(ShipID HID)
           
 

Uses of ShipID in org.gjt.universe.scheme001
 

Fields in org.gjt.universe.scheme001 declared as ShipID
(package private)  ShipID SpaceBattle_001.BattleMember.HID
           
 

Constructors in org.gjt.universe.scheme001 with parameters of type ShipID
SpaceBattle_001.BattleMember(ShipID HID)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.