Controllable

org.nlogo.workspace.Controllable
trait Controllable

Interface provides access to the NetLogo controlling API's report and command methods found in methods independent of App.app and headless.HeadlessWorkspace. This is useful for making java software that can run NetLogo in both GUI and Headless mode.

Attributes

Source
Controllable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class App

Members list

Value members

Abstract methods

def command(source: String): Unit

Attributes

Source
Controllable.scala
def open(path: String, shouldAutoInstallLibs: Boolean): Unit

Attributes

Source
Controllable.scala
def report(source: String): AnyRef

Attributes

Source
Controllable.scala