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

A biomass disturbance that handles partial thinning of cohorts.
상속: IDisturbance
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

Private Properties

프로퍼티 타입 설명
IDisturbance int
PartialHarvestDisturbance Landis.Biomass
PartialHarvestDisturbance Landis.Core

공개 메소드들

메소드 설명
Initialize ( ) : void
RecordBiomassReduction ( ICohort cohort, int reduction ) : void

Records the biomass reduction for a particular cohort.

ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.

비공개 메소드들

메소드 설명
IDisturbance ( ICohort cohort ) : int
PartialHarvestDisturbance ( ) : Landis.Biomass
PartialHarvestDisturbance ( ) : Landis.Core

메소드 상세

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

RecordBiomassReduction() 공개 정적인 메소드

Records the biomass reduction for a particular cohort.
public static RecordBiomassReduction ( ICohort cohort, int reduction ) : void
cohort ICohort
reduction int
리턴 void

ReduceCohortBiomass() 공개 정적인 메소드

Reduces the biomass of cohorts that have been marked for partial reduction. Original stand is the originating stand in cases where there is stand spreading.
public static ReduceCohortBiomass ( Landis.Landscape.ActiveSite site, Stand stand ) : void
site Landis.Landscape.ActiveSite
stand Stand
리턴 void