sexi.util
Class GrowthParameters

java.lang.Object
  |
  +--sexi.util.GrowthParameters
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class GrowthParameters
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

See Also:
Serialized Form

Field Summary
 boolean allowMortality
           
 boolean allowRecruitmen
           
 int cuttingType
           
static int FULL_CUT
           
static int INTERMEDIET_CUT
           
 boolean isRandomAccess
           
 DimensionArea lightMapGrid
           
(package private)  LightParameters lightParam
           
static int NONE_CUT
           
 int recIteration
           
 boolean useFertility
           
 boolean useFertilityOnSize
           
 
Constructor Summary
GrowthParameters()
           
 
Method Summary
 java.lang.Object clone()
           
 DimensionArea getArea()
           
 float getInteractionDistance()
           
 LightParameters getLightParameters()
           
 java.util.Random getRandom()
           
 long getRandomSeed()
           
 void setArea(DimensionArea a)
           
 void setInteractionDistance(float f)
           
 void setLightParameters(LightParameters l)
           
 void setRandomSeed(long l)
           
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_CUT

public static final int FULL_CUT

INTERMEDIET_CUT

public static final int INTERMEDIET_CUT

NONE_CUT

public static final int NONE_CUT

isRandomAccess

public boolean isRandomAccess

allowMortality

public boolean allowMortality

allowRecruitmen

public boolean allowRecruitmen

recIteration

public int recIteration

cuttingType

public int cuttingType

lightParam

LightParameters lightParam

useFertility

public boolean useFertility

useFertilityOnSize

public boolean useFertilityOnSize

lightMapGrid

public DimensionArea lightMapGrid
Constructor Detail

GrowthParameters

public GrowthParameters()
Method Detail

setArea

public void setArea(DimensionArea a)

getArea

public DimensionArea getArea()

setRandomSeed

public void setRandomSeed(long l)

getRandomSeed

public long getRandomSeed()

getRandom

public java.util.Random getRandom()

setLightParameters

public void setLightParameters(LightParameters l)

getLightParameters

public LightParameters getLightParameters()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

setInteractionDistance

public void setInteractionDistance(float f)

getInteractionDistance

public float getInteractionDistance()