Controllable
org.nlogo.api.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 Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Concrete methods
Attributes
- Returns
-
plotCompilationErrorAction action to take if a plot compilation error occurs
- Source
- Controllable.scala
Attributes
- Source
- Controllable.scala
Value parameters
- plotCompilationErrorAction
-
action to take if a plot compilation error occurs Throw - Throw the first error Output - Output all errors Ignore - Do nothing
Attributes
- Source
- Controllable.scala
In this article