org.nlogo.workspace.AbstractWorkspaceTraits

Evaluating

trait Evaluating extends AnyRef

Self Type
Evaluating with AbstractWorkspace
Source
AbstractWorkspaceScala.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Evaluating
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def compileCommands(source: String, agentClass: Class[_ <: org.nlogo.agent.Agent]): 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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  24. def makeCommandThunk(source: String, jobOwnerName: String): CommandLogoThunk

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

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def readFromString(string: String): AnyRef

    Annotations
    @throws( classOf[CompilerException] )
  30. def runCompiledCommands(owner: JobOwner, procedure: Procedure): Boolean

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any