Evaluating
org.nlogo.workspace.Evaluating
trait Evaluating
Attributes
- Source
- Evaluating.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
-
AbstractWorkspace
Members list
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- Evaluating.scala
Runs NetLogo commands and waits for them to complete.
Runs NetLogo commands and waits for them to complete.
Value parameters
- source
-
The command or commands to run
Attributes
- Throws
-
org.nlogo.api.LogoException
if the code fails to run
org.nlogo.core.CompilerExceptionif the code fails to compile
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Runs a NetLogo reporter.
Runs a NetLogo reporter.
Value parameters
- source
-
The reporter to run
Attributes
- Returns
-
the result reported; may be of type java.lang.Integer, java.lang.Double, java.lang.Boolean, java.lang.String,
[[org.nlogo.core.LogoList]]
,[[org.nlogo.api.Agent]]
, AgentSet, or Nobody - Throws
-
org.nlogo.api.LogoException
if the code fails to run
org.nlogo.core.CompilerExceptionif the code fails to compile
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
Attributes
- Source
- Evaluating.scala
In this article