C# 클래스 Landis.Insects.PlugIn

A disturbance plug-in that simulates Biological Agents.
상속: Landis.PlugIns.PlugIn, Landis.PlugIns.ICleanUp
파일 보기 프로젝트 열기: LANDIS-II-Foundation/Extensions-Disturbance

공개 프로퍼티들

프로퍼티 타입 설명
Type Landis.PlugIns.PlugInType

공개 메소드들

메소드 설명
CohortKilledByAgeOnlyDisturbance ( object sender, Biomass eventArgs ) : void
Initialize ( string dataFile, PlugIns modelCore ) : void

Initializes the extension with a data file.

PlugIn ( ) : Edu.Wisc.Forest.Flel.Util
Run ( ) : void

Run the Biomass Insects extension at a particular timestep.

비공개 메소드들

메소드 설명
CreateMap ( int currentTime, string MapName ) : IOutputRaster
DistanceFromCenter ( double row, double column ) : double
GetNeighborhood ( int neighborhoodDistance ) : IEnumerable
LogEvent ( int currentTime ) : void
PlugIns ( ) : void

메소드 상세

CohortKilledByAgeOnlyDisturbance() 공개 메소드

public CohortKilledByAgeOnlyDisturbance ( object sender, Biomass eventArgs ) : void
sender object
eventArgs Biomass
리턴 void

Initialize() 공개 메소드

Initializes the extension with a data file.
public Initialize ( string dataFile, PlugIns modelCore ) : void
dataFile string
modelCore PlugIns
리턴 void

PlugIn() 공개 메소드

public PlugIn ( ) : Edu.Wisc.Forest.Flel.Util
리턴 Edu.Wisc.Forest.Flel.Util

Run() 공개 메소드

Run the Biomass Insects extension at a particular timestep.
public Run ( ) : void
리턴 void

프로퍼티 상세

Type 공개적으로 정적으로 프로퍼티

public static PlugInType,Landis.PlugIns Type
리턴 Landis.PlugIns.PlugInType