|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Complaint | |
---|---|
org.mars_sim.msp.simulation.person | Contains classes involving person units. |
org.mars_sim.msp.simulation.person.medical | Contains classes involving a person's medical situation. |
Uses of Complaint in org.mars_sim.msp.simulation.person |
---|
Methods in org.mars_sim.msp.simulation.person that return Complaint | |
---|---|
Complaint |
PhysicalCondition.getMostSerious()
Gets the most serious illness. |
Methods in org.mars_sim.msp.simulation.person with parameters of type Complaint | |
---|---|
void |
PhysicalCondition.addMedicalComplaint(Complaint complaint)
Adds a new medical complaint to the person. |
Uses of Complaint in org.mars_sim.msp.simulation.person.medical |
---|
Methods in org.mars_sim.msp.simulation.person.medical that return Complaint | |
---|---|
Complaint |
MedicalManager.getComplaintByName(java.lang.String name)
This is a finder method that returns a Meidcal Complaint matching the specified name. |
Complaint |
MedicalManager.getDecompression()
Return the pre-defined Medical Complaint that signifies a Decompression conplaint. |
Complaint |
MedicalManager.getDehydration()
Return the pre-defined Medical Complaint that signifies a dehydration complaint. |
Complaint |
MedicalManager.getFreezing()
Return the pre-defined Medical Complaint that signifies a Freezing complaint. |
Complaint |
MedicalManager.getHeatStroke()
Return the pre-defined Medical Complaint that signifies a Heat Stroke complaint. |
Complaint |
HealthProblem.getIllness()
Return the illness that this problem has. |
Complaint |
Complaint.getNextPhase()
Get the next complaint that this complaint developers into. |
Complaint |
MedicalManager.getProbableComplaint(Person person,
double time)
Select a probable complaint to strike the Person down. |
Complaint |
MedicalManager.getStarvation()
Return the pre-defined Medical Complaint that signifies a Stavation complaint. |
Complaint |
MedicalManager.getSuffocation()
Return the pre-defined Medical Complaint that signifies a suffocation complaint. |
Complaint |
HealthProblem.timePassing(double time,
PhysicalCondition condition)
A time period has expired for this problem. |
Methods in org.mars_sim.msp.simulation.person.medical that return types with arguments of type Complaint | |
---|---|
java.util.List<Complaint> |
MedicalConfig.getComplaintList()
Gets a list of medical complaints. |
Methods in org.mars_sim.msp.simulation.person.medical with parameters of type Complaint | |
---|---|
boolean |
MedicalManager.isEnvironmentalComplaint(Complaint complaint)
Checks if a health complaint is an environmental complaint. |
Constructors in org.mars_sim.msp.simulation.person.medical with parameters of type Complaint | |
---|---|
HealthProblem(Complaint complaint,
Person person,
MedicalAid aid)
Create a new Health Problem that relates to a single Physical Condition object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |