Uses of Enum Class
epidemic.model.HealthStatus
Packages that use HealthStatus
-
Uses of HealthStatus in epidemic.gui
Methods in epidemic.gui with parameters of type HealthStatus -
Uses of HealthStatus in epidemic.model
Fields in epidemic.model declared as HealthStatusMethods in epidemic.model that return HealthStatusModifier and TypeMethodDescriptionAgent.getHealthStatus()HospitalUser.getHealthStatus()Zwraca aktualną kondycję biologiczną pacjenta.static HealthStatusReturns the enum constant of this class with the specified name.static HealthStatus[]HealthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in epidemic.model with parameters of type HealthStatusModifier and TypeMethodDescriptionprotected ColorAgent.getColorForStatus(HealthStatus status) Mapuje enumerację HealthStatus na dedykowany obiekt koloru z pakietu AWT.voidAgent.setHealthStatus(HealthStatus healthStatus) voidHospitalUser.setHealthStatus(HealthStatus status) Ustawia nowy stan zdrowotny pacjenta na skutek diagnozy, leczenia lub rozwoju choroby.