This is a set of examples modelled after real-life interviews with dementia patients (Alzheimer included) using PHAT Framework.
PHAT Framework is a set of tools (coded using Java) to model and simulate activities of daily living. The main components are:
- SociAALML Editor is a graphical editor to model the elements for the simulation. The editor is based on INGENME framework.
- PHAT Simulator is a simulator developed from scratch using jMonkeyEngine.
- PHAT Generator is a tool that transforms the model defined with SociAALML in java code. The code extends PHAT Simulator and can be simulated. Note: Both PHAT components can be found here
- Java 1.7 (set variable JAVA_HOME)
- Maven 3.1.1+ installed, see http://maven.apache.org/download.html (set variable M2_HOME)
- Ant (set variable ANT_HOME)
-
To open SociAALML Editor you go to a project's folder and type:
$ ant edit
-
To generate the java code of the simulation using the model:
$ mvn clean compile
-
To run a simulation
$ ant runSimName
NOTE: Bash completion for ant is useful when searching for simulations: http://ingenias.sourceforge.net/blog/2012/12/04/a-useful-bashcompletion-extension-for-ant/