NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.workspace.Controllable

Packages that use Controllable
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
 

Uses of Controllable in org.nlogo.app
 

Classes in org.nlogo.app that implement Controllable
 class App
          The main class for the complete NetLogo application.
 

Uses of Controllable in org.nlogo.headless
 

Classes in org.nlogo.headless that implement Controllable
 class HeadlessWorkspace
          The main class for headless (no GUI) operation of NetLogo.
 


NetLogo API
version 4.0.1