"A Tool for Multi-Paradigm Modelling"

Bentley James Oakes d7be180d7e Shallow clone when packaging, and auto-determine tag of release. 7 gadi atpakaļ
client 30aea69f2b Be more precise with tabbing strategies. Add tabbing through workflow parameter dialog. 7 gadi atpakaļ
doc 2159c95b73 Add text on attribute editor. 7 gadi atpakaļ
exported_to_md 445b9bbc40 added metadepth and pypdevs exporter 8 gadi atpakaļ
exported_to_pypdevs 445b9bbc40 added metadepth and pypdevs exporter 8 gadi atpakaļ
exported_to_sccdxml 7f7cd0ec6f Shift everything to "velocity" instead of "speed" in SCCD train code 7 gadi atpakaļ
mt 09c5f5b335 Reduce highlight time during mt debugging. 7 gadi atpakaļ
packaging d7be180d7e Shallow clone when packaging, and auto-determine tag of release. 7 gadi atpakaļ
plugins c7361bf7f6 Convert plugins to modules. 7 gadi atpakaļ
tests 78d334b7fe Further wait. 7 gadi atpakaļ
users 66deb407f6 Fix opening toolbar in workflows. 7 gadi atpakaļ
.eslintignore 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ
.eslintrc.json 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ
.gitattributes 68ae2d448c avoid that .sh script are checked out with crlf 8 gadi atpakaļ
.gitignore a9cfb799f9 Fix up documentation 7 gadi atpakaļ
.travis.yml 02442b9404 Try larger virtual screen. 7 gadi atpakaļ
CHANGES.md b327b2f6b8 Update version to 0.7.0. 7 gadi atpakaļ
COPYING cdc03fc724 initial commit (v0.5.4) 9 gadi atpakaļ
COPYING.LESSER cdc03fc724 initial commit (v0.5.4) 9 gadi atpakaļ
README.md eadc715ecb Move text from manual into docs. Part 1. 7 gadi atpakaļ
REFS e09455202a Remove etc directory. 7 gadi atpakaļ
___dataurize.js 9424f068b3 Unify license details. 7 gadi atpakaļ
___do.js 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ
___fs++.js 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ
__worker.js 27dea96f65 Fix errors by having worker ID global, and make responses strings. 7 gadi atpakaļ
asworker.js ab5182121e Add better MT debugging messages, and provide default value if none given. 7 gadi atpakaļ
csworker.js 93a87506cd Fix imports. 7 gadi atpakaļ
favicon.png 5c11106550 favicon added 9 gadi atpakaļ
favicon.svg 5c11106550 favicon added 9 gadi atpakaļ
httpwsd.js 27dea96f65 Fix errors by having worker ID global, and make responses strings. 7 gadi atpakaļ
libmt.js acb5cd12ba Turn libmt into module. 7 gadi atpakaļ
libsvg.js 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ
mmmk.js 0a180528c5 Add explicit 'verify' event for constraints/actions. 7 gadi atpakaļ
nightwatch.conf.js 9424f068b3 Unify license details. 7 gadi atpakaļ
package.json 6ea0776e2f Update with new website. 7 gadi atpakaļ
run.bat cdc03fc724 initial commit (v0.5.4) 9 gadi atpakaļ
run_AToMPM.sh 3b412bdc96 fixes issue #26 by removing the downloaded files. 8 gadi atpakaļ
run_AToMPM_local.sh 093bfa9ef4 Update run local script to shut down server and mt when exiting. 7 gadi atpakaļ
run_tests.sh 1f92ebef47 Add testing in the Chrome browser (#27) 7 gadi atpakaļ
styleinfo.js 9424f068b3 Unify license details. 7 gadi atpakaļ
types.js 0a180528c5 Add explicit 'verify' event for constraints/actions. 7 gadi atpakaļ
utils.js 991fe804aa Add ESLint config. Fix semi-colon usage. 7 gadi atpakaļ

README.md

AToMPM - A Tool for Multi-Paradigm Modelling

AToMPM stands for "A Tool for Multi-Paradigm Modeling". It is a research framework from which you can generate domain-specific modeling web-based tools that run on the cloud. AToMPM is an open-source framework for designing DSML environements, performing model transformations, and manipulating and managing models. It runs completely over the web, making it independent from any operating system, platform, or device it may execute on. AToMPM follows the philosophy of modeling everything explicitly, at the right level of abstraction(s), using the most appropriate formalism(s) and process(es), being completely modeled by itself.

Installation

To install AToMPM, follow these steps:

  • Download and install the latest Python 2.7.X
  • Download and install python-igraph
    • Use the pip package manager (comes with Python)
      • pip install python-igraph
    • For Windows, you may need to install the compiled igraph core
      • http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph
  • Download and install node.js
  • Download and unzip the newest AToMPM release from https://github.com/AToMPM/atompm/releases
  • In the AToMPM folder, run the command npm install
    • If you do not need to run tests on AToMPM, you can run npm install --production

Usage

The commands below are for starting the ATOMPM server. Note that the default port is 8124.

Once started, the server can be connected to by accessing http://localhost:8124/atompm in either the Firefox or Chrome browsers.

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://atompm.readthedocs.io

Testing

To run tests on AToMPM, run `npm test'

LICENSING

The AToMPM project is licensed under the LGPL as stated in COPYING.lesser.

AToMPM is copyright of the AToMPM team, which includes Raphael Mannadiar, Conner Hansen, Eugene Syriani, Hans Vangheluwe, Simon Van Mierlo, Huseyin Ergin, Jonathan Corley, Yentl Van Tendeloo, Vasco Sousa, and Bentley James Oakes