<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>re: debugging transforms:<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>GRE.exe can print which Blocks/Rules are being executed. Run the master interpreter on your UmlModelTransformer file, which produces Config.mga. >From the command line, run &quot;c:\Program Files\ISIS\GReAT\bin\GRE.exe&quot; Config.mga -dv<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>printf/cout statements in AttributeMappings can provide a quick way to provide some diagnostics.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>You can debug GRE.exe and set breakpoints in your AttributeMapping code located in %TEMP% \GReAT\. Another option is to use the Code Generator, then debug the resulting transform exe in Visual Studio. <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>You can try the GReAT debugger: C:\Program Files\ISIS\GReAT\bin\grd.exe. It is hard to use, however.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'>Kevin<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif"'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> great-users-bounces@list.isis.vanderbilt.edu [mailto:great-users-bounces@list.isis.vanderbilt.edu] <b>On Behalf Of </b>Léonard PETNGA<br><b>Sent:</b> Friday, March 02, 2012 12:25 PM<br><b>To:</b> great-users<br><b>Subject:</b> Re: [great-users] Handling of abstract classes and transformationdebugging<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal style='margin-bottom:12.0pt'>Sorry, I forgot to attach the file...<o:p></o:p></p><div><p class=MsoNormal>2012/3/2 Léonard PETNGA &lt;<a href="mailto:lpetnga@gmail.com" target="_blank">lpetnga@gmail.com</a>&gt;<o:p></o:p></p><p class=MsoNormal>Hi Joe,<br>Please find the requested information in attachment.<br>Thank you!<br>Leonard<o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>2012/3/1 Joe Porter &lt;<a href="mailto:joe.porter@gmail.com" target="_blank">joe.porter@gmail.com</a>&gt;<o:p></o:p></p><p class=MsoNormal>Leonard,<br><br>Can you post a few screen capture images of the metamodel structure<br>you're interested in and the proposed rules?<br><br>Thanks,<br>-Joe<br><br>2012/3/1 Léonard PETNGA &lt;<a href="mailto:lpetnga@gmail.com" target="_blank">lpetnga@gmail.com</a>&gt;:<o:p></o:p></p><div><div><p class=MsoNormal>&gt;<br>&gt; Hi everyone! I'm a new user of the GME/GREAT tool suite and I have some<br>&gt; questions for you guys.<br>&gt; 1.&nbsp; I have written a rule containing a pattern including an abstract class<br>&gt; (at level n). I want GREAT to use this rule to create an object based on the<br>&gt; pattern provided as input. However, in my next rule, I need to get access to<br>&gt; the inherited classes (level n-1) in the next rule ie the real objects<br>&gt; abstracted. Since GREAT does not allow me to represent inheritance (as<br>&gt; specified in the Metamodel) can I just (in the next rule) connect the real<br>&gt; objects at n-1 to the real one at n+1 as children and parent by bypassing<br>&gt; the abstract class? If no please clarify this point to me. I will also<br>&gt; welcome any more efficient way to handle this kind of situation.<br>&gt; 2. Is there anyway to &quot;debug&quot; or test the transformation rule by rule prior<br>&gt; to running the Master interpreter?<br>&gt; Thank,<br>&gt; Leonard<br>&gt;<br>&gt;<br>&gt;<o:p></o:p></p></div></div><p class=MsoNormal>&gt; _______________________________________________<br>&gt; great-users mailing list<br>&gt; <a href="mailto:great-users@list.isis.vanderbilt.edu" target="_blank">great-users@list.isis.vanderbilt.edu</a><br>&gt; <a href="http://list.isis.vanderbilt.edu/mailman/listinfo/great-users" target="_blank">http://list.isis.vanderbilt.edu/mailman/listinfo/great-users</a><br>&gt;<br>_______________________________________________<br>great-users mailing list<br><a href="mailto:great-users@list.isis.vanderbilt.edu" target="_blank">great-users@list.isis.vanderbilt.edu</a><br><a href="http://list.isis.vanderbilt.edu/mailman/listinfo/great-users" target="_blank">http://list.isis.vanderbilt.edu/mailman/listinfo/great-users</a><o:p></o:p></p></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>