|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.App.Worm.WormEpidemicState
Worm epidemiological state/model of one AS. Abstract base class for implementations of the epidemic model.
| Field Summary | |
float |
i
Infected hosts. |
protected AS |
myAS
|
int |
N
Total number of hosts in this network. |
float |
r
Recovered hosts. |
float |
s
Susceptible hosts. |
| Constructor Summary | |
WormEpidemicState(AS _myAS)
|
|
| Method Summary | |
abstract void |
update(float iTot)
One timestep. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected AS myAS
public int N
public float s
public float i
public float r
| Constructor Detail |
public WormEpidemicState(AS _myAS)
| Method Detail |
public abstract void update(float iTot)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||