Skip to content

Ambient Intelligence Development Environment for People with Neurodegenerative Diseases

License

Notifications You must be signed in to change notification settings

jlpdiez/AIDEdevelopment

Repository files navigation

AIDE Development from real-life interviews

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

REQUIREMENTS:

USAGE:

  1. To open SociAALML Editor you go to a project's folder and type:

    $ ant edit

  2. To generate the java code of the simulation using the model:

    $ mvn clean compile

  3. 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/

Releases

No releases published

Packages

No packages published

Languages