CogniCrypt
CogniCrypt copied to clipboard
Add plug-in for statemachine models generation and sirius configurations
Signed-off-by: Anemone Kampkötter [email protected]
Description
Add new plugin project files for the automatic statemachine diagram generation with Sirius
Type of change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update
How Has This Been Tested?
Manual tests have been performed.
Test Configuration:
- Eclipse Version: 2021-06
- Java Version: 1.8
- OS: Windows 10
Checklist:
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
@krinara86