source: MotivateDuringTherapy/src/main/java/tudelft/mentalhealth/motivatepersisting/Trust.java@ 7

Last change on this file since 7 was 5, checked in by Bart Vastenhouw, 5 years ago

Intermediate update

File size: 198 bytes
Line 
1package 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 */
7public enum Trust {
8 HIGH, MEDIUM, LOW
9}
Note: See TracBrowser for help on using the repository browser.