NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.nvm.CommandRunnable

Packages that use CommandRunnable
org.nlogo.headless Provides classes associated with running NetLogo "headless", that is, from the command line, with no GUI; includes the HeadlessWorkspace class
org.nlogo.nvm   
org.nlogo.workspace   
 

Uses of CommandRunnable in org.nlogo.headless
 

Methods in org.nlogo.headless with parameters of type CommandRunnable
 void HeadlessWorkspace.waitFor(CommandRunnable runnable)
          Internal use only.
 

Uses of CommandRunnable in org.nlogo.nvm
 

Methods in org.nlogo.nvm with parameters of type CommandRunnable
 void Workspace.waitFor(CommandRunnable runnable)
           
 

Uses of CommandRunnable in org.nlogo.workspace
 

Methods in org.nlogo.workspace with parameters of type CommandRunnable
 void DummyWorkspace.waitFor(CommandRunnable runnable)
           
 


NetLogo API
version 4.0.1