<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Unfortunately, this is not currently possible. The constraint
manager interfaces are different than the interfaces defined in
Mga.idl, and they do not expose the registry.<br>
<br>
Kevin<br>
<br>
<div class="moz-cite-prefix">On 8/28/2014 4:39 AM, Deniz Çetinkaya
wrote:<br>
</div>
<blockquote
cite="mid:9E13DE599117D0449E51D4C01E709BC83FE5FF9A@THKUS02.thk.edu.tr"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Düz Metin Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.E-postaStili17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.DzMetinChar
        {mso-style-name:"Düz Metin Char";
        mso-style-priority:99;
        mso-style-link:"Düz Metin";
        font-family:"Calibri","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Dear All,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">For a GME metamodel, I would like to reach
the position of a model or an atom and check it in OCL. Is
there a way to do this?<o:p></o:p></p>
<p class="MsoNormal">In other words, how can we reach to the
regnodes in a model?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is what I see in XME file:<o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New""><model
id="id-0065-00000003" kind="Parking" role="Parking"
guid="{38124716-ca03-48d1-a7f2-e4dcd55c298b}" relid="0x2"
childrelidcntr="0x0"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<name>Parking</name><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<regnode name="PartRegs" status="undefined"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<value></value><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<regnode name="Aspect" status="undefined"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<value></value><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<regnode name="Position" isopaque="yes"><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
<value>175,245</value><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
</regnode><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
</regnode><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
</regnode><o:p></o:p></span></p>
<p class="MsoNormal" style="text-autospace:none"><span
style="font-family:"Courier New"">
</model><o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">This is what I try with OCL:<o:p></o:p></p>
<p class="MsoNormal">self.PartRegs.Aspect.Position = "20,20"<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">or something like this:<o:p></o:p></p>
<p class="MsoNormal">self.PartRegs.Aspect.Position.getX() = 20<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you very much.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoPlainText">Asst.Prof.Dr. Deniz Çetinkaya<o:p></o:p></p>
<p class="MsoPlainText">Electrical and Electronics Engineering
Department<o:p></o:p></p>
<p class="MsoPlainText">Faculty of Engineering<o:p></o:p></p>
<p class="MsoPlainText">University of Turkish Aeronautical
Association<o:p></o:p></p>
<p class="MsoPlainText">Email: <a moz-do-not-send="true"
href="mailto:dcetinkaya@thk.edu.tr">dcetinkaya@thk.edu.tr</a><o:p></o:p></p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gme-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gme-users@list.isis.vanderbilt.edu">gme-users@list.isis.vanderbilt.edu</a>
<a class="moz-txt-link-freetext" href="http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users">http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users</a>
</pre>
</blockquote>
<br>
</body>
</html>