package tudelft.mentalhealth.motivatepersisting; /** * Patient's trust in a good therapy outcome. Order of these should match the * order in Table 2. */ public enum Trust { HIGH, MEDIUM, LOW }