NetLogo API
version 3.1.5

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.command(String source)
          Runs NetLogo commands and waits for them to complete.
 void HeadlessWorkspace.generateModelTest(String model)
           
 void HeadlessWorkspace.initModel()
           
 void HeadlessWorkspace.open(String path)
          Opens a model stored in a file.
 void HeadlessWorkspace.openFromSource(String source)
          Opens a model stored in a string.
 Object HeadlessWorkspace.report(String source)
          Runs a NetLogo reporter.
 void HeadlessWorkspace.waitFor(org.nlogo.nvm.CommandRunnable runnable)
          Internal use only.
 Object HeadlessWorkspace.waitForResult(org.nlogo.nvm.ReporterRunnable runnable)
          Internal use only.
 


NetLogo API
version 3.1.5