NetLogo API
version 3.0.2

NetLogo 3.0.2 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.compiler Provides classes associated with the NetLogo compiler
org.nlogo.headless Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class

 

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.


NetLogo API
version 3.0.2