1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<!DOCTYPE para>
<para>
crystal-facet-uml provides a graphical user interface to
<itemizedlist>
<listitem><para>create, modify and delete diagrams,</para>
</listitem>
<listitem><para>create, modify and delete UML/SysML elements,</para>
</listitem>
<listitem><para>create, modify and delete relationships,</para>
</listitem>
<listitem><para>cut, copy, paste elements between diagrams,</para>
</listitem>
<listitem><para>undo and redo are supported,</para>
</listitem>
<listitem><para>multiple windows can show different or same parts of the uml model,</para>
</listitem>
<listitem><para>search for elements.</para>
</listitem>
</itemizedlist>
Diagrams are layouted part-automatically:
<itemizedlist>
<listitem><para>The user chooses the relative location of elements towards others,</para>
</listitem>
<listitem><para>crystal-facet-uml selects the exact locations of shown elements.</para>
</listitem>
<listitem><para>The user controls the positions of messages/transitions in sequence and timing diagrams,</para>
</listitem>
<listitem><para>crystal-facet-uml auto-layouts relationships in other diagrams.</para>
</listitem>
</itemizedlist>
crystal-facet-uml manages a meta model:
<itemizedlist>
<listitem><para>Diagrams are organized as a tree, similar to a book's table-of-contents;</para>
</listitem>
<listitem><para>Uml(TM)/SysML(TM) elements exist only once even if shown in many diagrams;</para>
</listitem>
<listitem><para>Relationships and features are consistent between all diagrams;</para>
</listitem>
<listitem>
<para>Diagram-local messages/transitions are supported in scenario-based interaction diagrams:
sequence, communication, timing, interaction overview.
</para>
</listitem>
</itemizedlist>
Diagrams can be exported as
<itemizedlist>
<listitem><para>images: pdf, ps, svg, png,</para>
</listitem>
<listitem><para>text: utf-8, DocBook, xhtml,</para>
</listitem>
<listitem><para>machine-readable model: json, xmi(TM).</para>
</listitem>
</itemizedlist>
crystal-facet-uml can also be started from command line
<itemizedlist>
<listitem><para>to export all diagrams automatically or</para>
</listitem>
<listitem><para>to import a previously exported json file or</para>
</listitem>
<listitem><para>to check and repair database files.</para>
</listitem>
</itemizedlist>
</para>
|