Trait

org.nlogo.workspace

Evaluating

Related Doc: package workspace

Permalink

trait Evaluating extends AnyRef

Self Type
Evaluating with AbstractWorkspace
Source
Evaluating.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearLastLogoException(): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def command(source: String): Unit

    Permalink

    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

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  9. def compileCommands(source: String): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  10. def compileReporter(source: String): Procedure

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  11. val defaultOwner: SimpleJobOwner

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def evaluateCommands(owner: JobOwner, source: String, agents: AgentSet, waitForCompletion: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  15. def evaluateCommands(owner: JobOwner, source: String, agent: Agent, waitForCompletion: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  16. def evaluateCommands(owner: JobOwner, source: String, waitForCompletion: Boolean): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  17. def evaluateCommands(owner: JobOwner, source: String): Unit

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  18. def evaluateReporter(owner: JobOwner, source: String, agents: AgentSet): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  19. def evaluateReporter(owner: JobOwner, source: String, agent: Agent): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  20. def evaluateReporter(owner: JobOwner, source: String): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. var lastLogoException: LogoException

    Permalink
  26. def makeCommandThunk(source: String, jobOwnerName: String, rng: MersenneTwisterFast): CommandLogoThunk

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  27. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  28. def makeReporterThunk(source: String, jobOwnerName: String): ReporterLogoThunk

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def readFromString(string: String): AnyRef

    Permalink
    Annotations
    @throws( classOf[CompilerException] )
  33. def report(source: String): AnyRef

    Permalink

    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

  34. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean

    Permalink
  35. def runCompiledReporter(owner: JobOwner, procedure: Procedure): AnyRef

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped