|
From: <xp...@us...> - 2010-05-21 22:43:41
|
Revision: 801
http://scstudio.svn.sourceforge.net/scstudio/?rev=801&view=rev
Author: xpekarc
Date: 2010-05-21 22:43:35 +0000 (Fri, 21 May 2010)
Log Message:
-----------
adding help for beautify
Added Paths:
-----------
trunk/doc/help/beautify/
trunk/doc/help/beautify/beautify.html
trunk/doc/help/beautify/coregion1.PNG
trunk/doc/help/beautify/coregion2.PNG
trunk/doc/help/beautify/ordered.PNG
trunk/doc/help/beautify/unfifo2.PNG
trunk/doc/help/beautify/unordered.PNG
Added: trunk/doc/help/beautify/beautify.html
===================================================================
--- trunk/doc/help/beautify/beautify.html (rev 0)
+++ trunk/doc/help/beautify/beautify.html 2010-05-21 22:43:35 UTC (rev 801)
@@ -0,0 +1,35 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<HTML>
+<HEAD>
+ <TITLE>Beautify documentation</TITLE>
+ <LINK href="../help.css" rel="stylesheet" type="text/css"/>
+</HEAD>
+<BODY>
+<h2>Beautify</h2>
+<P>The main aim of this function is to redraw BMSC to be well-arranged. It is accessible via menu <code>Check →
+Drawing → Beautify</code>. </P>
+<P>It changes order of instances to minimize a number of
+messages going form right side to left side and crossing instances with messages. Instances are justified to top and have
+the same langth. For fifo and uncyclic BMSC it makes all messages
+horizontal and arranged over instances uniformly form top to down. </P>
+<P>Before:</P>
+<img src="unordered.png" alt="Unordered BMSC">
+<P>After:</P>
+<img src="ordered.png" alt="Ordered BMSC">
+
+<P>Un-fifo BMSC is redrawn to a form that no messages are going up.</P>
+<img src="unfifo2.png" alt="">
+
+<P> For coregions it changes the order of events
+to minimize number of crossing two messages. After redrawing messages are jointed with coregion in such way that they do
+not go across coregion body. <BR></P>
+
+
+
+<P>Before:</P>
+<img src="coregion1.png" alt="Crossing messages jointed with coregion">
+<P>After:</P>
+<img src="coregion2.png" alt="">
+
+</BODY>
+</HTML>
\ No newline at end of file
Added: trunk/doc/help/beautify/coregion1.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/coregion1.PNG
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/beautify/coregion2.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/coregion2.PNG
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/beautify/ordered.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/ordered.PNG
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/beautify/unfifo2.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/unfifo2.PNG
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/beautify/unordered.PNG
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/beautify/unordered.PNG
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|