Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2021-04-09 07:24:19 +0000
committerPatrick Tessier2021-07-13 08:09:33 +0000
commit82ba08e0d67519b07923469a4c5bf00c435afabd (patch)
treea6b4dda41601be4225795b6843b177e42a3c5a9e /plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
parenta0150b9fa469695a2b5325dbedfed078b9069158 (diff)
downloadorg.eclipse.papyrus-82ba08e0d67519b07923469a4c5bf00c435afabd.tar.gz
org.eclipse.papyrus-82ba08e0d67519b07923469a4c5bf00c435afabd.tar.xz
org.eclipse.papyrus-82ba08e0d67519b07923469a4c5bf00c435afabd.zip
Bug 572794: [Properties] Add AbstractSection and regenerate the
Properties model - Convert the Properties model from Ecore to UML - Add an AbstractSection; keep the current Section for "XWTSections" - Add tab#allSections, and keep tab#sections as a derived subset for compatibility - Regenerate & fix dependent code (Toolsmith + Runtime) - Add a service to plug different section renderers - Architecture Representations depend on the Constraint model and need to be regenerated - Make redefinedProperties non-derived to be more consistent with how the code was previously generated Change-Id: Ib02784508d6924415d82ff76c5c78c4a4d3cb95e Signed-off-by: Camille Letavernier <cletavernier@eclipsesource.com> Also-by: Christian W. Damus <give.a.damus@gmail.com> Signed-off-by: Christian W. Damus <give.a.damus@gmail.com>
Diffstat (limited to 'plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx')
-rw-r--r--plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
index 8e0135f1b56..c806d1ab604 100644
--- a/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
+++ b/plugins/uml/properties/org.eclipse.papyrus.uml.properties/Model/UML/UML.ctx
@@ -4449,7 +4449,7 @@
<properties xmi:id="_690yX6DJEeSZxfCXzZz3-w" name="nestedClassifier" type="Reference" description="References all the Classifiers that are defined (nested) within the Class."/>
<properties xmi:id="_690yYKDJEeSZxfCXzZz3-w" name="ownedOperation" type="Reference" description="The operations owned by the class."/>
<properties xmi:id="_690yYaDJEeSZxfCXzZz3-w" name="superClass" type="Reference" description="This gives the superclasses of a class."/>
- <properties xmi:id="_690yYqDJEeSZxfCXzZz3-w" name="isActive" description="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <properties xmi:id="_690yYqDJEeSZxfCXzZz3-w" name="isActive" type="Boolean" description="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
<properties xmi:id="_690yY6DJEeSZxfCXzZz3-w" name="ownedReception" type="Reference" description="Receptions that objects of this class are willing to accept."/>
<properties xmi:id="_690yZKDJEeSZxfCXzZz3-w" name="extension" type="Reference" description="References the Extensions that specify additional properties of the metaclass. The property is derived from the extensions whose memberEnds are typed by the Class."/>
</elements>

Back to the top