# HG changeset patch # User Tim Englich # Date 1272374722 0 # Node ID ad06ad5f99eab2ea827e8a815d28b56edb20e59f # Parent 06264920e8d13bbcb7f9b5b7ddf5604d244e7842 ISSUE262: Added XSL-Transformation for the Transitionsmodel gnv-artifacts/trunk@1004 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 06264920e8d1 -r ad06ad5f99ea gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Tue Apr 27 13:22:47 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Apr 27 13:25:22 2010 +0000 @@ -1,3 +1,9 @@ +2010-04-27 Tim Englich + + * contrib/visualize-transitions.xsl: + Added XSL-Transformation to create an Graphic for the TransitionModels of + the Configuration. + 2010-04-27 Tim Englich * doc/conf/conf.xml, diff -r 06264920e8d1 -r ad06ad5f99ea gnv-artifacts/contrib/visualize-transitions.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gnv-artifacts/contrib/visualize-transitions.xsl Tue Apr 27 13:25:22 2010 +0000 @@ -0,0 +1,116 @@ + + + + + + . + + + digraph transition_model { + + } + + + + + + + + + + ${artifacts.config.dir} + + + + + + + + + + subgraph + { + label = "Artefakt: + + "; + + + } + + + + + + + + [ shape = "record" label=<<table border="0" cellborder="0" cellpadding="3"> + <tr><td align="center" colspan="2" bgcolor="black"><font color="white"> + + </font></td></tr> + + </table>>] + ; + + + + <tr><td align="right"> + + </td><td align="left"> + + </td></tr> + + + + + + -> + + + ; + + + + [ label=" + + + + + + " ] + + + + + + + + + + + + + + + + + + + + + + + + + + +