sexi.comp
Interface ForestStand

All Superinterfaces:
ForestBasicStand
All Known Implementing Classes:
Forest

public interface ForestStand
extends ForestBasicStand


Method Summary
 void addTrees(TreeBasic[] tArr)
           
 DimensionArea getArea()
           
 int getForestAge()
           
 GrowthParameters getGrowthParameters()
           
 LightMap getLightMap()
           
 TreeSpec[] getTreeSpecList()
           
 void growthTrees()
           
 void processDataRetreive()
           
 void putRecGridCount(TreeSpec spec, int n)
           
 void removeTree(TreeBasic t)
           
 
Methods inherited from interface sexi.comp.ForestBasicStand
getLightParameters, getNeighbourMap, getTrees, size
 

Method Detail

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()