source:
MotivateDuringTherapy/src/main/java/tudelft/mentalhealth/motivatepersisting/Trust.java
Last change on this file was 5, checked in by , 5 years ago | |
---|---|
File size: 198 bytes |
Rev | Line | |
---|---|---|
[5] | 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.