Skip to content

Commit

Permalink
[2020] [M2] Add missing semantic annotation to class's attributes and
Browse files Browse the repository at this point in the history
references


Change-Id: I93871785682f01ecaf888db485693bf1a814ab10
Signed-off-by: Tu Ton <minhtutonthat@gmail.com>
  • Loading branch information
minhtutonthat committed Apr 18, 2018
1 parent f8e182b commit 5c571f0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
Expand Up @@ -3940,6 +3940,11 @@ protected void createSemanticAnnotations() {
source,
new String[] {
});
addAnnotation
(getInstanceRole_RepresentedInstance(),
source,
new String[] {
});
addAnnotation
(getAbstractCapability_PreCondition(),
source,
Expand Down Expand Up @@ -4018,11 +4023,26 @@ protected void createSemanticAnnotations() {
source,
new String[] {
});
addAnnotation
(getStateFragment_RelatedAbstractState(),
source,
new String[] {
});
addAnnotation
(getStateFragment_RelatedAbstractFunction(),
source,
new String[] {
});
addAnnotation
(constraintDurationEClass,
source,
new String[] {
});
addAnnotation
(getConstraintDuration_Duration(),
source,
new String[] {
});
addAnnotation
(sequenceMessageValuationEClass,
source,
Expand Down
Expand Up @@ -791,6 +791,7 @@
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractEnd" abstract="true" eSuperTypes="#//InteractionFragment">
Expand Down Expand Up @@ -2801,6 +2802,7 @@
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedAbstractFunction"
eType="ecore:EClass FunctionalAnalysis.ecore#//AbstractFunction">
Expand All @@ -2818,6 +2820,7 @@
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArmTimerEvent" eSuperTypes="#//Event">
Expand Down Expand Up @@ -2865,6 +2868,7 @@
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//InteractionFragment">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
Expand Down
Expand Up @@ -784,6 +784,7 @@
<details key="explanation" value="none"/>
<details key="constraints" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractEnd" abstract="true" eSuperTypes="#//InteractionFragment">
Expand Down Expand Up @@ -2794,6 +2795,7 @@
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedAbstractFunction"
eType="ecore:EClass FunctionalAnalysis.ecore#//AbstractFunction">
Expand All @@ -2811,6 +2813,7 @@
<details key="comment/notes" value="none"/>
<details key="reference documentation" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArmTimerEvent" eSuperTypes="#//Event">
Expand Down Expand Up @@ -2858,6 +2861,7 @@
<details key="constraints" value="none"/>
<details key="comment/notes" value="none"/>
</eAnnotations>
<eAnnotations source="http://www.polarsys.org/capella/semantic"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="start" eType="#//InteractionFragment">
<eAnnotations source="http://www.polarsys.org/kitalpha/ecore/documentation">
Expand Down

0 comments on commit 5c571f0

Please sign in to comment.