t

org.nlogo.workspace

Evaluating

trait Evaluating extends AnyRef

Self Type
Evaluating with AbstractWorkspace
Source
Evaluating.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Evaluating
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearLastLogoException(): Unit
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. 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 run

    org.nlogo.core.CompilerException if the code fails to compile

  8. def compileCommands(source: String, agentClass: AgentKind): Procedure
    Annotations
    @throws( classOf[CompilerException] )
  9. def compileCommands(source: String): Procedure
    Annotations
    @throws( classOf[CompilerException] )
  10. def compileReporter(source: String): Procedure
    Annotations
    @throws( classOf[CompilerException] )
  11. val defaultOwner: SimpleJobOwner
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit
    Annotations
    @throws( classOf[CompilerException] )
  15. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit
    Annotations
    @throws( classOf[CompilerException] )
  16. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit
    Annotations
    @throws( classOf[CompilerException] )
  17. def evaluateCommands(owner: JobOwner, source: String): Unit
    Annotations
    @throws( classOf[CompilerException] )
  18. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef
    Annotations
    @throws( classOf[CompilerException] )
  19. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef
    Annotations
    @throws( classOf[CompilerException] )
  20. def evaluateReporter(owner: JobOwner, source: String): AnyRef
    Annotations
    @throws( classOf[CompilerException] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val lastLogoException: LogoException
  25. def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk
    Annotations
    @throws( classOf[CompilerException] )
  26. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk
    Annotations
    @throws( classOf[CompilerException] )
  27. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk
    Annotations
    @throws( classOf[CompilerException] )
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def readFromString(string: String): AnyRef
    Annotations
    @throws( classOf[CompilerException] )
  32. 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 run

    org.nlogo.core.CompilerException if the code fails to compile

  33. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean
  34. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped