Read Me
AutoJML: Turns Finite State Machines into Java Card Applets
Check http://autojml.sf.net/ for more recent information.
Installation
make
(If javacc is installed, you can also make the parser first
using: make parser).
Usage
./f2j foo.xml
Where foo.xml is an Uppaal XML file describing a
finite state machine.
Files
Makefile To build F2J
README You're reading it now
f2j Shell script to run F2J
flat-1_0.dtd Uppaal output file format
flat2fsm.xsl Stylesheet from flat to fsm used by f2j script
fsm.dtd F2J input file format
payapplet.xml An example Uppaal output file
src/ The Java sources of F2J
string.xsl Is used by flat2fsm.xsl
Authors
Engelbert Hubbers (hubbers@cs.ru.nl)
Martijn Oostdijk (martijno@cs.ru.nl)