<span class="gmail_quote"></span>Hi Matt<br><div><br>I was simply hoping that there was some simple api that I could use to generate my output without having to implement it my self. <br>I imagine something like <br><br>Iterator i = 
selected.iterator();<br>while (
i.hasNext()) {<br>&nbsp; JBuilderObject element = (JBuilderObject) i.next();<br><br>&nbsp; JavaClass jc =&nbsp; SimpleAPI.CreateSource(new file(element.getName()), Java); <br>&nbsp; jc.addAttrib(element.getAttribute(Jadajada, whatever));<br>

&nbsp; jc.setAttrib(element.getAttribute(Jadajada), value);<br>&nbsp; jc.addMethod(new MethodSignature(name, returnType, params))<br>&nbsp; jc.defineMethod(name, new MethodDefinition(contentOfTheMethod));<br>&nbsp; jc.flush(); //generate a file containing java source code 
<br>}<br><br>As I haven't given this example too much thourght there are probably some bad design issues related to it so please don't give it too much attention. The main point is that I, with something like this, would be able to create java or c# source code without having to worry too much about the correctness of my source code output. 
<br><br>regards, <br>Nicki</div><div><span class="e" id="q_10cfc44eee456124_1"><br><br><div><span class="gmail_quote">On 8/11/06, <b class="gmail_sendername">Matthew J. Emerson</b> &lt;<a href="mailto:mjemerson@isis.vanderbilt.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
mjemerson@isis.vanderbilt.edu</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can you provide some more information on exactly what you're looking for, and how you would expect it to work? If it doesn't exist, maybe it's worth building.
<br><br>--Matt<br><br><br>-----Original Message-----<br>From:&nbsp;&nbsp; <a href="mailto:gme-users-bounces@list.isis.vanderbilt.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">gme-users-bounces@list.isis.vanderbilt.edu
</a> on behalf of Adi Mallikarjuna Reddy V<br>Sent:&nbsp;&nbsp; Thu 8/10/2006 11:18 PM
<br>To:&nbsp;&nbsp;&nbsp;&nbsp; gme-users<br>Cc:<br>Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Re: [gme-users] Strategy for source code generation<br><br>Hey Nicki,<br>Even I am also looking for that kind of thing. Even I have to write it from<br>scratch to generate code from the model. Is there any one who is working on
<br>the similar lines?.<br><br>Regards<br>Adi<br><br>On 8/11/06, Nicki Lehmann Møller &lt;<a href="mailto:nicki@itu.dk" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">nicki@itu.dk</a>&gt; wrote:<br>
&gt;<br>&gt; Hi all!<br>&gt;<br>&gt; After having worked a bit with the GME I'm wondering if some of you guys
<br>&gt; or girls can help with the transformation of my model into source code<br>&gt; (preferably C# but Java will do). I'm currently building my interpreter<br>&gt; using the JAVA API (BON) and the only strategy that I know of is to build
<br>&gt; the whole source code output library myself :( I was however hoping that<br>&gt; some of you knew of some tool, api or strategy that could ease the source<br>&gt; code generation a bit.<br>&gt;<br>&gt; Kind regards,
<br>&gt; Nicki<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; gme-users mailing list<br>&gt; <a href="mailto:gme-users@list.isis.vanderbilt.edu" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
gme-users@list.isis.vanderbilt.edu</a><br>&gt; 
<a href="http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://list.isis.vanderbilt.edu/mailman/listinfo/gme-users</a><br>&gt;<br>&gt;<br>
&gt;<br></blockquote></div></span></div><br>