HeadlessWorkspace

org.nlogo.headless.HeadlessWorkspace
See theHeadlessWorkspace companion class

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

Attributes

Companion
class
Source
HeadlessWorkspace.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

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

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

Attributes

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

Attributes

Source
HeadlessWorkspace.scala
def newInstance(subclass: Class[_ <: HeadlessWorkspace], is3d: Boolean): HeadlessWorkspace

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

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

Attributes

Source
HeadlessWorkspace.scala

the newLab by default uses the Version.is3D

the newLab by default uses the Version.is3D

Attributes

Source
HeadlessWorkspace.scala

Attributes

Source
HeadlessWorkspace.scala

Concrete fields

val TestDeclarations: String

Internal use only.

Internal use only.

Attributes

Source
HeadlessWorkspace.scala