<?xml version='1.0' encoding='UTF-8' ?>
<rss version="2.0" xmlns:admin="http://webns.net/mvcb/" xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:icbm="http://postneo.com/icbm" xmlns:includedComments="http://www.laudably.com/rss2-comments" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
	<channel>
		<title>Steven Kelly on DSM</title>
		<link>http://www.metacase.com/blogs/stevek/blogView</link>
		<description>Domain-Specific Modeling: A Toolmaker Perspective</description>
		<webMaster>stevek@metacase.com</webMaster>
		<lastBuildDate>Fri, 12 Feb 2010 09:09:31 PST</lastBuildDate>
		<admin:generatorAgent rdf:resource="http://www.cincomsmalltalk.com/CincomSmalltalkWiki/CSTBlogModule"></admin:generatorAgent>
		<admin:errorReportsTo rdf:resource="mailto:stevek@metacase.com"></admin:errorReportsTo>
		<dc:language>en-us</dc:language>
		<dc:creator>Steven Kelly</dc:creator>
		<dc:rights>Copyright 2005- Steven Kelly</dc:rights>
		<dc:date>2010-02-12T09:09:31-08:00</dc:date>
		<item>
			<title>Worst Practices for Domain-Specific Modeling</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3432819161</link>
			<category>DSM</category>
			<pubDate>Mon, 12 Oct 2009 16:52:41 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">
<p><html><div xmlns="http://www.w3.org/1999/xhtml">
<p>One of the surprises for me at Code Generation 2009 was during the keynote, when I passed round a list for people to sign up to receive a pre-print of the Worst Practices for Domain-Specific Modeling article that was to appear in IEEE Software. When the list came back, I was astonished to see that basically the entire audience had signed up -- never underestimate the appeal of &quot;free&quot;!</p>

<img align="right" height="240" hspace="8" src="http://www.metacase.com/images/IEEESoftwareJulAug2009.jpg" width="180"/>

<p>I think the article is important, in that it is the first study of a large sample of DSM languages. The 20 worst practices identified were analysed from a sample spanning:</p>

<ul><li>76 cases of DSM</li><li>15 years</li><li>4 continents</li><li>several tools</li><li> 100 language creators</li><li>3 to 300 modelers per case</li></ul>

<p>IEEE Software has now published the next issue after the special issue on DSM, so it seems a fair time to point you to the final version of our article, available for free download:</p>

<blockquote><b><a href="http://www.metacase.com/papers/WorstPracticesForDomain-SpecificModeling.html"><b>Worst Practices for Domain-Specific Modeling</b></a></b><br/>Steven Kelly and Risto Pohjonen <br/>IEEE Software, vol. 26, no. 4, pp. 22-29, July/Aug. 2009<br/>doi:10.1109/MS.2009.109</blockquote>

<p><b>Stop press</b>: thanks to the efforts of the tireless Yoshio Asano of <a href="http://www.fuji-setsu.co.jp/">Fujisetsubi</a>, the article is also available in Japanese from the same page. Domo arigato, Yoshio-san! </p></div></html>
</p></div>]]></description>
			<guid isPermaLink="false">3432819161</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3432819161</wfw:comment>
		</item>
		<item>
			<title>Using UML takes 15% longer than just coding</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3432385251</link>
			<category>DSM</category>
			<pubDate>Wed, 07 Oct 2009 16:20:51 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>In the <a href="http://www.codegeneration.net/cg2009/keynotes.php">keynote</a> at Code Generation, I mentioned that empirical research shows that using UML does not improve software development productivity: depending on the study, reports ranged from -15% to +10% compared to just coding. I guess most people these days know those results from their own experience, but as the reports I was aware of were from the 1990s, it was interesting to see a more up-to-date article recently:</p>
<blockquote>WJ Dzidek, E Arisholm, LC Briand: <a href="http://www.ipd.uka.de/Tichy/uploads/folien/149/DzidekArisholmBriandBenefitsofUML_TSE2008.pdf">A Realistic Empirical Evaluation of the Costs and Benefits of UML in Software Maintenance</a>, IEEE Transactions on Software Engineering, Vol 34 No 3, May/June 2008</blockquote>
<p>Unlike many earlier studies, this uses professional developers and reasonably large tasks. The tasks all extended the same Java Struts web application, in total about 30 hours per developer. 10 developers performed the tasks with Java, and another 10 performed the same tasks with Java and Borland's Together UML tool. The developers using UML were somewhat more experienced -- 256 kLOC of Java under their belts rather than 187 kLOC, and 44% longer Struts experience -- but otherwise the groups were similar. Time was measured until submission of a correct solution, giving a reasonably sound basis for comparison. Here are the results:</p><img alt="Time to correctly complete 5 tasks: with UML 2300 minutes, without UML 2000 minutes" src="http://www.metacase.com/blogs/stevek/images/UMLOslo.png"/><p>Compared to just coding, using UML took 15% longer to reach a correct solution (the green bar). In addition, it looks like even using UML to help you understand the code gives no benefit over just reading the code: the blue and red bars are the same length as the purple bar. As the tasks only looked at extending an existing system with existing models, we can't say for sure whether the story is the same in initial implementation, but other studies indicate it.</p><p>One bad thing about the article is that it tries to obfuscate this clear result by subtracting the time spent on updating the models: the whole times are there, but the abstract, intro and conclusions concentrate on the doctored numbers, trying to show that UML is no slower. Worse, the authors try to give the impression that the results without UML contained more errors -- although they clearly state that they measured the time to a correct submission. They claim a &quot;54% increase in functional correctness&quot;, which sounded impressive. However, alarm bells started ringing when I saw the actual data even shows a 100% increase in correctness for one task. That would mean all the UML solutions were totally correct, and all the non-UML solutions were totally wrong, wouldn't it? But not in their world: what it actually meant was that out of 10 non-UML developers, all their submissions were correct apart from one mistake made by one developer in an early submission, but which he later corrected. Since none of the UML developers made a mistake in their initial submissions of that particular task, they calculated a 100% difference, and try to claim that as a 100% improvement in correctness -- ludicrous!</p><p>To calculate correctness they should really have had a number of things that had to be correct, e.g. 20 function points. Calculated like that, the value for 1 mistake would drop by a factor of 20, down from 100% to just 5% for that developer, and 0.5% over all non-UML developers. I'm pretty sure that calculated like that there would be no statistically significant difference left. Even if there was, times were measured until all mistakes were corrected, so all it would mean is that the non-UML developers were more likely to submit a code change for testing before it was completely correct. Quite possibly the extra 15% of time spent on updating the models gave the developer time to notice a mistake, perhaps when updating that part of the model, and so he went straight back to making a fix rather than first submitting his code for testing. In any case, to reach the same eventual level of quality took 15% longer with UML than without: if you have a quality standard to meet, using UML won't make you get there any more certainly, it will just slow you down.</p><p>To their credit, the authors point out two similar experiments as related work. One showed UML took 27% longer, the other 48% longer. The percentage of time spent updating models was also larger: 30-35% (which may be because those studies only measured time until the first submission of a solution: correcting bugs was probably mostly coding, so if measured to a correct solution the UML time would only increase a little and hence the percentages would drop).</p><p>So what do we learn from all this? Probably nothing new about UML, but at least a confirmation that earlier results still apply, even for real developers on realistic projects using today's UML tools. Maybe more importantly, we can see that empirical research, properly written up, is valuable in helping us decide whether something really improves productivity or not. Ignore the conclusions (they probably existed in the minds of the authors before the paper was written), but look at the data and the analysis. Throw out the chaff, and draw your own conclusions from what is left. Above all, don't blindly accept or reject what they say, just because it agrees or disagrees with your existing prejudice. There's at least a chance that you might learn something!</p></div>]]></description>
			<guid isPermaLink="false">3432385251</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3432385251</wfw:comment>
		</item>
		<item>
			<title>MERL primer for openArchitectureWare Xpand users</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3429172808</link>
			<category>DSM-tech</category>
			<pubDate>Mon, 31 Aug 2009 12:00:08 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml"> 
<p> 
<a href="http://www.metacase.com/support/45/manuals/mwb/Mw-5_3.html"> 
MERL</a> and openArchitectureWare's Xpand languages are rather similar in approach and functionality. The main differences are in syntax and keywords, so learning one if you know the other is easy. In the <a href="http://www.metacase.com/forums/forum_topics.asp?FID=1">MetaEdit+ forum</a> I've posted a quick <a href="http://www.metacase.com/forums/forum_posts.asp?TID=116">primer on how to translate from Xpand to MERL</a>. The primer is below, with comments after the respective row where necessary.</p> 
<table border="1" borderColor="#c0c0c0" cellPadding="2" cellSpacing="0"> 
<tbody> 
<tr> 
<th> Xpand</th> 
<th> MERL</th> 
</tr> 
<tr style="font-family: Courier"> 
<td> SomeFixedText</td> 
<td> 'SomeFixedText'</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;SOMECOMMAND&raquo;</td> 
<td> SOMECOMMAND</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> In XPand commands are quoted,
whereas in MERL fixed text is quoted.</font> 
</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;DEFINE foo ... ENDDEFINE&raquo;</td> 
<td> Report 'foo' ... EndReport</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> In MERL, each report is defined on
its own, not with several reports one after another in a single
text. 
<br/> Each report is defined on a particular Graph type (or the
supertype of all, Graph itself).</font> 
</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;FILE Name + &quot;.java&quot; ... ENDFILE&raquo;</td> 
<td> filename :Name '.java' write ... close</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;EXPAND foo FOREACH Bar&raquo;</td> 
<td> foreach .Bar { subreport 'foo' run }</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> You don't need to define a
subreport, you can just put the commands from foo in the {}. 
<br/> This often makes more sense, e.g. if you're not going to call
foo from elsewhere. 
<br/> &nbsp;
<br/> foreach is for navigation from a graph to its elements. 
<br/> For navigation between elements use &quot;do&quot; or &quot;dowhile&quot; (which
covers SEPARATOR):</font> 
</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;EXPAND foo FOREACH Bar&raquo;</td> 
<td> do .Bar { subreport 'foo' run }</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;EXPAND foo FOREACH Bar SEPARATOR &quot;,&quot;&raquo;</td> 
<td> dowhile .Bar { subreport 'foo' run ','}</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;this.name&raquo;</td> 
<td> :name</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;LET ... AS var ..&lt;var&gt;.. ENDLET&raquo;</td> 
<td> variable 'var' write ... close ..$var..</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> For assignments with a single
element on the right-hand side, you can use the shorter form: $var
= 'foo', $var = :foo etc.</font> 
</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;REM...ENDREM&raquo;</td> 
<td> /*...*/</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;PROTECT ID ... ... ENDPROTECT&raquo;</td> 
<td> md5id ... md5block ... md5sum</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;CSTART ... CEND ...&raquo;</td> 
<td> filename 'bar.java' 
<br/> md5start ... md5stop ... 
<br/> merge .. .. .. close</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> The start and end sequences are
specified in the filename command, since they will be the same for
the whole file</font> 
</td> 
</tr> 
<tr style="font-family: Courier"> 
<td> &laquo;this.name.toUpper()&raquo;</td> 
<td> :Name%upper</td> 
</tr> 
<tr> 
<td colSpan="2"> 
<font color="#000066" size="2"> For text manipulation, e.g. with
Java in oAW, you can use MERL 
<a href="http://www.metacase.com/support/45/manuals/mwb/Mw-5_3_6.html#_Ref190594241" target="_blank"> translators</a> . Many are defined in _translators,
such as %upper a-z A-Z, and you can define your own to convert any
combination of characters, strings and regular expressions.</font> 
</td> 
</tr> 
</tbody> 
</table> 
</div>]]></description>
			<guid isPermaLink="false">3429172808</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3429172808</wfw:comment>
		</item>
		<item>
			<title>Re: Processing of MetaEdit  Models with oAW</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</link>
			<category>DSM-tech</category>
			<pubDate>Fri, 28 Aug 2009 14:49:21 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">



<p>Heiko Kern has written a great set of information on how to <a href="http://blog.integration-engineering.de/2009/08/processing-of-metaedit-models-with-oaw">process MetaEdit+ models with oAW</a> (the openArchitectureWare model transformation tools for Eclipse). The integration he's built is a great example of how easy it is to <a href="http://www.metacase.com/mwb/integration.html">integrate MetaEdit+</a> with other tools:</p>

<ul><li>You can export models or metamodels from MetaEdit+ as XML. The format is an extension of the open Graph eXchange Language standard, <a href="http://www.gupro.de/GXL/tools/tools.html">GXL, supported by over 40 tools</a>.</li><li>You can quickly write a little generator to output your models in whatever XML or other text format you want.</li><li>MetaEdit+ can call other tools from its generators, e.g. for build integration.</li><li>Other tools can call MetaEdit+ with command-line parameters to specify a series of actions to run.</li><li>Other tools can call MetaEdit+ through its WebServices / SOAP API, to create/read/update/delete any data in models, and for control integration, e.g. to animate models for model-level debugging.</li><li>You can import models or metamodels as XML.</li><li>You can import text in any format and convert it to models via <a href="http://www.metacase.com/forums/forum_posts.asp?TID=44">reverse engineering</a> generators.</li></ul><p>At last year's OOPSLA <a href="http://www.dsmforum.org/events/DSM08/">DSM workshop</a>, Heiko had an article about his <a href="http://www.dsmforum.org/events/DSM08/Papers/3-Kern.pdf">MetaEdit+ / Eclipse integration</a>. We had a good discussion about it, in particular about his reasons for building it. His paper gave the impression that he wanted to use oAW  rather than MetaEdit+'s own MERL generator language, because he needed some specific features in oAW. It turned out though that he hadn't actually used MERL, and didn't realise that MERL and oAW's XPand are actually very similar in terms of approach and functionality. </p>

<p>MERL tends to be a little more succint: here is the MERL generator to output simple Java classes for a UML Class Diagram, as in Heiko's example:</p>

<style type="text/css">

.fixedtext { background-color: #F0F0F0; color:#800000 }

.metamodel { color: #006000}

.variable { color: #6699FF }

</style>

<pre>subreport '_translators' run



foreach <span class="metamodel">.Class [UML]</span>

{  filename id '.java' write

      '<span class="fixedtext">public class </span>' id '<span class="fixedtext"> {</span>' <span class="variable">$cr2</span>



      do <span class="metamodel">:Attributes</span>

      {  '<span class="fixedtext">   </span>' <span class="metamodel">:Visibility</span> '<span class="fixedtext"> </span>' <span class="metamodel">:Data type;</span> '<span class="fixedtext"> </span>' <span class="metamodel">:Name</span> '<span class="fixedtext">;</span>' <span class="variable">$cr2</span>



         '<span class="fixedtext">   public void set</span>' <span class="metamodel">:Name</span>%firstUpper '<span class="fixedtext">(</span>' <span class="metamodel">:Data type;</span> '<span class="fixedtext"> </span>' <span class="metamodel">:Name</span> '<span class="fixedtext">) {</span>' <span class="variable">$cr</span>

         '<span class="fixedtext">      this.</span>' <span class="metamodel">:Name</span> '<span class="fixedtext"> = </span>' <span class="metamodel">:Name</span> '<span class="fixedtext">;</span>' <span class="variable">$cr</span>

         '<span class="fixedtext">   }</span>' <span class="variable">$cr2</span>



         '<span class="fixedtext">   public </span>' <span class="metamodel">:Data type;</span> '<span class="fixedtext"> get</span>' <span class="metamodel">:Name</span>%firstUpper '<span class="fixedtext">() {</span>' <span class="variable">$cr</span>

         '<span class="fixedtext">      return this.</span>' <span class="metamodel">:Name</span> '<span class="fixedtext">;</span>' <span class="variable">$cr</span>

         '<span class="fixedtext">   }</span>' <span class="variable">$cr2</span>

      }

      '<span class="fixedtext">}</span>'

   close 

}

</pre>

<p>Heiko's oAW XPand code is 65% longer. Even ignoring the extra loop over all Class Diagrams that Heiko needs (MetaEdit+ offers that automatically in the UI or via the forAll:run: command-line parameter), oAW is still over 20% longer. The actual difference isn't that important: I'm sure both could be made shorter for this example, but the current code is typical of what is generally written. My point is that there's no real saving to be had by using XPand instead of MERL. If your models are in MetaEdit+, use MERL; if they're in Eclipse, use oAW. Having integration is great, but if you can avoid using it then that's even better. </p>

</div>]]></description>
			<guid isPermaLink="false">3428923761</guid>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:puid>
					<includedComments:author>Heiko Kern</includedComments:author>
					<includedComments:pubDate>2009-09-02T20:36:46-07:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Hi Steven, thank you for your response to my article. I agree with you in many points. Nevertheless, I would like to address some issues. The (re-)implementation of the UML-to-Java example in MERL is really nice and shows the expressiveness of MERL. However, your comparison between my oAW variant and your MERL variant doesn't consider the following two facts. Firstly, in my oAW example, the model structure is the result of the M3B between MetaEdit+ and Eclipse EMF. Hence, I need some additional (select/query) operations. Secondly, your MERL variant uses a loop over all attributes, instead my variant uses the EXPAND mechanism. Both facts blow up the code unnecessarily. A solution to the first problem could be the implementation of generic operations that are equivalent to MetaEdit+ operations (e.g. the loop over all diagrams of a certain type). These operations could be implemented as an additional feature of the M3B and could be reused in different EMF-based tools. A solution to the second point is the use of oAW's &amp;laquo;FOREACH&amp;raquo;&amp;laquo;ENDFOREACH&amp;raquo; expression. These two changes should be enough in order to achieve the same code length as your MERL transformation.&lt;/p&gt;
&lt;p&gt;Furthermore, I want to say something about my motivation for building the MetaEdit-EMF-Bridge. My research interests are in DSM/MDD and especially in metamodeling and model interoperability. I investigate an approach that I call M3-level-based Bridge or Metametamodel-based Transformation. This approach allows me to achieve model interoperability between model hierarchies consisting of three levels. The MetaEdit-EMF-Bridge is one application of this M3B approach. The use of this bridge, the discussion about this bridge, and so on gives me valuable feedback and experience for my research work. In my opinion the MetaEdit-EMF-Bridge is an interesting case because both tool spaces cover equal DSM/MDD tasks. The functionality of MetaEdit+ and of EMF-based tools are very similar. But maybe there are other reasons for using EMF-based tools instead of MetaEdit+. I think from a practical view, our articles provide a good conclusion. If both tool spaces complement each other then the bridging concept is very useful. Conversely this means, if both tool spaces are almost equal then it is less useful.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Re: Re: Processing of MetaEdit Models with oAW</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:puid>
					<includedComments:author>Steven Kelly</includedComments:author>
					<includedComments:pubDate>2009-09-08T17:30:58-07:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Thanks Heiko, I'd imagined that it should be possible to make your code a little shorter. I'm not sure why in Xpand it is common to use EXPAND rather than just FOREACH - maybe because there tend to be many generators in one file/window, so there is more need to split things up to stop it becoming one big long mess? In MetaEdit+ each generator is seen on its own, classified by graph type and generator name.&lt;/p&gt;
&lt;p&gt;I'd agree that MetaEdit+'s MERL and oAW's Xpand are close enough that in general bridging in either direction isn't necessary. However, I don't agree that "the functionality of MetaEdit+ and of EMF-based tools are very similar". And nor does Markus Voelter: he'd much rather have the&amp;nbsp;&lt;a href="http://voelterblog.blogspot.com/2006/10/mdsdple-conference-in-leipzig.html"&gt;"really cool"&amp;nbsp;Diagram Editor of MetaEdit+&lt;/a&gt; than &lt;a href="http://voelterblog.blogspot.com/2009/06/gmf-is-still-awful.html"&gt;GMF's "awful" editors&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Maybe the real solution is just to do your model editing and processing&amp;nbsp;in MetaEdit+, and simply link to it from your favourite IDE - as many of our users in both Eclipse and VisualStudio do. You can open repositories and/or individual models by clicking on them in the source tree in your IDE, and generation in MetaEdit+ can add files to the source tree in your IDE (if you want), or you can run generation from the IDE or whatever your favourite build tool is.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Re: Re: Processing of MetaEdit Models with oAW</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:puid>
					<includedComments:author>Dex Fischer</includedComments:author>
					<includedComments:pubDate>2010-02-05T11:47:57-08:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Guys, I thank both of you for the most informative posts. I read and downloaded both articles &lt;em&gt;[dubious comment link removed. -Ed]&lt;/em&gt; and understood the main idea. The only question arises. Can we transform an EPC model, such as the one in Figure 3 after the transformation of the metamodel from MetaEdit to EMF?&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title></includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3428923761</includedComments:puid>
					<includedComments:author>Steven Kelly</includedComments:author>
					<includedComments:pubDate>2010-02-05T11:59:47-08:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Dear Dex,&lt;/p&gt;
&lt;p&gt;It's great to see entities like you taking an interest in meta-metamodels. Admittedly your question is a rather simple transformation of a line from Heiko's article:&lt;/p&gt;
&lt;p&gt;"After the transformation of the metamodel from MetaEdit to EMF, we can transform an EPC model, such as the one in Figure 3"&lt;/p&gt;
&lt;p&gt;Of course that line answers your question, which is a bit of a giveaway that you don't yet pass the Turing Test. But still I'm impressed.&lt;/p&gt;
&lt;p&gt;Yours sincerely,&lt;br /&gt;Steve's automated spam detecter.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Re: Re: Processing of MetaEdit Models with oAW</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3428923761</wfw:comment>
		</item>
		<item>
			<title>Code Generation 2009 round-up</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3423259520</link>
			<category>DSM</category>
			<pubDate>Wed, 24 Jun 2009 01:25:20 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">



<p>Once again, <a href="http://www.codegeneration.net/cg2009/">Code Generation</a> 

proved itself as the best European conference on Model-Driven Development. Lots 

of smart people, lots of experience, lots of enthusiasm, lots of willingness to 

listen and learn from others. Even though having to prepare and run some 

sessions hampered me from seeing as much of the rest as I'd like, there's still 

too much to write for one blog post. I'll post about things I'm certain of 

first, and come back to things like Xtext and MPS after further investigation.</p>

<h3>Keynotes</h3>

<p>The two keynotes, both presented as a double act by me and

<a href="http://www.voelter.de/" target="_blank">Markus V&ouml;lter</a>, seemed to go 

down well. Mark Dalgarno had a surprise up his sleeve, presenting us with a 

blind choice of weapons from a black bag. We then had to

<a href="http://www.flickr.com/photos/33466493@N04/3638230884/in/pool-cg2009" target="_blank">

duel it out</a>, graphical DSM against textual DSLs, with the plastic gun and 

dagger we picked. Since I got the gun, I think the result was a foregone 

conclusion :-). The dagger may be a &quot;weapon from an earlier, more civilized 

age&quot;, but it's only useful if you can get in close to your adversary. Similarly, 

text may be more familiar, but it does often tie you closer to the code; problem 

domain DSLs in text seem as rare as accurate knife throwers. Markus successfully 

stabbed me in the back later on, so that evened things up and emphasized the 

point from our slides: both text and graphics are useful in the right place. 

Choose, but choose wisely.</p>

<p>It was fun to see the keynote get picked up on Twitter:</p>



<blockquote><a href="http://twitter.com/EelcoVisser"><img src="http://s3.amazonaws.com/twitter_production/profile_images/135809182/self_normal.jpg" style="margin-right: 4px; float: left"/></a>

<a href="http://twitter.com/EelcoVisser/statuses/2220107629">

EelcoVisser</a>: keynote by @markusvoelter and Steven Kelly at #cg2009: great overview of issues in model-driven development 

<br clear="all"/></blockquote>



<blockquote><a href="http://twitter.com/HBehrens"><img src="http://s3.amazonaws.com/twitter_production/profile_images/87000893/HeikoProfil_normal.jpg" style="margin-right: 4px; float: left"/></a>

HBehrens: Steven Kelly at #cg2009 keynote: &quot;wizard based generators create a large legacy application you've 



never seen before&quot; 

<br clear="all"/></blockquote>



<p>The latter was picked up by several people. The reference was to 

vendor-supplied wizards, often found in IDEs or SDKs, that create skeleton 

applications for you based on your input. Since the vendors take pride in just 

how much boilerplate they can spew out, you're left with a mass of generated 

code that you've never seen before, but must extend with your own code. Worse, 

you're responsible for maintaining the whole ensuing mixture, and there's no 

chance of re-running the wizard to change some of the choices -- at least not 

without losing or invalidating the code you've added. That's in sharp contrast 

with generation in DSM, where your input is in the form of a model which you can 

edit at any time. You get the speed of generation but can remain at a high level 

of abstraction throughout.</p>

<h3>MetaEdit+ Hands-on</h3>

<p>We'd decided to try something special in the hands-on: building 5 different 

graphical modeling languages from scratch in under 3 hours. Rather than being 

random exercises, the languages were increasingly good ways of modeling the same 

domain. We started with something that was basically just the current code 

turned into graphics, and ended up with a language that reduced the modeling 

work to a third of what it was at its worst, with many possible errors ruled out 

by the language design and rules, and with much better scope for reuse. We 

showed how to make generators for all the languages, and actually built them for 

two. And of course since this was MetaEdit+, simply defining the metamodel 

already gave you a full graphical modeling environment -- we just tweaked the 

symbols to taste.</p>

<p>Never having run the session before, we were rather nervous about how much we 

could achieve in the time available. In the end, thanks to great slides from 

Risto Pohjonen and testing from Janne Luoma, it seems we pretty much hit our 

target. Only at the very end of the last language did we have some people only 

just starting the last section (the generator) while others were finishing it 

and going on to beautify the symbols or play around with other fun features of 

MetaEdit+. Hopefully people learned not just about MetaEdit+ as a tool, but also 

how to make better languages and improve existing ones. Feedback online was 

encouraging:</p>



<blockquote><a href="http://twitter.com/PeterBell"><img src="http://s3.amazonaws.com/twitter_production/profile_images/272698998/green_6524_peter_normal.jpg" style="margin-right: 4px; float: left"/></a>

<a href="http://twitter.com/PeterBell/statuses/2206790592">

PeterBell</a>: Great metaedit hands on - built and refactored language and generator in just a couple of hours at #cg2009 

<br clear="all"/></blockquote>



<blockquote><a href="http://twitter.com/elsvene"><img src="http://s3.amazonaws.com/twitter_production/profile_images/58726240/Foto_3_normal.jpg" style="margin-right: 4px; float: left"/></a>

<a href="http://twitter.com/elsvene/statuses/2206971239">

elsvene</a>: been to a great hands-on session for MetaEdit+. Really interesting tool! #cg2009 

<br clear="all"/></blockquote>



<blockquote><a href="http://twitter.com/HBehrens"><img src="http://s3.amazonaws.com/twitter_production/profile_images/87000893/HeikoProfil_normal.jpg" style="margin-right: 4px; float: left"/></a>

<a href="http://twitter.com/HBehrens/statuses/2206721207">

HBehrens</a>: for me MetaEdit is the most sophisticated graphical modeling tool currently available #cg2009. Thanks for this session! 

<br clear="all"/></blockquote>







<h3>Dinner</h3>

<p>The conference dinner was of the high standard you'd expect from a Cambridge college. The airy hall and 

contemporary art lent a friendly ambience. The large round tables weren't particularly conducive to 

conversation: you could only really talk to the people either side of you without shouting or craning your 

neck. On long tables you can reach 5 people for the same effort. I was fortunate to be sitting between Scott 

Finnie and Jon Hurwitz, so I certainly didn't suffer. </p>



<p>The &quot;suffering&quot; started later, when there was a raffle in aid of Bletchley Park, the home of Allied code-breaking work in World War II. 

I ended up 

<a href="http://www.flickr.com/photos/33466493@N04/3638235028/in/pool-cg2009" target="_blank">winning a prize donated by Microsoft</a>: a screwdriver 

toolkit and MSDN T-shirt, causing much hilarity and bad jokes about finally getting Microsoft tools that 

didn't crash. The irony continued when Alan Cameron Wills won a signed copy of our Domain-Specific Modeling 

book -- despite having received one from us last year. Either the older British segment of the audience were 

most inclined to support Bletchley Park by buying raffle tickets, or then the draw was rigged to encourage 

vendor co-operation. The people on my table were having none of that, and encouraged me to 

<a href="http://www.flickr.com/photos/33466493@N04/3638235268/in/pool-cg2009">cover up the 

Microsoft logos</a> :-). All in all a good laugh, and in a good cause.</p>

</div>]]></description>
			<guid isPermaLink="false">3423259520</guid>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3423259520</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3423259520</includedComments:puid>
					<includedComments:author>Peter Bell</includedComments:author>
					<includedComments:pubDate>2009-06-24T15:57:27-07:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Thanks for the great keynote - a really nice&amp;nbsp; overview of the core concepts, and I love the gun/knife metaphor :-)&lt;/p&gt;
&lt;p&gt;The MetaEdit+ hands on was just right for getting comfortable with creating and modifying the languages. The only thing that would have made it perfect would have been if scheduling had allowed for a full morning working on the languages and a full afternoon getting really comfortable writing the generators. It would be great if you could do a session on the generators next year, but I'm not sure that would make sense for people who hadn't done the meta model/model creation session this year.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Thanks!</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3423259520</wfw:comment>
		</item>
		<item>
			<title>Oslo Quadrant reviews</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3422287032</link>
			<category>DSM-tech</category>
			<pubDate>Fri, 12 Jun 2009 19:17:12 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p>The May 26th CTP of Oslo includes the first public version of Quadrant, Microsoft's visual model editor. I've had my head down on other topics, so haven't had a chance to play with it yet, but here are some reviews from others.</p>
<p>Charles Young, <a href="http://geekswithblogs.net/cyoung/archive/2009/05/27/132452.aspx">Initial experiments</a></p><blockquote>Microsoft is publically committed to providing strong UML and XMI support in 'Oslo' and this is our first glimpse of what they intend. ... My initial experiments with LoadUML suggest that the tool is not yet fully functional. For example, it fell over the use of the xmi:type attribute on the uml:Model element. It failed to handle a type element of an ownedAttribute, and it didn't recognise the packageImport element. The error messages were not always very helpful and the tool is slow...</blockquote><blockquote>Initial experiments with LoadAssembly went a little more smoothly. Again, the tool is very slow, and can take several minutes to complete imports...</blockquote><blockquote>This early version of Quadrant has big problems with big models. It could, in some cases, take several minutes of 100% CPU usage to display the contents of a folder. Memory usage can also grow to monumental proportions...</blockquote><blockquote>All in all, don&rsquo;t expect Quadrant or the new loaders to behave very well. This is very early preview code. </blockquote><p>Charles did manage to get an XMI file and .NET assembly imported after some messing around, so it wasn't all bad. But those speed and memory problems aren't going to go away just by optimising code: scalability is something that must be architected in from the start.</p><p> Frank Lillehagen, <a href="http://activeknowledgemodeling.com/2009/05/29/microsoft-oslo-quadrant-first-impressions/">Quadrant - First Impressions</a> (I had the pleasure of meeting <a href="http://activeknowledgemodeling.com/about/">Frank</a> in May 2001, when he was VP at Computas and responsible for the <a href="http://en.wikipedia.org/wiki/Metis_(software)">Metis</a> modeling tool - first released in 1991!)</p><blockquote>Quadrant's user interface is novel, uniform, and functional, but a bit cumbersome, and as an early preview it exposes a lot of the underlying wiring, nuts and bolts. Some functionality is well supported, such as customizing views and interacting with large models in multiple workpads. On the other hand, services for e.g. relationship modeling are poor. ... Visualization is the focus, more than modeling.</blockquote><blockquote>The layout of diagrams is partially automated, however when you close and reopen a diagram, it will revert to an automatic layout, not keeping the location changes you made manually the last time. </blockquote><blockquote>The support for key visual modeling concepts like relationships is not native, and limited. Quadrant does not recognize many-to-many relationships from entities, leading to diagrams ... where [half] the shapes are really relationships that ... should be shown as links. </blockquote><p>From the pictures Frank posted, the existing models in Oslo break many principles of good modeling design. Having automatic layout that loses your manual layout changes pretty much rules out the chance of getting to know your way around your models, for any diagram more complex than a simple tree. And having no n-ary relationships is going to mean unwelcome hacking for both metamodelers and modelers: many relationships are binary, but certainly not all.</p><p>I'll continue to follow the progress of Quadrant with interest, but there seems little point getting my hands dirty with it yet. It's a shame that it seems to be back to square one for modeling at Microsoft - this is like the early versions of DSL Tools, and you'd think they'd have moved on in the 5 years since we first saw that. When we did a complete rewrite of MetaEdit (released 1993) to get the first version of MetaEdit+ (1995), there was rather a lot more that worked, and the scalability was already in place. The UI wasn't pretty, so we'll give Quadrant the thumbs up on that score, but the real worth of an application like this lies between the UI and the database. If Quadrant only works for binary relationships, autolayout, and small models, there's some major rework needed before it becomes a serious contender. Let's hope their bosses give them chance to do it!</p></div>]]></description>
			<guid isPermaLink="false">3422287032</guid>
			<includedComments:comment-collection>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3422287032</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3422287032</includedComments:puid>
					<includedComments:author>Håvard Jørgensen</includedComments:author>
					<includedComments:pubDate>2009-06-13T14:39:54-07:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Good of you to refer to our blog (though you got the author wrong). I've made a minor revision in one of the sections you quote, based on &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/oslo/thread/8e99b707-552a-4cc6-8f6b-c5722761f623"&gt;a closer examination of the mechanisms for tailoring views&lt;/a&gt;. No surprising, there is more under the hood than Microsoft has documented publicly so far.&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>An update on relationships and view customisation</includedComments:title>
				</includedComments:comment>
				<includedComments:comment>
					<includedComments:guid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3422287032</includedComments:guid>
					<includedComments:puid>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3422287032</includedComments:puid>
					<includedComments:author>Steven Kelly</includedComments:author>
					<includedComments:pubDate>2009-06-14T11:57:00-07:00</includedComments:pubDate>
					<includedComments:content>&lt;div xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;p&gt;Sorry to have got the wrong&amp;nbsp;author,&amp;nbsp;H&amp;aring;vard: I knew the two of you wrote for that blog, but thought Frank was responsible for this entry - I'd read another entry of his and mixed the two up in my head.&lt;/p&gt;
&lt;p&gt;The question of where to store information about what is graphically or semantically a relationship and what is an object is an interesting one. For Oslo and Quadrant, where the idea seems to be more the ability to visualize data in many ways, it maybe makes sense to store this as "hints" outside the original (abstract) metamodel. However, if the intention is to make a graphical modeling tool, in particular for DSM, where each abstract metamodel will only have one concrete syntax, then this extra indirection just makes life hard for the metamodeler. That's one of the main problems with EMF + GMF, and why they need five different tools to cobble together a basic graphical editor.&lt;/p&gt;
&lt;p&gt;MetaEdit+ was built to support polymorphism of metatypes: an object type in one metamodel could be a relationship type in another metamodel. In practice nobody used this - NIAM is about the only language for which it is the natural implementation - so we removed that possibility, making the tool easier to understand and use. We've found that having n-ary relationships, letting objects and relationships directly reference each other via properties, and allowing a relationship to have a subgraph, is easily sufficiently powerful. After all, the results have to be understandable not just to metametamodelers, but metamodelers and their modelers too!&lt;/p&gt;
&lt;/div&gt;</includedComments:content>
					<includedComments:title>Thanks for the update</includedComments:title>
				</includedComments:comment>
			</includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3422287032</wfw:comment>
		</item>
		<item>
			<title>Getting ready for Code Generation</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3420217871</link>
			<category>DSM</category>
			<pubDate>Tue, 19 May 2009 20:31:11 PDT</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml">

<p><a href="http://www.voelter.de/">Markus Voelter</a> and I are having fun at the moment preparing our <a href="http://www.codegeneration.net/cg2009/keynotes.php">keynotes</a> for Code Generation. The descriptions on the web page are deliberately vague, but the important fact is there: we'll be giving both keynotes together.</p><p>As frequent conference attendees will know, Markus and I are both quiet, meek guys who would never presume to disagree, so the talks will most likely be boring consensus... NOT! I did suggest mud wrestling would be an easier way to settle our differences, but my imposing physical presence must have convinced Markus he'd have a better chance with PowerPoints at twenty paces.</p>
<p>In related news, Mark Dalgarno has finally realized that the concepts of &quot;early bird&quot; and &quot;software developer&quot; make uneasy bed-fellows, and the way to get people to sign up some reasonable time before conferences is to use the stick not the carrot. Yes, there's now a special not-very-early-bird price increase of 10% extra heading your way if you don't go to the site NOW and <a href="http://www.codegeneration.net/cg2009/booking.php">register</a>. </p><p>It's not all stick though: if you were there at either previous conference, you get 5% off. Canny forward thinker that he is, and with CodeGen 2026 clearly in mind, Mark isn't offering 10% off if you were there both years (darn!).</p><p>However you cut it, Code Generation is simply the best conference on DSM in Europe. Even without the mud wrestling.</p></div>]]></description>
			<guid isPermaLink="false">3420217871</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3420217871</wfw:comment>
		</item>
		<item>
			<title>Playing with Martin Fowler's DSM language</title>
			<link>http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3414834520</link>
			<category>DSM</category>
			<pubDate>Wed, 18 Mar 2009 13:08:40 PST</pubDate>
			<description><![CDATA[<div xmlns="http://www.w3.org/1999/xhtml"> 
<p> The 
<a href="http://martinfowler.com/bliki/DslBookRoadmap.html"> 
roadmap</a> for Martin Fowler's forthcoming book on DSLs indicates
that he will focus on textual DSLs. The online 
<a href="http://martinfowler.com/dslwip/Intro.html">draft of the
intro</a> does however briefly show a graphical language for a home
security system: the model in 
<a href="http://martinfowler.com/dslwip/Intro.html#intro_metaEdit.png"> 
Figure 6</a> is implemented with MetaEdit+, based on the original 
<a href="http://martinfowler.com/dslwip/Intro.html#MissGrantsController"> 
textual requirements</a>:</p> 
<blockquote>Miss Grant has a secret compartment in her bedroom that
is normally locked and concealed. To open it she has to close the
door, open the second draw in her chest, turn her bedside light on
- and then the secret panel is unlocked for her to
open.</blockquote> 
<p> Juha-Pekka has been using Martin's example as a way of showing
how to implement a DSM language in MetaEdit+ (Parts 
<a href="http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3405685238"> 
1</a> and 
<a href="http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3409991754"> 
2</a> ), and in Part 
<a href="http://www.metacase.com/blogs/jpt/blogView?showComments=true&amp;entry=3411050942"> 
3</a> he points out some problems with the original language: too
broad a focus, unclear usage process, and too low a level of
abstraction. Juha-Pekka correctly suggests going back to the basics
of the domain to discover the necessary language concepts, rather
than trying to shoehorn this domain into a generic state model.</p> 

<p> As an exercise, however, I thought it might be interesting to try to
improve Martin's language as it is, rather than starting from
scratch. How much of DSM is &quot;you just have to know how to do it&quot;,
and how much can be reduced to simple steps that anyone could
apply? Obviously, the more of the latter that we can find, the
easier it is for somebody to get started. Our 
<a href="http://dsmbook.com/">DSM book</a> aimed at just this
kind of practical approach; let's take a few hints from there and
apply them to Martin's language. We'll show the model in the
current state of the language as we evolve it: click the pictures
to see the full size screenshot.</p> 
<h3> Use meaningful symbols</h3> 
<p> 
<a href="http://www.metacase.com/blogs/stevek/images/MissGrant0.png"> 
<img align="right" alt="Miss Grant's model with meaningful symbols" src="http://www.metacase.com/blogs/stevek/images/MissGrant0_small.png"/> 
</a> Martin's language uses just black and white shapes, the kind
you might see in a standard flow chart palette. Only the text
within the shapes gives a clue as to the actual domain: words like
&quot;door&quot;, &quot;drawer&quot;, &quot;light&quot; and &quot;panel&quot; occur many times. However, the brain takes a lot longer to find all occurrences of a word in a
picture than it does to find all occurrences of a symbol. Try it
yourself: how many times does the door symbol appear in the picture
on the right, and how many times does the word &quot;door&quot; appear in
Martin's 
<a href="http://martinfowler.com/dslwip/Intro.html#intro_metaEdit.png"> 
Figure 6</a>? (You'll actually notice a slight discrepancy:
Martin's diagram omits the &quot;reset all / return to start&quot; event
caused by the door opening, shown at the extra door at the top left in our diagram;
he mentions this elsewhere in the draft.)</p> 
<h3>Reuse objects</h3> 
<p><a href="http://www.metacase.com/blogs/stevek/images/MissGrant1.png"><img align="right" alt="Miss Grant's model with objects reused" src="http://www.metacase.com/blogs/stevek/images/MissGrant1_small.png"/></a>Having four door objects like this obviously isn't ideal: Martin had them, but the problem wasn't so visible there because they a) couldn't be distinguished from other objects, and b) didn't so clearly represent something in the physical world -- the problem domain. Now that we have them visible, it would be nicer if we could show that there's really only one door in this model, and it is involved in four different events or actions. So let's merge the four doors into one, and similarly for the panel. </p><p>The light bulbs and drawers are harder: if we merge them, we end up with either lots of crossing lines, or objects on top of each other -- <a href="http://www.metacase.com/blogs/stevek/images/MissGrant1a.png">ugly</a>. Maybe there's something else we could do for them?</p>
<h3>Consider n-ary relationships</h3><p>N-ary relationships -- relationships involving more than two objects -- are everywhere: a &quot;family&quot; relationship links a father, mother and children; an inheritance relationship links a superclass with several subclasses. When people draw a diagram on paper, they're happy drawing lines that split. However, implementers of modeling tools have often misanalyzed the simplest and most common case of a binary relationship, and ended up thinking relationships can only connect two objects. They end up having to represent n-ary relationships with a fake object in place of the relationship. Such fake relationship objects leave the modeling language inconsistent, as the user can draw a &quot;relationship object&quot; on its own without connecting it to anything. They also make checking model correctness much harder, as the rule for what can be connected in a certain kind of relationship must be split over several relationships, all cobbled back together through the fake relationship object. (For more details, see Welke's article from my previous entry on <a href="http://www.metacase.com/blogs/stevek/blogView?showComments=true&amp;entry=3414676783">The Model Repository</a>.)</p>

<p><a href="http://www.metacase.com/blogs/stevek/images/MissGrant1b.png"><img align="right" alt="Miss Grant's model with several events allowed for a transition" src="http://www.metacase.com/blogs/stevek/images/MissGrant1b_small.png"/></a>If you're lucky enough to have a tool that supports n-ary relationships properly, take a look at your modeling language and see if you can make a more complex structure of objects into a simpler one by connecting several objects with a single relationship. In this case, Martin already shows excellent taste by using n-ary relationships for transitions :-) -- but maybe we can go a bit further still. On the left path between Active and Unlocked panel we can see the sequence &quot;Drawer opens&quot;, &quot;Waiting for light&quot;, &quot;Light on&quot;; on the right path we have &quot;Light on&quot;, &quot;Waiting for drawer&quot;, &quot;Drawer opens&quot;. If we go back to the original text, we can see that all this means is that we wait for the drawer to open and the light to come on: both must happen, but in either order. So why not just have a single transition with two events to trigger it? We can make that the default semantics of a transition: it waits for all attached events to happen, in any order. To remind ourselves that such transitions will wait for all events, we show a little block on them where the lines meet. If we wanted to support the case where either one event or the other could happen, but not both (XOR), we could have a property in the transition to specify whether it is AND or XOR, or then simply require the user to draw two transitions between the two states. In either case the amount of extra work for the XOR case is much less than is needed in a generic state model for the AND case, which requires the insertion of extra &quot;Waiting for...&quot; states -- only two here, but imagine covering all possibilities if there were 5 events that could happen in any order. (Exercise for the reader: how many &quot;Waiting for&quot; states would that require? Hint: we can do better than 5 factorial.)</p>

<h3>Rule out corner cases</h3>

<p><a href="http://www.metacase.com/blogs/stevek/images/MissGrant2.png"><img align="right" alt="Top level model for Miss Grant" src="http://www.metacase.com/blogs/stevek/images/MissGrant2_small.png"/></a>An important feature of good DSM languages is that they make the job of the modeler easier. In Martin's language, one of the hard things to see is in which states are the panels, doors etc. unlocked. We can see the actions that unlock them, but to know the state of a panel in a given state, we need to play through all possible routes that can get to that state. As the whole point of this language is to describe when things are locked or unlocked, this is quite a serious problem. Is there a way that we can make things clearer to the modeler? If we look at a few of these models, we see a common pattern emerge. On the right here a panel is unlocked by a state &quot;Panel unlocked&quot;, and there is a transition from that state when the panel is closed, to a state that locks the panel again. This unlock-&gt;close-&gt;lock sequence appears in many models, and makes sense in the problem domain. So why not allow a shortcut syntax, where the panel itself plays the role of a state, as at the bottom in this picture: on entering the panel state, the panel is unlocked; we leave the panel state when the panel is closed, and on leaving it we lock the panel. Since we can specify the semantics like this, we can obviously make the generators produce the required code: we can do this by extra steps in the generator, by a model-to-model transformation that produces a more generic state machine, or by a more powerful state machine engine in the framework. The last would be my choice, as that way the code generated per model has the closest resemblance to the models, stays on a higher level of abstraction, and keeps the overall size of the application down.</p>

<h3><a href="http://www.metacase.com/blogs/stevek/images/DoorUnlocked2.png"><img align="right" alt="Lower level model for Miss Grant" src="http://www.metacase.com/blogs/stevek/images/DoorUnlocked2_small.png"/></a></h3><p>That takes care of the case where the panel unlock-close-lock sequence can be considered as an atomic element in the model, with nothing else happening during it. What about cases like the door being unlocked, during which there is a sequence of other events needed before it is again locked? In this case we can use a sub-model: in the figure above, the green padlock relationship connecting the &quot;Door unlocked&quot; state to the door means &quot;during this state, the door is unlocked&quot; -- i.e. on entry the door is unlocked, and on exit it is locked; as before, closing the door exits that state. The little blue star in the &quot;Door unlocked&quot; state indicates that it has a submodel, shown in this figure. The contents of the submodel are of course just the set of states during which the door is always unlocked. Now it's easy for the modeler to know whether the various secret compartments are locked or unlocked at each stage -- and of course thus to ensure that the system he designs has no holes in its security. And since the code is generated, we'll never forget those pesky bounds checks, so there'll be no buffer overruns to exploit :-).</p>

<h3>Keep models compact</h3>

<p><a href="http://www.metacase.com/blogs/stevek/images/MissGrant3a.png"><img align="right" alt="Miss Grant's model merged back into a single diagram" src="http://www.metacase.com/blogs/stevek/images/MissGrant3a_small.png"/></a>Sub-models are great for hiding complexity and making the modeling language scale better. If each model becomes too small, however, many people find it harder to understand. Those with a Lisp or Smalltalk background are used to methods being only 2-4 lines of code; in more commonly used languages several such methods tend to be grouped together into a single larger method. Obviously extremes in either direction are bad; providing we stay within the bounds of what is sensible, we can choose the option that the modeler feels more comfortable with. In this diagram we have combined the two small models back into one larger one, stretching the &quot;Door unlocked&quot; state to enclose its substates. We can still see during which states the door and panel are unlocked, and maybe the overall picture is clearer -- or maybe not. In any case, this slightly reduces the number of model elements compared to the previous step.</p><h3>Metrics</h3><p>If we count each object as 1 element, each binary relationship as 1 element, and each additional role or property as 1 element, plus 1 for each model, we get the following size metrics for the models above:</p>
<table border="0">
<tr><td>41</td><td>Initial</td></tr>
<tr><td>41</td><td>Use meaningful symbols</td></tr>
<tr><td>36</td><td>Reuse objects</td></tr>
<tr><td>27</td><td>Consider n-ary relationships</td></tr>
<tr><td>23</td><td>Rule out corner cases (includes submodel)</td></tr>
<tr><td>19</td><td>Keep models compact</td></tr>
</table>
<p>As can be seen, we've reduced the size of the model by over 50%. Since the effort needed for a given project increases more than linearly with size, we can estimate that productivity increases compared to the original language by a factor of at least 2. Improving symbols and cutting out corner cases weren't aimed at reducing the size of the model, but will have significant improvements in usability, so I'd guess overall a factor of around 3 is reasonable. Note that this is on top of whatever improvement is gained by Martin in moving from a straight hand-coding solution to a DSL, and from a textual DSL to a graphical DSL. More importantly, though, these are the kinds of steps that anyone can see how to apply to their own modeling language, and any team of developers would benefit from at the modeling level. Interestingly, with MetaEdit+ all of these changes could be applied to the modeling language without throwing away the initial model: the initial model and all intermediate models remain valid throughout, as the language evolves.</p>
</div>]]></description>
			<guid isPermaLink="false">3414834520</guid>
			<includedComments:comment-collection></includedComments:comment-collection>
			<wfw:comment>http://www.metacase.com/blogs/stevek/blogView/servlet/CommentAPIServlet?guid=3414834520</wfw:comment>
		</item>
	</channel>
</rss>
