C# Class Landis.Extension.LeafBiomassHarvest.PlugIn

Inheritance: Landis.Library.HarvestManagement.HarvestExtensionMain
Show file Open project: LANDIS-II-Foundation/Extensions-Disturbance

Public Properties

Property Type Description
ExtensionName string
eventLog MetadataTable
summaryLog MetadataTable
summaryLogShort MetadataTable
type Landis.Core.ExtensionType

Public Methods

Method Description
CohortKilledByAgeOnlyDisturbance ( object sender, Landis eventArgs ) : void
Initialize ( ) : void
LoadParameters ( string dataFile, ICore mCore ) : void
PlugIn ( ) : Edu.Wisc.Forest.Flel.Util
Run ( ) : void
WriteLogEntry ( Landis.Library.HarvestManagement.ManagementArea mgmtArea, Stand stand ) : void

Private Methods

Method Description
WritePrescriptionMap ( int timestep ) : void

Writes an output map of prescriptions that harvested each active site.

Method Details

CohortKilledByAgeOnlyDisturbance() public method

public CohortKilledByAgeOnlyDisturbance ( object sender, Landis eventArgs ) : void
sender object
eventArgs Landis
return void

Initialize() public method

public Initialize ( ) : void
return void

LoadParameters() public method

public LoadParameters ( string dataFile, ICore mCore ) : void
dataFile string
mCore ICore
return void

PlugIn() public method

public PlugIn ( ) : Edu.Wisc.Forest.Flel.Util
return Edu.Wisc.Forest.Flel.Util

Run() public method

public Run ( ) : void
return void

WriteLogEntry() public method

public WriteLogEntry ( Landis.Library.HarvestManagement.ManagementArea mgmtArea, Stand stand ) : void
mgmtArea Landis.Library.HarvestManagement.ManagementArea
stand Stand
return void

Property Details

ExtensionName public static property

public static string ExtensionName
return string

eventLog public static property

public static MetadataTable eventLog
return MetadataTable

summaryLog public static property

public static MetadataTable summaryLog
return MetadataTable

summaryLogShort public static property

public static MetadataTable summaryLogShort
return MetadataTable

type public static property

public static ExtensionType,Landis.Core type
return Landis.Core.ExtensionType