Package org.jzy3d.io.psy4j
Class Patient
- java.lang.Object
-
- org.jzy3d.io.psy4j.Patient
-
public class Patient extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String question, String answer)
String
getAnswer(String question)
Map<String,String>
getAnswers()
String
getName()
-
-
-
Constructor Detail
-
Patient
public Patient(String name)
-
-