Uses of Class
org.mars_sim.msp.simulation.person.medical.Treatment

Packages that use Treatment
org.mars_sim.msp.simulation.person.medical Contains classes involving a person's medical situation. 
 

Uses of Treatment in org.mars_sim.msp.simulation.person.medical
 

Methods in org.mars_sim.msp.simulation.person.medical that return Treatment
 Treatment Complaint.getRecoveryTreatment()
          Get the treatment required for recovery to start.
 Treatment MedicalManager.getTreatmentByName(java.lang.String name)
          This is a finder method that returns a Meidcal Treatment matching the specified name.
 

Methods in org.mars_sim.msp.simulation.person.medical that return types with arguments of type Treatment
 java.util.List<Treatment> MedicalStation.getSupportedTreatments()
          Get a list of supported Treatments at this SickBay.
 java.util.List<Treatment> MedicalManager.getSupportedTreatments(int level)
          Get the supported Treatments for a Medical Facility of a particular level.
 java.util.List<Treatment> MedicalConfig.getTreatmentList()
           
 

Methods in org.mars_sim.msp.simulation.person.medical with parameters of type Treatment
 int Treatment.compareTo(Treatment otherTreatment)
          Compare this object with another