sexi.comp
Interface  ForestStand
- All Superinterfaces: 
 - ForestBasicStand
 
- All Known Implementing Classes: 
 - Forest
 
- public interface ForestStand
- extends ForestBasicStand
  
 
 
getGrowthParameters
public GrowthParameters getGrowthParameters()
 
getForestAge
public int getForestAge()
 
getTreeSpecList
public TreeSpec[] getTreeSpecList()
 
growthTrees
public void growthTrees()
 
putRecGridCount
public void putRecGridCount(TreeSpec spec,
                            int n)
 
addTrees
public void addTrees(TreeBasic[] tArr)
 
removeTree
public void removeTree(TreeBasic t)
 
getArea
public DimensionArea getArea()
- Specified by: 
 getArea in interface ForestBasicStand
 
getLightMap
public LightMap getLightMap()
 
processDataRetreive
public void processDataRetreive()