org.gjt.universe.scheme001
Class Race_001

java.lang.Object
  |
  +--org.gjt.universe.KeyedItem
        |
        +--org.gjt.universe.RaceBase
              |
              +--org.gjt.universe.scheme001.Race_001
All Implemented Interfaces:
java.io.Serializable

public class Race_001
extends RaceBase
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  float attackFactor
           
private static float attackWeight
           
private  float defenseFactor
           
private static float defenseWeight
           
private  float economicFactor
           
private static float economicWeight
           
private  float engineeringPointProductionFactor
           
private static float engineeringPointProductionWeight
           
private  float manufacturingFactor
           
private static float manufacturingWeight
           
private  float miningFactor
           
private static float miningWeight
           
private  float populationGrowthFactor
           
private static float populationGrowthWeight
           
private  float researchPointProductionFactor
           
private static float researchPointProductionWeight
           
 
Fields inherited from class org.gjt.universe.RaceBase
 
Fields inherited from class org.gjt.universe.KeyedItem
 
Constructor Summary
  Race_001()
           
(package private) Race_001(float attack, float defense, float mining, float population, float manufacturing, float economic, float research, float engineering, java.lang.String name)
           
 
Method Summary
(package private) static void addRace(java.lang.String str)
           
(package private)  float getAttackFactor()
           
(package private) static float getAttackWeight()
           
(package private)  float getDefenseFactor()
           
(package private) static float getDefenseWeight()
           
(package private)  float getEconomicFactor()
           
(package private) static float getEconomicWeight()
           
(package private)  float getEngineeringPointProductionFactor()
           
(package private) static float getEngineeringPointProductionWeight()
           
(package private)  float getManufacturingFactor()
           
(package private) static float getManufacturingWeight()
           
(package private)  float getMiningFactor()
           
(package private) static float getMiningWeight()
           
(package private)  float getPopulationGrowthFactor()
           
(package private) static float getPopulationGrowthWeight()
           
(package private)  float getResearchPointProductionFactor()
           
(package private) static float getResearchPointProductionWeight()
           
(package private) static void setWeights(java.lang.String line)
           
 VectorDisplayReturn specificDisplayDebug()
           
 
Methods inherited from class org.gjt.universe.RaceBase
addRace, deleteRaces, FindByKey, getName, getRace, getRaces, performLocalization, randomlySelectedRace
 
Methods inherited from class org.gjt.universe.KeyedItem
FindByDescriptionAndSpace, FindByKeyAndSpace, getBackStory, getDescription, getKey, hashCode, setBackStory, setDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

attackWeight

private static float attackWeight

defenseWeight

private static float defenseWeight

miningWeight

private static float miningWeight

populationGrowthWeight

private static float populationGrowthWeight

manufacturingWeight

private static float manufacturingWeight

economicWeight

private static float economicWeight

researchPointProductionWeight

private static float researchPointProductionWeight

engineeringPointProductionWeight

private static float engineeringPointProductionWeight

attackFactor

private float attackFactor

defenseFactor

private float defenseFactor

miningFactor

private float miningFactor

populationGrowthFactor

private float populationGrowthFactor

manufacturingFactor

private float manufacturingFactor

economicFactor

private float economicFactor

researchPointProductionFactor

private float researchPointProductionFactor

engineeringPointProductionFactor

private float engineeringPointProductionFactor
Constructor Detail

Race_001

public Race_001()

Race_001

Race_001(float attack,
         float defense,
         float mining,
         float population,
         float manufacturing,
         float economic,
         float research,
         float engineering,
         java.lang.String name)
Method Detail

addRace

static void addRace(java.lang.String str)

setWeights

static void setWeights(java.lang.String line)

getAttackWeight

static float getAttackWeight()

getDefenseWeight

static float getDefenseWeight()

getMiningWeight

static float getMiningWeight()

getPopulationGrowthWeight

static float getPopulationGrowthWeight()

getManufacturingWeight

static float getManufacturingWeight()

getEconomicWeight

static float getEconomicWeight()

getResearchPointProductionWeight

static float getResearchPointProductionWeight()

getEngineeringPointProductionWeight

static float getEngineeringPointProductionWeight()

getAttackFactor

float getAttackFactor()

getDefenseFactor

float getDefenseFactor()

getMiningFactor

float getMiningFactor()

getPopulationGrowthFactor

float getPopulationGrowthFactor()

getManufacturingFactor

float getManufacturingFactor()

getEconomicFactor

float getEconomicFactor()

getResearchPointProductionFactor

float getResearchPointProductionFactor()

getEngineeringPointProductionFactor

float getEngineeringPointProductionFactor()

specificDisplayDebug

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


Copyright © 2001 Universe Dev Team All Rights Reserved.