README File for JSIM
Download the tar file (JSIM.tar)
-
8601600 Dec 6 21:01 JSIM.tar
Installing JSIM
Updating your Environment
(e.g., in .login or .cshrc files -- adjust as needed)
-
setenv JAVA_HOME $HOME/java/j2sdk1.4.1_01
-
setenv JSIM_HOME $HOME/JSIM
-
setenv CLASSPATH $JSIM_HOME/.:$CLASSPATH
Adding JSIM to your path
(directories to search for executable files, e.g., see .cshrc)
Building JSIM
Let's now assume you are starting from your JSIM home directory.
Running the Model Designer
-
cd examples
-
mkdir bank
-
cd bank
-
jmod.sh
-
-- click "Generate" button and then on the canvas
Running Example Model Applications
-
cd examples/bank
-
jmake.sh Bank
-
java Bank
Known Bugs
-
Edges cannot be deleted in the graphical designer.
-
Signal nodes do not work correctly when used with facility nodes.
-
When multiple source nodes are used in then same model, entity generation
may terminate early.