C# Класс Landis.BDA.Epidemic

Наследование: AgeCohort.ICohortDisturbance
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AgeCohort bool
Damage int[]
DisturbSites void
Epidemic Edu.Wisc.Forest.Flel.Grids
Epidemic Edu.Wisc.Forest.Flel.Grids

Открытые методы

Метод Описание
Initialize ( IAgent agent ) : void

Initialize an Epidemic - defined as an agent outbreak for an entire landscape at a single BDA timestep. One epidemic per agent per BDA timestep

Simulate ( IAgent agent, int currentTime, int timestep, int ROS ) : Epidemic

Simulate an Epidemic - This is the controlling function that calls the subsequent function. The basic logic of an epidemic resides here.

Приватные методы

Метод Описание
AgeCohort ( AgeCohort cohort ) : bool
Damage ( Landis.Landscape.ActiveSite site ) : int[]
DisturbSites ( IAgent agent ) : void
Epidemic ( ) : Edu.Wisc.Forest.Flel.Grids
Epidemic ( IAgent agent ) : Edu.Wisc.Forest.Flel.Grids

Описание методов

Initialize() публичный статический Метод

Initialize an Epidemic - defined as an agent outbreak for an entire landscape at a single BDA timestep. One epidemic per agent per BDA timestep
public static Initialize ( IAgent agent ) : void
agent IAgent
Результат void

Simulate() публичный статический Метод

Simulate an Epidemic - This is the controlling function that calls the subsequent function. The basic logic of an epidemic resides here.
public static Simulate ( IAgent agent, int currentTime, int timestep, int ROS ) : Epidemic
agent IAgent
currentTime int
timestep int
ROS int
Результат Epidemic