Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language server #127

Open
wants to merge 163 commits into
base: 2.0.0_stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
163 commits
Select commit Hold shift + click to select a range
4f51f57
Merge pull request #166 from ipa-rwu/rwu/feature/deployment_interface
ipa-nhg Nov 10, 2021
4a6c5a8
fix the extension of the launch files generated for ROS2 systems
ipa-nhg Nov 12, 2021
3fa1590
Fix: update the setup.py generator for ROS2 to support component stac…
ipa-nhg Nov 12, 2021
ed02714
fix path to __init__.py file for ROS2 launch packages
ipa-nhg Nov 18, 2021
c7fccf1
Merge pull request #174 from ipa-nhg/Ros2LaunchGeneratorFix
ipa-nhg Nov 22, 2021
7ffbf69
Create docker-compose.yml for ros2 application
ipa-rwu Oct 28, 2021
0c60f0d
Fix docker tag name
ipa-rwu Nov 12, 2021
f93d9a0
Add "_ros2" as extension for deploy package in foxy version
ipa-rwu Nov 12, 2021
d51325b
fix naming for path, image, folder
ipa-rwu Nov 19, 2021
2ccefab
Move listOfRepos to DeploymentHelpers, fix naming in rosinstall
ipa-rwu Nov 19, 2021
6b5d18a
Merge pull request #175 from ipa-rwu/rwu/feature/ros2_compose
ipa-nhg Nov 24, 2021
e340c94
fix ROS_HOSTNAME in docker-compose
ipa-rwu Nov 30, 2021
291961e
Add delpoyment documentation
ipa-rwu Dec 2, 2021
5ba375a
Merge pull request #177 from ipa-rwu/rwu/doc/deployment
ipa-nhg Dec 2, 2021
3c01e7b
Update README.md
ipa-nhg Dec 2, 2021
c1b7b18
Merge pull request #176 from ipa-rwu/rwu/fix/compose_file
ipa-nhg Dec 17, 2021
26ec423
Update Installation.md
ipa-nhg Mar 16, 2022
b130e8c
Modify the documentation for the installation of the developer verion…
ipa-nhg Mar 21, 2022
94269e6
Merge pull request #180 from ipa-nhg/DocuInstallation
ipa-nhg Mar 21, 2022
7301783
First version of the DSL grammar with yaml format
ipa-nhg Nov 7, 2022
0dba9b7
WIP- update .ros base DSL to yaml format
ipa-nhg Nov 16, 2022
30d1d98
Add the skelethon for the ros2 package DSL
ipa-nhg Nov 16, 2022
99278f9
update release and feature information
ipa-nhg Nov 16, 2022
8beeb76
deactivate test for ros grammar
ipa-nhg Nov 16, 2022
1e539ff
[Minor] Clean and organize model files
ipa-nhg Nov 22, 2022
bf12ae0
Update metamodel to set the quality of service attributes for ROS2
ipa-nhg Nov 22, 2022
3b3dd09
Update DSL grammars to follow the ROS2 updates of the metamodel
ipa-nhg Nov 22, 2022
b604e20
Allow empty messages and services
ipa-nhg Nov 22, 2022
53316d4
Allow unorder interfaces at node level
ipa-nhg Nov 28, 2022
150e9e4
update test cases and delete old resources
ipa-nhg Nov 28, 2022
bef3447
Regenerate ROS1 DSL backend
ipa-nhg Jan 18, 2023
5d1e34f
allow unordered attributes for the ROS2 interfaces configuration
ipa-nhg Jan 18, 2023
6618cd8
RosSystem metamodel updates for the new format
ipa-nhg Jan 19, 2023
b0bd74a
Clean all componentinterface code, not needed anymore
ipa-nhg Jan 20, 2023
4edc79c
Merge pull request #184 from ipa-nhg/YamlMigration
ipa-nhg Mar 21, 2023
af13cbe
Completed the DSL implementation for the new model for RosSystem usin…
ipa-nhg Jan 26, 2023
df6c2ce
Fix auto-complete issues
ipa-nhg Jan 27, 2023
5714b48
create a basic dsl model; base for the rossystem DSL
ipa-nhg Feb 3, 2023
03f1b89
clean parent pom.xml file
ipa-nhg Mar 21, 2023
13e3fdb
Merge pull request #185 from ipa-nhg/YamlMigrationSystem
ipa-nhg Mar 21, 2023
1f85125
prevent a circular import: move TopicSpecRef and ArrayTopicSpecRef to…
ipa-rwu Mar 17, 2023
50de2fd
regenerate model code of ros.ecore
ipa-rwu Mar 17, 2023
3fb200d
bring the change to Xtext and regenerate all the grammars
ipa-nhg Mar 21, 2023
5d96c64
Merge pull request #187 from ipa320/FixRosMetamodel
ipa-nhg Mar 21, 2023
c3bca52
add pre-commit
ipa-rwu Mar 17, 2023
4e44053
run pre-commit command. Thanks @ipa-rwu
ipa-nhg Mar 21, 2023
4313624
upgrade to JavaSE-11, tycho 2.7.4, xtext 2.30
ipa-rwu Mar 17, 2023
d6b9c34
update ros.xtext bundles
ipa-rwu Mar 17, 2023
1c189e3
Fix compile issues after updated of versions
ipa-nhg Mar 21, 2023
f4a9304
Merge pull request #188 from ipa-nhg/updateVersions
ipa-nhg Mar 21, 2023
72ec962
Let eclipse to regenerate all the automatically created code after th…
ipa-nhg Mar 21, 2023
a75e3d9
Merge pull request #189 from ipa-nhg/Regenerate
ipa-nhg Mar 21, 2023
66d56b1
Add missed dependencies and clean Ros metamodel implementation
ipa-nhg Mar 24, 2023
c17bf36
update the workflow of the ros derived grammars to properly support t…
ipa-nhg Mar 24, 2023
57c8ac5
Add missed dependencies and clean RosSystem metamodel implementation
ipa-nhg Mar 24, 2023
5067f0a
update the workflow of the ros derived grammars to properly support t…
ipa-nhg Mar 24, 2023
48522a2
HotFix: Remove old dependencies
ipa-nhg Mar 24, 2023
ea218c2
Basics xtext: fix array format, add ":" after "default"
ipa-rwu May 10, 2023
621e505
Ros grammar: replace name with plural
ipa-rwu May 10, 2023
53bbfca
Ros2 grammar: fix grammar, add ':' after type
ipa-rwu May 10, 2023
60e002b
Regenerate the grammar backend
ipa-nhg May 16, 2023
bb0da5c
Merge pull request #195 from ipa-nhg/rwu/fix/grammar_and_process
ipa-nhg May 16, 2023
37897bb
Rossystem metamodel: add ComponentRef to reference rosnode in process…
ipa-rwu May 10, 2023
cab48de
Rossystem grammar: uncapitalize index, fix process grammar
ipa-rwu May 10, 2023
93f46f8
ROSSystem: Symplify references and regenerate backend for metamodel a…
ipa-nhg May 16, 2023
5181996
Merge pull request #196 from ipa-nhg/rwu/fix/grammar_and_process_RosS…
ipa-nhg May 16, 2023
de87909
fix identation for interfaces. Related to https://github.com/CoreSens…
ipa-nhg May 30, 2023
22b32a2
Add customized qualified name for cross references for specifications…
ipa-nhg Jun 1, 2023
3859c95
exclude the src-gen folders for the pre-commit command
ipa-nhg Jun 2, 2023
d0f2bb1
Review messages, services and actions specifications: grammar, lexico…
ipa-nhg Jun 5, 2023
6e97cd4
Merge pull request #199 from ipa-nhg/FixMsgs
ipa-nhg Jun 19, 2023
fad9be5
Fix maven build issues
ipa-nhg Jun 20, 2023
c9f6cf4
Merge pull request #200 from ipa-nhg/FixCIBuild
ipa-nhg Jun 20, 2023
03a393d
update test package: create language parsers tests
ipa-nhg Jun 20, 2023
81b2fbf
Merge pull request #201 from ipa-nhg/Tests
ipa-nhg Jun 20, 2023
07554b9
Improve the ROS qualified names provider to a better access from ross…
ipa-nhg Jun 29, 2023
73aa1a5
[RosSystem] Add Ros connections to the metamodel and the grammar
ipa-nhg Jun 29, 2023
8b7dd7e
Fix Minor naming issue in RosSystem metamodel and DSL implementation
ipa-nhg Jul 6, 2023
fa7e6c3
Add validation for the RosSystem DSL
ipa-nhg Jul 6, 2023
dbc2dbd
[WIP] Update documentation
ipa-nhg Jul 12, 2023
fdd65a6
add char and charArray
ipa-rwu Aug 23, 2023
292b71e
fix rule: DOUBLE
ipa-rwu Aug 23, 2023
d914208
fix warning "Decision can match input"
ipa-rwu Aug 23, 2023
0e2d7d8
let xtext generate
ipa-rwu Aug 23, 2023
fde4128
Merge pull request #205 from ipa-rwu/rwu/fix/minor
ipa-nhg Aug 31, 2023
92f4ace
fix cannot reference parameter in a system
ipa-rwu Aug 25, 2023
0ed85d0
Fix grammar for listing reference parameters
ipa-nhg Sep 4, 2023
ccf8141
[RosSystem]Fix global paramters definition
ipa-nhg Sep 4, 2023
3cff8e4
Merge pull request #206 from ipa-nhg/ParametersForSystems
ipa-nhg Sep 4, 2023
1deda5d
Created sklethon for the launch file generator for ROS2
ipa-nhg Aug 10, 2023
a0da77a
First draft for a working version of the code generator for ROS2 laun…
ipa-nhg Sep 19, 2023
447afe8
Merge pull request #203 from ipa-nhg/LaunchFileGenerator
ipa-nhg Sep 19, 2023
589ddc6
update documentation to packatize and release a new version
ipa-nhg Sep 19, 2023
6c69852
Upgrade version number - Pre-release
ipa-nhg Sep 19, 2023
e625d98
Fix feature project description
ipa-nhg Sep 29, 2023
318d093
[WIP] RosTooling Documentation and tutorials
ipa-nhg Sep 19, 2023
f32db99
Remove out-of-date projects
ipa-nhg Sep 29, 2023
c9fb502
[to be continued...] Working on up-to-date documentation
ipa-nhg Oct 2, 2023
ada034d
[Documentation] Update installation
ipa-nhg Nov 13, 2023
33f1719
[Documenation] Update creation of communication objects
ipa-nhg Nov 13, 2023
b8f4b59
[Documentation] Update ros1 and ros2 model description
ipa-nhg Nov 13, 2023
5837d31
[Documentation] Update rossystem model description
ipa-nhg Nov 13, 2023
0f160b5
Add Turtlesim tutorial
ipa-nhg Nov 14, 2023
4552d11
Update system compiler to open a new xterm terminal per node
ipa-nhg Nov 14, 2023
f2be608
Update java compilance version for all the packages
ipa-nhg Nov 14, 2023
a97653d
[Documentation] Add simple pub-sub tutorial
ipa-nhg Nov 20, 2023
18985b5
Clean eclipse wizards
ipa-nhg Nov 21, 2023
eeefa5f
Merge branch 'main' into EclipseEnvWizardsClean
ipa-nhg Nov 21, 2023
2ac99e5
Merge pull request #210 from ipa320/EclipseEnvWizardsClean
ipa-nhg Nov 21, 2023
ab99601
Update RosSystem compiler to generate remaps in launch files
ipa-nhg Nov 21, 2023
31002c9
Add README code generator por systems
ipa-nhg Nov 21, 2023
ba5a00d
[Documentation-minor] Add instructions to the turtlesim tutorial abou…
ipa-nhg Nov 29, 2023
9cb480b
Fix CI issues: use the correct version of tycho (3.0.0) and the jdk (19)
ipa-nhg Dec 4, 2023
d5f3158
Add the option of creating systems from subsystems. A System can be a…
ipa-nhg Sep 4, 2023
a0bc524
Add attribute to get a subsystem from a file (launch file or rossyste…
ipa-nhg Sep 4, 2023
99e3c19
Add subsystems to the RosSystem model
ipa-nhg Sep 5, 2023
f917b9e
Update launch packages generator
ipa-nhg Nov 27, 2023
9f84513
Merge pull request #211 from ipa320/50y
ipa-nhg Dec 4, 2023
0018e61
update Readme file generator
ipa-nhg Dec 4, 2023
b012b42
Update RosSystem validator to support Subsystem connections
ipa-nhg Dec 5, 2023
0bb26a9
Add dependency to Xtext packages, without the mwe2.launch package the…
ipa-nhg Dec 5, 2023
13bafed
Improve grammar while creating connections as a list
ipa-nhg Dec 5, 2023
e04026b
Minor updates on the README generator
ipa-nhg Dec 12, 2023
942840f
Add the installation from source for not released repositories
ipa-nhg Dec 12, 2023
63950c5
Add parameters to the Launch file generator for ROS2
ipa-nhg Jan 22, 2024
5c4162f
Add the implementation of NameSpaces
ipa-nhg Jan 22, 2024
f659718
Fix grammar for structures as parameters
ipa-nhg Jan 29, 2024
6a92417
Add validators for component and system files
ipa-nhg Jan 29, 2024
4b9f44a
Fix Array parameters
ipa-nhg Jan 29, 2024
c8760bd
[HotFix] Fix Ros2 launch file generator, the imports were missed
ipa-nhg Feb 8, 2024
b2cbe8d
Add the parameters to the README code generator for ROS2 systems
ipa-nhg Feb 29, 2024
e270cde
Validator for parameters checks the sub values un case of arrays of a…
ipa-nhg Mar 14, 2024
9b2aa21
Merge pull request #216 from ipa320/ParamArrayOfArray
ipa-nhg Mar 14, 2024
633a688
fix cannot reference to parameter in rossystem
ipa-rwu Mar 20, 2024
2ae68bc
Merge pull request #217 from ipa-rwu/rwu/fix/ref_parameter
ipa-nhg Mar 20, 2024
3460f37
Implement yaml file generator for parameters and fix parameter values…
ipa-nhg Mar 19, 2024
9532222
Merge pull request #218 from ipa320/YamlParametersGenerator
ipa-nhg Mar 21, 2024
5aa8fa2
First implementation of the PlantUML generator
ipa-nhg Mar 7, 2024
4481fb9
Minimal version implementation of the Sirius plugin for the visualiza…
ipa-nhg Apr 12, 2024
cc20e14
Review PlantUML compiler
ipa-nhg Apr 12, 2024
8125430
Complete Sirius plugin for the visualization of the components of the…
ipa-nhg Apr 15, 2024
437dd52
Add subsystems visualization
ipa-nhg Apr 16, 2024
ca7d665
Clean Sirius implementation plugin for release
ipa-nhg Apr 17, 2024
d6f0b68
Add Sirius implmentation plugin to the feature for Release
ipa-nhg Apr 17, 2024
96cd2a4
Minor update on the README file compiler
ipa-nhg Apr 25, 2024
2810a35
Fix RosSystem launch file generator issues
ipa-nhg May 13, 2024
f3d42dd
Create Metamodels representations
ipa-nhg May 13, 2024
a10dbd8
Implement ROS1-ROS2 bridges generator
ipa-nhg May 14, 2024
92f25d7
HotFix - Launch file generator minor issues
ipa-nhg May 15, 2024
7f82fbf
Generate the launch file for the bridges separately
ipa-nhg May 15, 2024
89480a8
Fix code generator for bridges launch
ipa-nhg May 15, 2024
aca2b50
Fix misspelled mistakes on the bridge launch file generator
ipa-nhg Jun 11, 2024
9314cc6
Fix duplicated remapings on launch files for ROS2
ipa-nhg Jun 11, 2024
e25f8a9
Update README to link the new documentation page
ipa-nhg Jun 12, 2024
16084d2
Add the sirius plugin to the feature
ipa-nhg Jun 12, 2024
60a21d3
Add missed close character ')' to the bridges launch file generator
ipa-nhg Jun 12, 2024
12a3ef6
tycho version 3.0.5
ipa-nhg Jun 12, 2024
58d8e78
[Bug]Switch ports postions for Sirius
ipa-nhg Jul 8, 2024
f6b15f8
Update ROSModel.setup to use main branch instead of master
jahandar00 Jul 19, 2024
6fb0352
Merge pull request #221 from jahandar00/main
ipa-nhg Aug 1, 2024
4b14e5f
Add Language Server support for the ros (component level) DSLs
ipa-nhg Sep 25, 2023
5048f9f
Add register to the StandaloneSetup for the grammars
ipa-nhg Feb 1, 2024
9087f8c
Add missed required bundles
ipa-nhg Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 15 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ros-model CI
name: RosTooling CI

on: [push,pull_request]

Expand All @@ -10,9 +10,20 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
path: ros-model
path: RosTooling
- name: Install jdk 19
run: sudo apt install -y openjdk-19-jre
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '19'
- name: Debug
run: |
uname -a
mvn --version
java --version
- name: Build and test with Maven
run: |
pushd ros-model
pushd RosTooling
mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar

27 changes: 27 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: trailing-whitespace
exclude: (src-gen)
- id: end-of-file-fixer
exclude: (src-gen)
- id: check-yaml
exclude: (src-gen)
- id: check-added-large-files
exclude: (src-gen)

- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.4.2
hooks:
- id: forbid-crlf
exclude: (src-gen)
- id: remove-crlf
exclude: (src-gen)
- id: forbid-tabs
exclude: (src-gen)
- id: remove-tabs
args: [--whitespaces-count, '4']
exclude: (src-gen)
16 changes: 8 additions & 8 deletions EclipseInstaller/.project
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>EclipseInstaller</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
<name>EclipseInstaller</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
22 changes: 11 additions & 11 deletions EclipseInstaller/ROSModel.setup
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
label="ROS Model">
<setupTask
xsi:type="jdt:JRETask"
version="JavaSE-1.8"
version="JavaSE-11"
location="${jre.location-1.8}">
<description>Define the JRE needed to compile and run the Java projects of ${scope.project.label}</description>
</setupTask>
Expand All @@ -36,13 +36,13 @@
<content>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?>
&lt;section name=&quot;Workbench&quot;>
&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>
&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>
&lt;item value=&quot;false&quot; key=&quot;linkWithEditor&quot;/>
&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>
&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>
&lt;item value=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;packageExplorer configured=&amp;quot;true&amp;quot; group_libraries=&amp;quot;1&amp;quot; layout=&amp;quot;2&amp;quot; linkWithEditor=&amp;quot;0&amp;quot; rootMode=&amp;quot;2&amp;quot; sortWorkingSets=&amp;quot;false&amp;quot; workingSetName=&amp;quot;&amp;quot;&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;workingSet editPageId=&amp;quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&amp;quot; factoryID=&amp;quot;org.eclipse.ui.internal.WorkingSetFactory&amp;quot; id=&amp;quot;1382792884467_1&amp;quot; label=&amp;quot;Other Projects&amp;quot; name=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;activeWorkingSet workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;allWorkingSets workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/packageExplorer&amp;gt;&quot; key=&quot;memento&quot;/>
&lt;/section>
&lt;section name=&quot;org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart&quot;>
&lt;item value=&quot;true&quot; key=&quot;group_libraries&quot;/>
&lt;item value=&quot;false&quot; key=&quot;linkWithEditor&quot;/>
&lt;item value=&quot;2&quot; key=&quot;layout&quot;/>
&lt;item value=&quot;2&quot; key=&quot;rootMode&quot;/>
&lt;item value=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;packageExplorer configured=&amp;quot;true&amp;quot; group_libraries=&amp;quot;1&amp;quot; layout=&amp;quot;2&amp;quot; linkWithEditor=&amp;quot;0&amp;quot; rootMode=&amp;quot;2&amp;quot; sortWorkingSets=&amp;quot;false&amp;quot; workingSetName=&amp;quot;&amp;quot;&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;workingSet editPageId=&amp;quot;org.eclipse.jdt.internal.ui.OthersWorkingSet&amp;quot; factoryID=&amp;quot;org.eclipse.ui.internal.WorkingSetFactory&amp;quot; id=&amp;quot;1382792884467_1&amp;quot; label=&amp;quot;Other Projects&amp;quot; name=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/localWorkingSetManager&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;activeWorkingSet workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;allWorkingSets workingSetName=&amp;quot;Other Projects&amp;quot;/&amp;gt;&amp;#x0D;&amp;#x0A;&amp;lt;/packageExplorer&amp;gt;&quot; key=&quot;memento&quot;/>
&lt;/section>
&lt;/section>

</content>
Expand Down Expand Up @@ -117,7 +117,7 @@
id="ros-model"
filter=""
remoteURI="ipa320/ros-model"
checkoutBranch="master">
checkoutBranch="main">
<annotation
source="http://www.eclipse.org/oomph/setup/InducedChoices">
<detail
Expand Down Expand Up @@ -163,8 +163,8 @@
<description>GenerateXtext</description>
</setupTask>
<stream
name="master"
label="Master"/>
name="main"
label="Main"/>
<description></description>
</project>
<logicalProjectContainer
Expand Down
231 changes: 203 additions & 28 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,28 +1,203 @@
BSD 3-Clause License

Copyright (c) 2018, Nadia Hammoudeh Garcia
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Fraunhofer IPA nor the names of its contributors may
be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Loading
Loading