Hello,

We are building a user interface that allows user to create simple ABM models. 
This UI can interact with NetLogo in headless mode but we can't have the user 
interact with NetLogo UI.

At the end of the creation process we should be able to generate a working 
.nlogo file (i.e. with source code, info, world settings, etc...)

These models are then called in headless mode using RNetLogo.

I've tried to achieve this using the Java API 
(https://github.com/NetLogo/NetLogo/wiki/Controlling-API) but 
org.nlogo.headless.HeadlessWorkspace doesn't seem to have functions for 
creating/modifying/saving a model.

I hope I'm wrong, but if that's indeed not possible I guess my best option is 
to create copies of an empty .nlogo file and to go modify the first 3 sections 
(the ones containing the source code, the indo and the settings).

Thanks in advance
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to