|
vor 7 Jahren | |
---|---|---|
debugging_environment | vor 7 Jahren | |
javascript_models | vor 8 Jahren | |
javascript_runtime | vor 8 Jahren | |
node_modules | vor 8 Jahren | |
old_models | vor 8 Jahren | |
python_runtime | vor 8 Jahren | |
python_sccd_compiler | vor 8 Jahren | |
tests | vor 8 Jahren | |
.gitignore | vor 8 Jahren | |
README.md | vor 7 Jahren | |
bouncing.html | vor 8 Jahren | |
bouncing_balls.js | vor 8 Jahren | |
bouncing_balls.js.xml | vor 8 Jahren | |
package.json | vor 8 Jahren | |
particle_interaction.py | vor 8 Jahren | |
particle_interaction_vis.py | vor 8 Jahren | |
particle_interaction_vis.xml | vor 8 Jahren | |
particle_interaction_vis_runner.py | vor 8 Jahren | |
particle_interaction_vis_runner_sockets.py | vor 8 Jahren | |
runner.bat | vor 8 Jahren | |
tkinter_widget.py | vor 8 Jahren | |
visualization_client.py | vor 8 Jahren | |
visualization_server.html | vor 8 Jahren | |
visualization_server.js | vor 8 Jahren | |
visualization_server.py | vor 8 Jahren |
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