Свойство | Тип | Описание | |
---|---|---|---|
DisturbSites | void | ||
Epidemic | Landis.Core | ||
Epidemic | Landis.Core | ||
ICohortDisturbance | bool | ||
KillSiteCohorts | int[] |
Метод | Описание | |
---|---|---|
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 ) : |
Simulate an Epidemic - This is the controlling function that calls the subsequent function. The basic logic of an epidemic resides here.
|
Метод | Описание | |
---|---|---|
DisturbSites ( IAgent agent ) : void | ||
Epidemic ( ) : Landis.Core | ||
Epidemic ( IAgent agent ) : Landis.Core | ||
ICohortDisturbance ( ICohort cohort ) : bool | ||
KillSiteCohorts ( Landis.SpatialModeling.ActiveSite site ) : int[] |
public static Initialize ( IAgent agent ) : void | ||
agent | IAgent | |
Результат | void |
public static Simulate ( IAgent agent, int currentTime, int timestep, int ROS ) : |
||
agent | IAgent | |
currentTime | int | |
timestep | int | |
ROS | int | |
Результат |