Package | Description |
---|---|
org.fmph.knet.infection | |
org.fmph.knet.infection.simple | |
org.fmph.knet.infection.simulator |
Modifier and Type | Method and Description |
---|---|
HealthStatus |
Person.getHealthStatus(Simulator simulator) |
static HealthStatus |
HealthStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealthStatus[] |
HealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
HealthStatus |
SimpleSimulator.resolveStatus(org.fmph.knet.infection.simulator.PersonImpl person) |
Modifier and Type | Method and Description |
---|---|
abstract HealthStatus |
Simulator.resolveStatus(org.fmph.knet.infection.simulator.PersonImpl person)
Urcuje pravidla zdravotneho stavu.
|