"A Tool for Multi-Paradigm Modelling"

Bentley James Oakes b327b2f6b8 Update version to 0.7.0. vor 7 Jahren
.etc cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
.manual b6cf7cc672 Changed defaults in transformation rules to make sense. LHS and RHS conditions are set to 'result = True', RHS action to 'pass'. An action was added to NAC/LHS/RHS elements to set the value of RAMified attributes to 'result = True' or 'result = getAttr()' when they are connected to NAC/LHS or RHS, respectively. For this, a new methods called 'getAttrNames' was added to the metamodelling API vor 9 Jahren
client 6f0517c6f4 fixed bug with geometry overlay exception causing the interface to hang vor 8 Jahren
doc 00f32c32cb added script for local atompm execution and updated docs vor 7 Jahren
exported_to_md 445b9bbc40 added metadepth and pypdevs exporter vor 8 Jahren
exported_to_pypdevs 445b9bbc40 added metadepth and pypdevs exporter vor 8 Jahren
exported_to_sccdxml 7f7cd0ec6f Shift everything to "velocity" instead of "speed" in SCCD train code vor 7 Jahren
mt 4ca5817f18 fixed bug with NAC matching vor 8 Jahren
plugins 445b9bbc40 added metadepth and pypdevs exporter vor 8 Jahren
users 0769a4bc74 Remove guest directory. vor 7 Jahren
.gitattributes 68ae2d448c avoid that .sh script are checked out with crlf vor 8 Jahren
.gitignore f5f7f0012d Ignore Jetbrains project files. vor 7 Jahren
.travis.yml 4b203160b2 Add config for Travis CI, add test script, and fix up package file. vor 7 Jahren
CHANGES.md b327b2f6b8 Update version to 0.7.0. vor 7 Jahren
COPYING cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
COPYING.LESSER cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
README.md b327b2f6b8 Update version to 0.7.0. vor 7 Jahren
___dataurize.js b73e45e814 made transformations 2 times faster vor 9 Jahren
___do.js 27d8a68d95 forgot javascript was this ugly vor 9 Jahren
___fs++.js 11875837de fixed delete recursive folder vor 8 Jahren
__worker.js 97d6882ce2 changed all _util.debug calls into console.error calls, and built in check when loading a model vor 9 Jahren
asworker.js 00701bc9db removed some old transformations vor 9 Jahren
csworker.js 31613fdfab apparently someone thought it was a good idea to overwrite my bug fix... fixed again vor 8 Jahren
favicon.png 5c11106550 favicon added vor 9 Jahren
favicon.svg 5c11106550 favicon added vor 9 Jahren
httpwsd.js 19ce7d34be added some templates I forgot, and small fix vor 8 Jahren
libmt.js 69c476e2a2 matchSubtypes is now default set to true vor 8 Jahren
libsvg.js cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
manual.pdf b6cf7cc672 Changed defaults in transformation rules to make sense. LHS and RHS conditions are set to 'result = True', RHS action to 'pass'. An action was added to NAC/LHS/RHS elements to set the value of RAMified attributes to 'result = True' or 'result = getAttr()' when they are connected to NAC/LHS or RHS, respectively. For this, a new methods called 'getAttrNames' was added to the metamodelling API vor 9 Jahren
mmmk.js eb5581e661 now circular containment links are properly dealt with (thank you Yentl for the challenge) vor 8 Jahren
package.json b327b2f6b8 Update version to 0.7.0. vor 7 Jahren
run.bat cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
run_AToMPM.sh 3b412bdc96 fixes issue #26 by removing the downloaded files. vor 8 Jahren
run_AToMPM_local.sh 093bfa9ef4 Update run local script to shut down server and mt when exiting. vor 7 Jahren
run_tests.sh 4b203160b2 Add config for Travis CI, add test script, and fix up package file. vor 7 Jahren
styleinfo.js cdc03fc724 initial commit (v0.5.4) vor 9 Jahren
types.js 61c9b56c6c small fix to the $EVENT type, which now allows global actions to actually be triggered vor 8 Jahren
utils.js 0d349caf74 fixed selection vor 8 Jahren

README.md

AToMPM - A Tool for Multi-Paradigm Modelling

Installation

To install AToMPM, follow these steps:

  • Download and install the latest Python 2.7.X ⋅⋅* Use a package manager on Linux ..* Or visit http://python.org/download/
  • Download and install python-igraph ⋅⋅* Use the pip package manager (comes with Python) ..* pip install python-igraph
  • Download and install node.js ..* Use a package manager on Linux ..* Or visit https://nodejs.org/en/download/
  • Download and unzip the newest AToMPM release from https://github.com/AToMPM/atompm/releases
  • In the AToMPM folder, run the command 'npm install'.

Usage

Windows

To run AToMPM on Windows, execute the run.bat script inside of the main AToMPM folder.

Mac or Linux

  • Execute commands in different terminals ..1. Execute node httpwsd.js in the main AToMPM folder ..2. Execute python2 mt\main.py in the main AToMPM folder ..3. Open a browser (preferably Chrome) and navigate to http://localhost:8124/atompm

  • The above steps are automated by the run_AToMPM_local.sh script

  • Note that the run_AToMPM.sh script can automate the installation and usage of AToMPM ..* The first time you run this script, all dependencies are automatically downloaded and installed in the dependencies/ folder. ..* If, for any reason, the download process is interrupted or you experience problems with AToMPM, remove the dependencies/ folder and run the script again.

Documentation

Documentation can be found here: https://msdl.uantwerpen.be/documentation/AToMPM/index.html