|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.App.Worm.WormEpidemic
Worm Epidemiological model for one AS. Abstract base class for implementations of the epidemic model.
| Field Summary | |
float |
Beta
'Overall' infection parameter. |
float[] |
BetaJ
Cross-strata infection parameters. |
boolean |
DEBUG
Debug flag. |
WormEpidemicInitializer |
initializer
Initializer code. |
float |
iTot
Total infected hosts. |
float |
rTot
Total recovered hosts. |
float |
sTot
Total susceptible hosts. |
| Constructor Summary | |
WormEpidemic()
|
|
| Method Summary | |
void |
init()
Initialize epidemic model. |
abstract void |
output()
Output state at current timestep. |
abstract void |
update()
One timestep. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public float Beta
public float sTot
public float iTot
public float rTot
public float[] BetaJ
public WormEpidemicInitializer initializer
public boolean DEBUG
| Constructor Detail |
public WormEpidemic()
| Method Detail |
public void init()
public abstract void update()
public abstract void output()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||