| Package | Description |
|---|---|
| agents | |
| resources |
| Modifier and Type | Method and Description |
|---|---|
Constants.Disease |
Person.getCurrentDiseaseStatus()
Returns the Person's current disease status.
|
| Modifier and Type | Method and Description |
|---|---|
Constants.Disease |
Claim.getDisease() |
Constants.Disease |
AnnualDiseaseStatus.getDiseaseAfterTreatment() |
Constants.Disease |
AnnualDiseaseStatus.getDiseaseBeforeTreatment() |
static Constants.Disease |
Constants.Disease.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Disease[] |
Constants.Disease.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AnnualDiseaseStatus(int pPeriod,
Constants.Disease pDiseaseBeforeTreatment,
AgentID pTreatingPCP,
Constants.Treatment pPCPTreatment,
AgentID pTreatingSpecialist,
Constants.Treatment pSpecialistTreatment,
Constants.Disease pDiseaseAfterTreatment) |
Claim(AgentID pFromAgent,
int pPeriod,
Constants.Disease pDisease,
Constants.Treatment pTreatment) |