|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--SSF.App.Worm.GammaFunction
Abstract base class for epidemic model gamma function (removals).
| Constructor Summary | |
GammaFunction()
|
|
| Method Summary | |
abstract float |
gamma(float t,
float i,
float iTot)
Calculate gamma function. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GammaFunction()
| Method Detail |
public abstract float gamma(float t,
float i,
float iTot)
t - Current simulation time.i - Number of local infected.iTot - Total number of infected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||