NetLogo API
version 3.0.2

Uses of Class
org.nlogo.api.LogoException

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

Fields in org.nlogo.headless declared as LogoException
 LogoException HeadlessWorkspace.lastLogoException
          Internal use only.
 

Methods in org.nlogo.headless that throw LogoException
 void HeadlessWorkspace.waitFor(org.nlogo.nvm.CommandRunnable runnable)
          Internal use only.
 Object HeadlessWorkspace.waitForResult(org.nlogo.nvm.ReporterRunnable runnable)
          Internal use only.
 void HeadlessWorkspace.clearAll()
           
 void HeadlessWorkspace.open(String path)
          Opens a model stored in a file.
 void HeadlessWorkspace.openFromSource(String source)
          Opens a model stored in a string.
 void HeadlessWorkspace.command(String source)
          Runs NetLogo commands and waits for them to complete.
 Object HeadlessWorkspace.report(String source)
          Runs a NetLogo reporter.
 void HeadlessWorkspace.generateModelTest(String model)
           
 void HeadlessWorkspace.initModel()
           
 


NetLogo API
version 3.0.2