|
7 yıl önce | |
---|---|---|
debugging_environment | 7 yıl önce | |
javascript_models | 8 yıl önce | |
javascript_runtime | 8 yıl önce | |
node_modules | 8 yıl önce | |
old_models | 8 yıl önce | |
python_runtime | 8 yıl önce | |
python_sccd_compiler | 8 yıl önce | |
tests | 8 yıl önce | |
.gitignore | 8 yıl önce | |
README.md | 7 yıl önce | |
bouncing.html | 8 yıl önce | |
bouncing_balls.js | 8 yıl önce | |
bouncing_balls.js.xml | 8 yıl önce | |
package.json | 8 yıl önce | |
particle_interaction.py | 8 yıl önce | |
particle_interaction_vis.py | 8 yıl önce | |
particle_interaction_vis.xml | 8 yıl önce | |
particle_interaction_vis_runner.py | 8 yıl önce | |
particle_interaction_vis_runner_sockets.py | 8 yıl önce | |
runner.bat | 8 yıl önce | |
tkinter_widget.py | 8 yıl önce | |
visualization_client.py | 8 yıl önce | |
visualization_server.html | 8 yıl önce | |
visualization_server.js | 8 yıl önce | |
visualization_server.py | 8 yıl önce |
Usage
debugging_environment/NetLogo/Reflection-Extension
node debugging_server.js
python simulation_client.py
python simulation_client_netlogo.py
True
(simulation halts) or False
(simulation does not halt). The parameter t
is an array of two elements representing the current time and phase, m
is the model being simulated, and tr
is a set of models that just transitioned to a new state.Models and Source Files
particle_interaction.py
(for DSDEVS)debugging_environment/NetLogo/BouncingBalls.nlogo
(for NetLOgo)javascript_models/particle_interaction_vis_js_instrumented.xml
visualization_server.html
debugging_environment/pypdevs/sccd.xml
debugging_environment/simulation_client.py
debugging_environment/NetLogo/simulator.xml
debugging_environment/simulation_client_netlogo.py
debugging_server.js