trait Evaluating extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Evaluating
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearLastLogoException(): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
command(source: String): Unit
Runs NetLogo commands and waits for them to complete.
Runs NetLogo commands and waits for them to complete.
- source
The command or commands to run
- Annotations
- @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
- Exceptions thrown
org.nlogo.api.LogoException
if the code fails to runorg.nlogo.core.CompilerException
if the code fails to compile
-
def
compileCommands(source: String, agentClass: AgentKind): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
compileCommands(source: String): Procedure
- Annotations
- @throws( classOf[CompilerException] )
-
def
compileReporter(source: String): Procedure
- Annotations
- @throws( classOf[CompilerException] )
- val defaultOwner: SimpleJobOwner
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateCommands(owner: JobOwner, source: String): Unit
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
def
evaluateReporter(owner: JobOwner, source: String): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lastLogoException: LogoException
-
def
makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
def
makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
def
makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk
- Annotations
- @throws( classOf[CompilerException] )
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
readFromString(string: String): AnyRef
- Annotations
- @throws( classOf[CompilerException] )
-
def
report(source: String): AnyRef
Runs a NetLogo reporter.
Runs a NetLogo reporter.
- source
The reporter to run
- 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
- Annotations
- @throws( classOf[CompilerException] ) @throws( classOf[LogoException] )
- Exceptions thrown
org.nlogo.api.LogoException
if the code fails to runorg.nlogo.core.CompilerException
if the code fails to compile
- def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
- def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )