NetLogo 4.0.4 API Specification

These API's allow users to extend or control NetLogo by writing Java code; for more information, see the "Extensions" and "Controlling" sections of the NetLogo User Manual.

See:
          Description

Extensions API
org.nlogo.api Provides classes associated with the NetLogo Extensions API.

 

Controlling API
org.nlogo.app Provides classes associated with running the full NetLogo application; includes the App class
org.nlogo.headless Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class

 

Other Packages
org.nlogo.agent  
org.nlogo.command  
org.nlogo.nvm  
org.nlogo.workspace  

 

These API's allow users to extend or control NetLogo by writing Java code; for more information, see the "Extensions" and "Controlling" sections of the NetLogo User Manual.