NetLogo API
version 3.0.2

Uses of Class
org.nlogo.compiler.CompilerException

Packages that use CompilerException
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 CompilerException in org.nlogo.app
 

Methods in org.nlogo.app that throw CompilerException
 void App.command(String source)
          Runs NetLogo commands and waits for them to complete.
 void App.commandLater(String source)
          Runs NetLogo commands in the background.
 Object App.report(String source)
          Runs a NetLogo reporter.
 

Uses of CompilerException in org.nlogo.headless
 

Methods in org.nlogo.headless that throw CompilerException
 void HeadlessWorkspace.initForTesting(int sex, int sey, String source)
          Internal use only.
 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.runExperiment(String xml, int format, PrintWriter writer)
          Runs a BehaviorSpace experiment.
 void HeadlessWorkspace.runExperiment(File file, int format, PrintWriter writer)
          Runs a BehaviorSpace experiment.
 void HeadlessWorkspace.runExperiment(File file, String name, int format, PrintWriter writer)
          Runs a BehaviorSpace experiment.
 org.nlogo.lab.Experiment HeadlessWorkspace.runExperimentFromModel(String name)
           
 void HeadlessWorkspace.runExperimentFromModel(String name, int format, PrintWriter writer)
          Runs a BehaviorSpace experiment.
 void HeadlessWorkspace.generateModelTest(String model)
           
 void HeadlessWorkspace.initModel()
           
 


NetLogo API
version 3.0.2