Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/org.eclipse.papyrus.uml.types.core/model/InvariantStereotypeRule.ecore')
-rw-r--r--plugins/uml/org.eclipse.papyrus.uml.types.core/model/InvariantStereotypeRule.ecore13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/uml/org.eclipse.papyrus.uml.types.core/model/InvariantStereotypeRule.ecore b/plugins/uml/org.eclipse.papyrus.uml.types.core/model/InvariantStereotypeRule.ecore
new file mode 100644
index 00000000000..841298fceb5
--- /dev/null
+++ b/plugins/uml/org.eclipse.papyrus.uml.types.core/model/InvariantStereotypeRule.ecore
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="invariantstereotype" nsURI="http://www.eclipse.org/papyrus/uml/types/invariantstereotyperule/1.1"
+ nsPrefix="invariantstereotyperule">
+ <eClassifiers xsi:type="ecore:EClass" name="InvariantStereotypeRuleConfiguration"
+ eSuperTypes="../../org.eclipse.papyrus.infra.types.rulebased/model/RuleBased.ecore#//RuleConfiguration">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotypeQualifiedName"
+ lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredProfile" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" lowerBound="1"
+ eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top