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
Methods inherited from class java.lang.Object |
, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GrowthParameters
public GrowthParameters()
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()