source:
MotivateDuringTherapy/src/main/java/tudelft/mentalhealth/motivatepersisting/Trust.java@
7
Last change on this file since 7 was 5, checked in by , 5 years ago | |
---|---|
File size: 198 bytes |
Line | |
---|---|
1 | package tudelft.mentalhealth.motivatepersisting; |
2 | |
3 | /** |
4 | * Patient's trust in a good therapy outcome. Order of these should match the |
5 | * order in Table 2. |
6 | */ |
7 | public enum Trust { |
8 | HIGH, MEDIUM, LOW |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.