TIOA Simulator :: Download

Download and Install the TIOA Simulator

The TIOA Simulator is currently provided for freedownload. It should work on any system with a Java Runtime Environment available, such as Linux, Windows or Mac OS. Feel free to try it and contact us with any comments or questions. The TIOA Simulator is provided as-is, with absolutely no warranty.

Requires:

Installation (UNIX):

$ unzip tioasim.zip -d ~
$ cd ~/tioasim
$ cat tioarc
com.veromodo.tioa.registry.locationOfPackages:/home/panos/tioasim
...
 java -version 
./tioasim 10 test.tioa
Initialization
       a -> 3.145
       r -> 3.14
       i -> -3.0
       n -> 3.0
1:   internal transition test1
       i -> 2.0
       n -> 2.0
2:   internal transition test2
       a -> -2.0
       n -> 2.0
No more transitions
No errors


Installation (Windows):

 tioa.locationOfPackages:C:/Documents and Settings/<username>/Desktop/tioasim
 java -version 
 tioasim.bat 10 test.tioa
Initialization
       a -> 3.145
       r -> 3.14
       i -> -3.0
       n -> 3.0
1:   internal transition test1
       i -> 2.0
       n -> 2.0
2:   internal transition test2
       a -> -2.0
       n -> 2.0
No more transitions
No errors


TIOA Simulator :: Download
(c) 2006 Panayiotis Mavrommatis.