Uses of Class
org.gjt.universe.attributes.SpeedBase

Packages that use SpeedBase
org.gjt.universe   
org.gjt.universe.attributes   
org.gjt.universe.scheme001   
 

Uses of SpeedBase in org.gjt.universe
 

Methods in org.gjt.universe that return SpeedBase
 SpeedBase ShipStd.getSpeed()
           
 SpeedBase ShipDesignUndefined.getSpeed()
           
abstract  SpeedBase ShipDesignBase.getSpeed()
           
abstract  SpeedBase ShipBase.getSpeed()
          Returns the speed of the ship.
 SpeedBase FleetBase.getSpeed()
          This method returns the speed of the fleet.
 

Uses of SpeedBase in org.gjt.universe.attributes
 

Methods in org.gjt.universe.attributes with parameters of type SpeedBase
abstract  int SpeedBase.compare(SpeedBase speed)
           
 

Uses of SpeedBase in org.gjt.universe.scheme001
 

Subclasses of SpeedBase in org.gjt.universe.scheme001
(package private)  class Speed_001
           
 

Methods in org.gjt.universe.scheme001 that return SpeedBase
 SpeedBase ShipDesign_001.getSpeed()
           
 

Methods in org.gjt.universe.scheme001 with parameters of type SpeedBase
 int Speed_001.compare(SpeedBase speed)
           
 



Copyright © 2001 Universe Dev Team All Rights Reserved.