Changes between Version 9 and Version 10 of WikiStart
- Timestamp:
- 10/04/18 15:33:50 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v9 v10 34 34 </dependency> 35 35 36 Example code can be found [https://tracinsy.ewi.tudelft.nl/trac/MentalHealth/browser/MotivateDuringTherapy/src/test/java/tudelft/mentalhealth/motivatepersisting/MotivationalAnswerTest.java here]. Typically you need only this 37 38 {{{ 39 Locale NL = new Locale("nl", "NL"); 40 Situation situation=new Situation(PclTrend.DROPPING, Trust.MEDIUM); 41 String motivation = new MotivationalAnswer(situation, NL).getText(); 42 43 }}} 36 44 }}} 37 45