<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: The UML Diagram They Don&#8217;t Teach You in School</title>
	<atom:link href="http://markmclaren.com/blog/2008/08/01/the-uml-diagram-they-dont-teach-you-in-school/feed/" rel="self" type="application/rss+xml" />
	<link>http://markmclaren.com/blog/2008/08/01/the-uml-diagram-they-dont-teach-you-in-school/</link>
	<description>Real-World Software Development</description>
	<pubDate>Wed, 19 Nov 2008 03:37:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Mikhail Poda</title>
		<link>http://markmclaren.com/blog/2008/08/01/the-uml-diagram-they-dont-teach-you-in-school/#comment-8729</link>
		<dc:creator>Mikhail Poda</dc:creator>
		<pubDate>Fri, 01 Aug 2008 18:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://markmclaren.com/blog/?p=61#comment-8729</guid>
		<description>If you would like to write a tool making such visualization programmatically then take a look at GraphViz http://www.graphviz.org/
It has also java binding. 

For the code parsing ... well, the hight-end solution is ANTLR parser-generator, but simple regular expression would probably suffice.</description>
		<content:encoded><![CDATA[<p>If you would like to write a tool making such visualization programmatically then take a look at GraphViz <a href="http://www.graphviz.org/" rel="nofollow">http://www.graphviz.org/</a><br />
It has also java binding. </p>
<p>For the code parsing &#8230; well, the hight-end solution is ANTLR parser-generator, but simple regular expression would probably suffice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Renato Soffiatto</title>
		<link>http://markmclaren.com/blog/2008/08/01/the-uml-diagram-they-dont-teach-you-in-school/#comment-8727</link>
		<dc:creator>Renato Soffiatto</dc:creator>
		<pubDate>Fri, 01 Aug 2008 16:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://markmclaren.com/blog/?p=61#comment-8727</guid>
		<description>Sorry about my bad english.
In the original sense, a sequence diagram would require at least one instance. Its semantic could be bent to mean something else, but would not be ideal.
As the code seems to be purely procedural, a procedural modeling language would probably fit better. Something like IDEF0 maybe?</description>
		<content:encoded><![CDATA[<p>Sorry about my bad english.<br />
In the original sense, a sequence diagram would require at least one instance. Its semantic could be bent to mean something else, but would not be ideal.<br />
As the code seems to be purely procedural, a procedural modeling language would probably fit better. Something like IDEF0 maybe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: José Cruz</title>
		<link>http://markmclaren.com/blog/2008/08/01/the-uml-diagram-they-dont-teach-you-in-school/#comment-8726</link>
		<dc:creator>José Cruz</dc:creator>
		<pubDate>Fri, 01 Aug 2008 11:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://markmclaren.com/blog/?p=61#comment-8726</guid>
		<description>Maybe a sequence diagram?</description>
		<content:encoded><![CDATA[<p>Maybe a sequence diagram?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
