C# 클래스 Landis.BDA.PlugIn

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
Initialize ( string dataFile, PlugIns modelCore ) : void

Initializes the extension with a data file.

InitializePhase2 ( ) : void
PlugIn ( ) : Landis.AgeCohort
Run ( ) : void

Run the BDA extension at a particular timestep.

비공개 메소드들

메소드 설명
CreateMap ( int currentTime, string agentName ) : IOutputRaster
CreateNRDMap ( int currentTime, string agentName ) : IOutputRaster
CreateSRDMap ( int currentTime, string agentName ) : IOutputRaster
DistanceFromCenter ( double row, double column ) : double
GetDispersalNeighborhood ( IAgent agent, int timestep ) : IEnumerable
GetNeighbors ( int numNeighbors ) : List
GetResourceNeighborhood ( IAgent agent ) : IEnumerable
LogEvent ( int currentTime, Epidemic CurrentEvent, int ROS ) : void
RegionalOutbreakStatus ( IAgent activeAgent, int BDAtimestep ) : int
TimeToNext ( IAgent activeAgent, int Timestep ) : int

메소드 상세

Initialize() 공개 메소드

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

InitializePhase2() 공개 메소드

public InitializePhase2 ( ) : void
리턴 void

PlugIn() 공개 메소드

public PlugIn ( ) : Landis.AgeCohort
리턴 Landis.AgeCohort

Run() 공개 메소드

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

프로퍼티 상세

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

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