C# Class Landis.Extension.BiomassHarvest.StandMethods

Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance

Méthodes publiques

Méthode Description
GetBiomassRemoved ( this stand, ISpecies species ) : int
RecordBiomassRemoved ( this stand, ISpecies species, int reduction ) : void
ResetBiomassRemoved ( this stand ) : void

Private Methods

Méthode Description
BiomassRemovedBySpecies ( this stand ) : int[]

Method Details

GetBiomassRemoved() public static méthode

public static GetBiomassRemoved ( this stand, ISpecies species ) : int
stand this
species ISpecies
Résultat int

RecordBiomassRemoved() public static méthode

public static RecordBiomassRemoved ( this stand, ISpecies species, int reduction ) : void
stand this
species ISpecies
reduction int
Résultat void

ResetBiomassRemoved() public static méthode

public static ResetBiomassRemoved ( this stand ) : void
stand this
Résultat void