Method | 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 |
Method | Description | |
---|---|---|
SiteLog ( ) : Landis.Core |
public static CohortDied ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void | ||
sender | object | |
eventArgs | Landis.Library.BiomassCohorts.DeathEventArgs | |
return | void |
public static Initialize ( string path ) : void | ||
path | string | |
return | void |
public static RecordHarvest ( ISpecies species, int biomass ) : void | ||
species | ISpecies | |
biomass | int | |
return | void |
public static WriteTotalsFor ( Landis.SpatialModeling.ActiveSite site ) : void | ||
site | Landis.SpatialModeling.ActiveSite | |
return | void |