Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-06-15 13:58:16 +0000
committerHenrik Rentz-Reichert2012-06-15 13:58:16 +0000
commit7fe9c08ebfb802eae70fff5281700ac82c9931f8 (patch)
treeaa27294942d882fcdd29be41a149f07cb4a5f2f1 /plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi
parent5c1cfd9219168e79f77c779e9c0fb8d47feee790 (diff)
downloadorg.eclipse.etrice-7fe9c08ebfb802eae70fff5281700ac82c9931f8.tar.gz
org.eclipse.etrice-7fe9c08ebfb802eae70fff5281700ac82c9931f8.tar.xz
org.eclipse.etrice-7fe9c08ebfb802eae70fff5281700ac82c9931f8.zip
[core.room] introduced annotation in all room classes
Diffstat (limited to 'plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi')
-rw-r--r--plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi19
1 files changed, 17 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi
index 8773e2ff1..260962b45 100644
--- a/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi
+++ b/plugins/org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.xmi
@@ -225,6 +225,9 @@
</elements>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
+ </elements>
<elements xsi:type="xtext:Group" cardinality="?">
<elements xsi:type="xtext:Keyword" value="usercode1"/>
<elements xsi:type="xtext:Assignment" feature="userCode1" operator="=">
@@ -441,6 +444,9 @@
</elements>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
+ </elements>
<elements xsi:type="xtext:Group" cardinality="?">
<elements xsi:type="xtext:Keyword" value="usercode1"/>
<elements xsi:type="xtext:Assignment" feature="userCode1" operator="=">
@@ -508,6 +514,9 @@
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.79"/>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
+ </elements>
<elements xsi:type="xtext:Assignment" cardinality="+" feature="subProtocols" operator="+=">
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.20"/>
</elements>
@@ -740,7 +749,7 @@
</elements>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
- <elements xsi:type="xtext:Assignment" cardinality="*" feature="generalAnnotations" operator="+=">
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
</elements>
<elements xsi:type="xtext:Group" cardinality="?">
@@ -812,7 +821,7 @@
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.79"/>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
- <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="behaviorAnnotations" operator="+=">
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
</elements>
<elements xsi:type="xtext:Assignment" cardinality="*" feature="operations" operator="+=">
@@ -952,6 +961,9 @@
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.79"/>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
+ </elements>
<elements xsi:type="xtext:Assignment" cardinality="*" feature="subSystems" operator="+=">
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.38"/>
</elements>
@@ -1009,6 +1021,9 @@
<terminal xsi:type="xtext:RuleCall" rule="/0/@rules.79"/>
</elements>
<elements xsi:type="xtext:Keyword" value="{"/>
+ <elements xsi:type="xtext:Assignment" cardinality="*" feature="annotations" operator="+=">
+ <terminal xsi:type="xtext:RuleCall" rule="/0/@rules.80"/>
+ </elements>
<elements xsi:type="xtext:Group" cardinality="?">
<elements xsi:type="xtext:Keyword" value="usercode1"/>
<elements xsi:type="xtext:Assignment" feature="userCode1" operator="=">

Back to the top