object HeadlessWorkspace

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

Source
HeadlessWorkspace.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HeadlessWorkspace
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val TestDeclarations: String

    Internal use only.

  2. def newInstance(subclass: Class[_ <: HeadlessWorkspace]): HeadlessWorkspace

    If you derive your own subclass of HeadlessWorkspace, use this method to instantiate it.

  3. def newInstance: HeadlessWorkspace

    Makes a new instance of NetLogo capable of running a model "headless", with no GUI.

  4. def newLab: LabInterface