summaryrefslogtreecommitdiff
path: root/graphics/tcm/pkg/DESCR
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-24 01:29:53 +0000
committerjtb <jtb>2001-02-24 01:29:53 +0000
commit12eecccfda684198940cac60dc6da13f9ce7e208 (patch)
tree64fd9e25df74d930a75a4e71874c932cb7032e3d /graphics/tcm/pkg/DESCR
parentd3ba0849db84601b75e837c1d70243607ca19492 (diff)
downloadpkgsrc-12eecccfda684198940cac60dc6da13f9ce7e208.tar.gz
Initial import of tcm:
TCM is a collection of graphical editors for different software specification methods. It contains generic editors (for generic diagrams, tables and trees), editors for Structured Analysis (entity-relationship diagrams, data and event flow diagrams, state-transition diagrams, function refinement trees etc.) and editors for UML (static-structure diagrams, use-case diagrams, activity diagrams etc.). TCM supports constraint checking for single documents (e.g. name duplication and cycles in is-a relationships). TCM distinguishes built-in constraints (of which a violation cannot even be attempted) from immediate constraints (of which an attempted violation is immediately prevented) and soft constraints (against which the editor provides a warning when it checks the drawing). TCM is planned to support hierarchic graphs, so that it can handle, for example, hierarchic statecharts. Features to be added later include constraint checking across documents and executable models. In addition to the TCM file format, TCM outputs Plain PostScript, Encapsulated PostScript, PNG and the XFig file format. The TCM file format is simple to read and parse so other forms of output can be generated easily.
Diffstat (limited to 'graphics/tcm/pkg/DESCR')
-rw-r--r--graphics/tcm/pkg/DESCR22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/tcm/pkg/DESCR b/graphics/tcm/pkg/DESCR
new file mode 100644
index 00000000000..6ca7b4e79dd
--- /dev/null
+++ b/graphics/tcm/pkg/DESCR
@@ -0,0 +1,22 @@
+TCM is a collection of graphical editors for different software
+specification methods. It contains generic editors (for generic
+diagrams, tables and trees), editors for Structured Analysis
+(entity-relationship diagrams, data and event flow diagrams,
+state-transition diagrams, function refinement trees etc.) and editors
+for UML (static-structure diagrams, use-case diagrams, activity
+diagrams etc.).
+
+TCM supports constraint checking for single documents (e.g. name
+duplication and cycles in is-a relationships). TCM distinguishes
+built-in constraints (of which a violation cannot even be attempted)
+from immediate constraints (of which an attempted violation is
+immediately prevented) and soft constraints (against which the editor
+provides a warning when it checks the drawing). TCM is planned to
+support hierarchic graphs, so that it can handle, for example,
+hierarchic statecharts. Features to be added later include constraint
+checking across documents and executable models.
+
+In addition to the TCM file format, TCM outputs Plain PostScript,
+Encapsulated PostScript, PNG and the XFig file format. The TCM file
+format is simple to read and parse so other forms of output can be
+generated easily.