We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1525f8c commit e065221Copy full SHA for e065221
README.md
@@ -0,0 +1,12 @@
1
+# agileuml
2
+This repository contains the source files for the Eclipse Agile UML project
3
+These are the core source files of the Agile UML toolset.
4
+Plugins, such as the UML to C and UML to Python translators will be made available in due course, as will libraries such as ocl.c and ocl.py
5
+
6
+The executable for the toolset is in umlrsds.jar
7
8
+This can be executed as java -jar umlrsds.jar on the command line
9
+The toolset expects a directory called 'output' to exist in its execution directory,
10
+'output' is used to hold all input and output files, such as metamodels and models.
11
12
+Further information, and a manual for the toolset, can be found at https://nms.kcl.ac.uk/kevin.lano/uml2web/
0 commit comments