org.gjt.universe.scheme001
Class Cost_001

java.lang.Object
  |
  +--org.gjt.universe.DBItem
        |
        +--org.gjt.universe.CostBase
              |
              +--org.gjt.universe.scheme001.Cost_001
All Implemented Interfaces:
java.io.Serializable

public final class Cost_001
extends CostBase

See Also:
Serialized Form

Field Summary
private  float economicPoints
           
private  float engineeringPoints
           
private  float powerPoints
           
private  float researchPoints
           
private  float resourcePoints
           
private  float shipManufacturingPoints
           
private  float stationManufacturingPoints
           
 
Fields inherited from class org.gjt.universe.CostBase
 
Constructor Summary
private Cost_001(float researchPoints, float engineeringPoints, float resourcePoints, float stationManufacturingPoints, float shipManufacturingPoints, float powerPoints, float economicPoints)
           
 
Method Summary
 float getEconomic()
           
 float getEngineering()
           
 float getPower()
           
 float getResearch()
           
 float getResource()
           
 float getShipManufacturing()
           
 float getStationManufacturing()
           
(package private) static CostID newCost(float researchPoints, float engineeringPoints, float resourcePoints, float stationManufacturingPoints, float shipManufacturingPoints, float powerPoints, float economicPoints)
           
(package private) static CostID newCost(java.lang.String line)
           
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.CostBase
getID, getIndex, getName, resetCostID
 
Methods inherited from class org.gjt.universe.DBItem
getLocation, getOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

researchPoints

private float researchPoints

engineeringPoints

private float engineeringPoints

resourcePoints

private float resourcePoints

stationManufacturingPoints

private float stationManufacturingPoints

shipManufacturingPoints

private float shipManufacturingPoints

powerPoints

private float powerPoints

economicPoints

private float economicPoints
Constructor Detail

Cost_001

private Cost_001(float researchPoints,
                 float engineeringPoints,
                 float resourcePoints,
                 float stationManufacturingPoints,
                 float shipManufacturingPoints,
                 float powerPoints,
                 float economicPoints)
Method Detail

newCost

static CostID newCost(java.lang.String line)

newCost

static CostID newCost(float researchPoints,
                      float engineeringPoints,
                      float resourcePoints,
                      float stationManufacturingPoints,
                      float shipManufacturingPoints,
                      float powerPoints,
                      float economicPoints)

specificDisplayDebug

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

getResearch

public float getResearch()

getEngineering

public float getEngineering()

getResource

public float getResource()

getStationManufacturing

public float getStationManufacturing()

getShipManufacturing

public float getShipManufacturing()

getPower

public float getPower()

getEconomic

public float getEconomic()


Copyright © 2001 Universe Dev Team All Rights Reserved.