Skip to content

SysADL Studio implements an Eclipse plug-in for SysADL Language, allowing both textual and graphical description, also supporting model simulation.

License

Notifications You must be signed in to change notification settings

consiste/sysadl

Repository files navigation

Important

Never commit to the master branch, it might lead to several issues. Create your own branch and work on it. As soon as you finish your work, create a pull request to the master branch.

Requirements

SysADL

In order to start working with this code, follow these steps:

  • Clone the repository
  • Import as existing projects in Eclipse (there will be a lot of errors)
  • Reload and open org.sysadl/model/SysADL.genmodel
  • Right click in the main object, select Generate All
  • Open org.sysadl.editor/org.sysadl.presentation
  • Right click on SysADLModelWizard.java, select Restore From Local History. -- If nothing happens, clone this file again from this repository
  • Run org.sysadl.grammar/br/consiste/GenerateLanguage.mw2
  • Clean and build workspace

Report any problem you find with this process.

How to use SysADL Studio

After following the steps above, you can already run the tool. For doing so, go Run > Run Configurations. Select Eclipse Application, click new, click apply and run.