|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mars_sim.msp.simulation.person.medical.MedicalConfig
public class MedicalConfig
Provides configuration information about medical complaints. Uses a DOM document to get the information.
Constructor Summary | |
---|---|
MedicalConfig(org.w3c.dom.Document medicalDoc)
Constructor |
Method Summary | |
---|---|
java.util.List<Complaint> |
getComplaintList()
Gets a list of medical complaints. |
java.util.List<Treatment> |
getTreatmentList()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MedicalConfig(org.w3c.dom.Document medicalDoc)
medicalDoc
- DOM document of medical configuration.Method Detail |
---|
public java.util.List<Complaint> getComplaintList() throws java.lang.Exception
java.lang.Exception
- if list could not be found.public java.util.List<Treatment> getTreatmentList() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |