C# Class Landis.Extension.LandUse.SiteLog

A log file with details about the biomass removed at each site.
Afficher le fichier Open project: LANDIS-II-Foundation/Extensions-Disturbance Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
SiteLog ( ) : Landis.Core

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

CohortDied() public static méthode

public static CohortDied ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void
sender object
eventArgs Landis.Library.BiomassCohorts.DeathEventArgs
Résultat void

Initialize() public static méthode

public static Initialize ( string path ) : void
path string
Résultat void

RecordHarvest() public static méthode

public static RecordHarvest ( ISpecies species, int biomass ) : void
species ISpecies
biomass int
Résultat void

ResetSiteTotals() public static méthode

public static ResetSiteTotals ( ) : void
Résultat void

TimestepSetUp() public static méthode

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

TimestepTearDown() public static méthode

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

WriteTotalsFor() public static méthode

public static WriteTotalsFor ( Landis.SpatialModeling.ActiveSite site ) : void
site Landis.SpatialModeling.ActiveSite
Résultat void