NetLogo API
version 4.0.1

Uses of Interface
org.nlogo.nvm.ReporterRunnable

Packages that use ReporterRunnable
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 ReporterRunnable in org.nlogo.headless
 

Methods in org.nlogo.headless with parameters of type ReporterRunnable
 Object HeadlessWorkspace.waitForResult(ReporterRunnable runnable)
          Internal use only.
 

Uses of ReporterRunnable in org.nlogo.nvm
 

Methods in org.nlogo.nvm with parameters of type ReporterRunnable
 Object Workspace.waitForResult(ReporterRunnable runnable)
           
 

Uses of ReporterRunnable in org.nlogo.workspace
 

Methods in org.nlogo.workspace with parameters of type ReporterRunnable
 Object DummyWorkspace.waitForResult(ReporterRunnable runnable)
           
 


NetLogo API
version 4.0.1