su4sml/su4sml/add-ons/uml2cdl
Jürgen Doser 2e62cde0a9 added uml2cdl from infsec rep
git-svn-id: https://projects.brucker.ch/su4sml/svn/su4sml/trunk@6797 3260e6d1-4efc-4170-b0a7-36055960796d
2007-08-17 07:00:17 +00:00
..
bin added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
contrib added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
doc added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
examples added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
src added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
LICENSE.TXT added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
Makefile added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00
README added uml2cdl from infsec rep 2007-08-17 07:00:17 +00:00

README

        uml2cdl - A converter from uml activity diagrams to WS-CDL

        

  Copyright (C) 2005 Achim D. Brucker, Jürgen Doser and Burkhart Wolff
 
  uml2cdl is free software; you can redistribute it and/or modify 
  it under the terms stated in LICENCE.TXT (BSD Licence)
 
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
  
 
 
Comments are welcome

      Achim D. Brucker <brucker@inf.ethz.ch>
      Jürgen Doser <doserj@inf.ethz.ch>
      Burkhart Wolff <burhart.wolff@inf.ethz.ch>


Overview:

 - src/ contains the main sml-sources for the converter. If you have
   mlton installed, try typing 'make uml2cdl' or 'make uml2cdl-cygwin'
   in the src/ directory.  If you are using SML/NJ, try typing
   'CM.make "uml2cdl.cm"' in you sml environment.  If you are using
   some other ML system, try typing 'use "ROOT.ML"'

 - lib/ contains libraries that are needed for building uml2cdl.  One
   dependency is 'su4sml', an sml library for working with .xmi
   files that is being developed internally in the contexts of work on
   Model-Driven Security and Isabelle/HOL-OCL.

   The other dependency is 'fxp', a functional xml parser written in
   sml, on top of which su4sml implements parsing of .xmi files. 

 - doc/ contains preliminary documentation for uml2cdl.  Build it by
   typing 'latex cdl-profile.tex'

 - examples/ contains some example files for testing the functionality
   of uml2cdl.

 - contrib/ contains additional files that may be useful for actually
   using uml2cdl.  Most notably it contains 'Uml2CdlClient.java',
   which shows how one can use the uml2cdl functionality from
   Java-code by using (local or remote) socket communication.  This
   assumes that 'inetd' is running on the respective machine and has
   been configured to execute 'uml2cdl' on connects to the specified
   port.