Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenn Hussey2012-10-11 15:41:36 +0000
committerKenn Hussey2012-10-11 15:41:36 +0000
commita8cc8a7b257e93cae737af896268ee8db28273e0 (patch)
treed597eb5ed1c2bbc169e56c2a062e07f52af10837 /plugins/org.eclipse.uml2.uml/model/UML.uml
parent12992307f5c554bd5dc4dc7c39387a96b837b2f4 (diff)
downloadorg.eclipse.uml2-a8cc8a7b257e93cae737af896268ee8db28273e0.tar.gz
org.eclipse.uml2-a8cc8a7b257e93cae737af896268ee8db28273e0.tar.xz
org.eclipse.uml2-a8cc8a7b257e93cae737af896268ee8db28273e0.zip
[386251] Making Behavior::isReentrant optional.
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/model/UML.uml')
-rw-r--r--plugins/org.eclipse.uml2.uml/model/UML.uml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.uml b/plugins/org.eclipse.uml2.uml/model/UML.uml
index bf8194091..d70e1962f 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.uml
+++ b/plugins/org.eclipse.uml2.uml/model/UML.uml
@@ -175,7 +175,8 @@
<packagedElement xmi:type="uml:Class" xmi:id="_TUPtYGveEdq4DLWZOhbdEA" name="Behavior" isAbstract="true">
<ownedAttribute xmi:id="_Q1JqkNwaEeCT5O2F6sGn5g" name="isReentrant">
<type xmi:type="uml:PrimitiveType" href="pathmap://UML_LIBRARIES/UMLPrimitiveTypes.library.uml#Boolean"/>
- <defaultValue xmi:type="uml:LiteralString" xmi:id="_bZmgwNwaEeCT5O2F6sGn5g" value="true"/>
+ <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_bT4g4BO2EeKHzP1wfcteDQ"/>
+ <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_bZmgwNwaEeCT5O2F6sGn5g" value="true"/>
</ownedAttribute>
<ownedOperation xmi:id="_Zp2iwFYgEdqB6vblk3tuMA" name="context" visibility="protected" isQuery="true">
<ownedParameter xmi:id="_flYtEFYgEdqB6vblk3tuMA" name="result" type="_iY7sMGvsEdqG6fBIPwe-mw" direction="return">

Back to the top