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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    final
    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. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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. def getClass (): java.lang.Class[_]

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

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

    Attributes
    final
    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. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    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. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  33. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any