|
IN_CODE modelling is an Open Source project
under the Source Forge. When used on software which is intended
for royalties or sale, our
Limited Source License
must be purchased.
- You can either access the
Project Home Page
with general description and all the documentation including
tutorials, list of available classes, and the instruction on how
to add new associations to the library.
- or you can access the
Project Site which allows you to download the source,
join the discusssion, or became an active developer on the project team.
- You can also download it all directly
from here -- about 3 MB: the latest version, documenation and
tutorials for both C++ and Java.
Everything is pre-compiled and ready for use under MS Windows (just unzip it
into a directory, suggested name c:\incode).
For Linux, use unzip -aa , then
compile the code generator codegen using batch files
pp, prep, and tt. Note that after un-zipping the source, you have
to set chmod +x for all the batch files before you use them. For details,
read alib/readme.txt or jlib/readme.txt.
The documentation -- tutorials in the HTML format and the description of
all data structures currently in the library (*.doc file) -- are in
alib/doc and jlib/doc directories.
Program layout is a self-standing UML generator. It works with
either version of the library but it is, internally, coded in C++.
|