HELENA - the High LEvel Net Analyzer Code
Brought to you by:
chris_pajault,
sevangelista
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2010-01-15 | sevangelista | [r1] initial import |
| docs | 2010-03-07 | sevangelista | [r16] added the description of imported function in t... |
| emacs | 2010-01-25 | sevangelista | [r5] change the implementation of the picked variabl... |
| samples | 2010-03-04 | sevangelista | [r13] |
| src | 2010-03-05 | sevangelista | [r15] - description of the version 1.5 in file VERSION |
| src-docs | 2010-01-15 | sevangelista | [r1] initial import |
| xml | 2010-01-21 | sevangelista | [r4] |
| AUTHORS | 2010-01-15 | sevangelista | [r1] initial import |
| COPYING | 2010-01-15 | sevangelista | [r1] initial import |
| README | 2010-01-25 | sevangelista | [r7] slight modifications before release 1.4 |
| VERSIONS | 2010-03-05 | sevangelista | [r15] - description of the version 1.5 in file VERSION |
| install | 2010-01-15 | sevangelista | [r1] initial import |
Helena is a High Level Nets Analyzer. It can be used to model check
high level Petri nets. It is a free software written in portable Ada
under the GPL license (see file COPYING).
Download the latest version of the tool at the following url:
http://sourceforge.net/projects/helena-mc/
This directory should contain the following files and directories.
--> install
an install script. to launch it simply type "install"
--> AUTHORS
a list of the active developers of Helena
--> COPYING
the GNU General Public License
--> README
this file
--> VERSIONS
describes the different versions of Helena with new features, new options,
bugs fixed, ...
--> bin/
contains executable files of Helena after compilation
--> docs/
contains some documents related to Helena. mainly the user guide and
the syntax summary
--> emacs/
contains a Helena major mode for emacs
--> samples/
contains some example files
--> src/
contains the source files of Helena
--> src-docs/
contains some html files generated by naturaldocs and gnathtml that
describe the source code. open files
o src-docs/gnathtml/html/index.htm
o src-docs/naturalDocs/html/index.html
to see the doc
--> xml/
contains the Document Type Definition and the Stylesheets for xml reports
-------------------------------------------------------------------------------
Sami Evangelista