Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.13 KB

README.md

File metadata and controls

16 lines (11 loc) · 1.13 KB

SBPinSC

Scenario-based Programming in Statecharts

How to install and run the plugins

  1. get an Eclipse with an YAKINDU SCT plugins
    1. The easiest way is to download YAKINDU Statechart Tools from the itemis website: https://info.itemis.com/state-machine/download-yakindu-statechart-tools
    2. alternatively you can download a standard Eclipse and build everything from source. For this case follow https://github.com/Yakindu/statecharts#build-everything-from-source
  2. clone this repository
  3. start YAKINDU SCT (or Eclipse) and import the plugin SBPinSc plugin projects into the workspace using 'File > Import > General > Existing Projects into Workspace'
  4. The projects should be built automatically after import.
  5. There will be some errors. To fix these select com.yakindu.sct.domain.scenario.lang/src/com/yakindu/sct/domain/scenario/ScenarioText.xtext and in the context menu there is a entry to generate code from the xtext file. Execute it and after rebuild of the
  6. Create a new 'Run Configuration' of type 'Eclipse Application' and launch it. A 'runtime instance' of YSCT/Eclipse starts with the additional plugins activated.