C# 클래스 Landis.Extension.BiomassHarvest.StandMethods

파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 메소드들

메소드 설명
GetBiomassRemoved ( this stand, ISpecies species ) : int
RecordBiomassRemoved ( this stand, ISpecies species, int reduction ) : void
ResetBiomassRemoved ( this stand ) : void

비공개 메소드들

메소드 설명
BiomassRemovedBySpecies ( this stand ) : int[]

메소드 상세

GetBiomassRemoved() 공개 정적인 메소드

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

RecordBiomassRemoved() 공개 정적인 메소드

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

ResetBiomassRemoved() 공개 정적인 메소드

public static ResetBiomassRemoved ( this stand ) : void
stand this
리턴 void