C# Class Landis.Extension.BiomassHarvest.StandMethods

ファイルを表示 Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Methods

Method Description
GetBiomassRemoved ( this stand, ISpecies species ) : int
RecordBiomassRemoved ( this stand, ISpecies species, int reduction ) : void
ResetBiomassRemoved ( this stand ) : void

Private Methods

Method Description
BiomassRemovedBySpecies ( this stand ) : int[]

Method Details

GetBiomassRemoved() public static method

public static GetBiomassRemoved ( this stand, ISpecies species ) : int
stand this
species ISpecies
return int

RecordBiomassRemoved() public static method

public static RecordBiomassRemoved ( this stand, ISpecies species, int reduction ) : void
stand this
species ISpecies
reduction int
return void

ResetBiomassRemoved() public static method

public static ResetBiomassRemoved ( this stand ) : void
stand this
return void