C# Класс Landis.Extension.LandUse.SiteLog

A log file with details about the biomass removed at each site.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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