C# 클래스 Landis.Extension.LandUse.SiteLog

A log file with details about the biomass removed at each site.
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
CohortDied ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void
Initialize ( string path ) : void
RecordHarvest ( ISpecies species, int biomass ) : void
ResetSiteTotals ( ) : void
TimestepSetUp ( ) : void

Prepare the log file for the extension's execution during current timestep.

TimestepTearDown ( ) : void

Clean up at the end of the extension's execution during the current timestep.

WriteTotalsFor ( Landis.SpatialModeling.ActiveSite site ) : void

비공개 메소드들

메소드 설명
SiteLog ( ) : Landis.Core

메소드 상세

Close() 공개 정적인 메소드

public static Close ( ) : void
리턴 void

CohortDied() 공개 정적인 메소드

public static CohortDied ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void
sender object
eventArgs Landis.Library.BiomassCohorts.DeathEventArgs
리턴 void

Initialize() 공개 정적인 메소드

public static Initialize ( string path ) : void
path string
리턴 void

RecordHarvest() 공개 정적인 메소드

public static RecordHarvest ( ISpecies species, int biomass ) : void
species ISpecies
biomass int
리턴 void

ResetSiteTotals() 공개 정적인 메소드

public static ResetSiteTotals ( ) : void
리턴 void

TimestepSetUp() 공개 정적인 메소드

Prepare the log file for the extension's execution during current timestep.
public static TimestepSetUp ( ) : void
리턴 void

TimestepTearDown() 공개 정적인 메소드

Clean up at the end of the extension's execution during the current timestep.
public static TimestepTearDown ( ) : void
리턴 void

WriteTotalsFor() 공개 정적인 메소드

public static WriteTotalsFor ( Landis.SpatialModeling.ActiveSite site ) : void
site Landis.SpatialModeling.ActiveSite
리턴 void