Skip to content
Snippets Groups Projects
Commit 55814744 authored by apvrille's avatar apvrille
Browse files

Update on TTool README file

parent ecdce8ba
No related branches found
No related tags found
No related merge requests found
TTool, an open-source UML toolkit for modeling emebedded systems and procotols.
TTool is developed at ENST, http://ttool.telecom-paristech.fr/
-------------------------------------------------------------------------------
TTool, an open-source UML toolkit for modeling embedded systems.
TTool is developed at Telecom ParisTech, http://ttool.telecom-paristech.fr/
-----------------------------------------------------------------------------
The src directory contains all Java sources and images used to generate the jar archive of TTool, and of the launcher.
Basically, sources are dispatched in subdirectories as follows:
* ddtranslator: source files to translate a TURTLE deployment diagram into a RT-LOTOS specification
* launcher: source files of the launcher
* myutil: various fonctions such as graphical functions, graph functions, etc.
* sddescription: source files for textually describing sequence diagrams and interaction overview diagrams
* sdtranslator: source files implementing the translation of sequence and interaction overview diagrams textual description into RT-LOTOS specifications
* translator: source files implementing the translation of TURTLE designs into RT-LOTOS specifications. Also, trasnlation of TURTLE designs into Java code
* ui: all files implementing TTool's graphical interface
In the src directory, the top root file of TTool is provided, as well as other files explaining different ways of starting TTool.
\ No newline at end of file
The src directory contains all Java sources and resources (e.g., images) used to generate the jar archive of TTool, and of the launcher.
Basically, sources are dispatched in subdirectories as follows:
* main/java contains the java source code
* main/resources contains the resources e.g. all icons.
* First, compile the microwave graphical interface
*Microwave system
-First, compile the microwave graphical interface
$ javac *.java
* Start the microwave interface
-Start the microwave interface
$ java MainMicrowave
* Open the microwave model with code in TTool
* Generate the code, compile it, execute it
-Open the microwave model with code in TTool
-Generate the code, compile it, execute it
*Pressure controller system
-First, compile the pressure controller system
$ javac *.java
-Start the pressure controller GUI
$ java MainPressureController
-Open the pressure controller model with code in TTool
-Generate the code, compile it, execute it
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment