Property | Type | Description | |
---|---|---|---|
ExtType | Landis.Core.ExtensionType | ||
ExtensionName | string | ||
Type | Landis.Core.ExtensionType | ||
eventLog | MetadataTable |
Method | Description | |
---|---|---|
CohortKilledByAgeOnlyDisturbance ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void | ||
Initialize ( ) : void |
Initializes the extension with a data file.
|
|
LoadParameters ( string dataFile, ICore mCore ) : void | ||
PlugIn ( ) : Landis.Core | ||
PlugIn ( ) : System | ||
Run ( ) : void |
Run the BDA extension at a particular timestep.
|
Method | Description | |
---|---|---|
DistanceFromCenter ( double row, double column ) : double | ||
GetNeighborhood ( int neighborhoodDistance ) : IEnumerable |
||
LogEvent ( int currentTime ) : void |
public CohortKilledByAgeOnlyDisturbance ( object sender, Landis.Library.BiomassCohorts.DeathEventArgs eventArgs ) : void | ||
sender | object | |
eventArgs | Landis.Library.BiomassCohorts.DeathEventArgs | |
return | void |
public LoadParameters ( string dataFile, ICore mCore ) : void | ||
dataFile | string | |
mCore | ICore | |
return | void |
public static ExtensionType,Landis.Core ExtType | ||
return | Landis.Core.ExtensionType |
public static ExtensionType,Landis.Core Type | ||
return | Landis.Core.ExtensionType |