Package

org.nlogo

headless

Permalink

package headless

Visibility
  1. Public
  2. All

Type Members

  1. case class ErrorReport(owner: JobOwner, context: Context, instruction: Instruction, ex: Exception) extends Product with Serializable

    Permalink
  2. class HeadlessModelOpener extends AnyRef

    Permalink
  3. class HeadlessWorkspace extends AbstractWorkspaceScala with Controllable with WorldLoaderInterface with ViewSettings

    Permalink

    The primary class for headless (no GUI) operation of NetLogo.

    The primary class for headless (no GUI) operation of NetLogo.

    You may create more than one HeadlessWorkspace object. Multiple instances can operate separately and independently. (Behind the scenes, this is supported by creating a separate thread for each instance.)

    When you are done using a HeadlessWorkspace, you should call its dispose() method. This will shut down the thread associated with the workspace and allow resources to be freed.

    See the "Controlling" section of the NetLogo User Manual for example code.

    Don't try to use the constructor yourself; use HeadlessWorkspace.newInstance instead.

  4. class ModelLoaderComponent extends AbstractAdapter[ModelLoader]

    Permalink
  5. class WorkspaceFactory extends workspace.WorkspaceFactory

    Permalink

Value Members

  1. object BehaviorSpaceCoordinator

    Permalink
  2. object ChecksumsAndPreviews

    Permalink
  3. object HeadlessBenchmarker

    Permalink
  4. object HeadlessWorkspace

    Permalink

    Companion object, and factory object, for the HeadlessWorkspace class.

  5. object Main

    Permalink
  6. object Shell

    Permalink

Ungrouped