sexi.comp
Class Sapling

java.lang.Object
  |
  +--sexi.comp.Sapling

public class Sapling
extends java.lang.Object


Field Summary
(package private)  long age
           
(package private)  float cf
           
(package private)  float dbh
           
(package private)  float fertility
           
(package private)  float height
           
(package private)  float light
           
 
Constructor Summary
Sapling(TreeSpec ts)
           
 
Method Summary
 float getDBH()
           
 float getLight()
           
 TreeSpec getSpec()
           
 void growth()
           
 void setDBH(float d)
           
 void setLight(float d)
           
 void setSpec(TreeSpec s)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dbh

float dbh

height

float height

light

float light

cf

float cf

fertility

float fertility

age

long age
Constructor Detail

Sapling

public Sapling(TreeSpec ts)
Method Detail

setLight

public void setLight(float d)

getLight

public float getLight()

setDBH

public void setDBH(float d)

getDBH

public float getDBH()

setSpec

public void setSpec(TreeSpec s)

getSpec

public TreeSpec getSpec()

growth

public void growth()