org.nlogo.api

SimpleJobOwner

class SimpleJobOwner extends JobOwner

Source
SimpleJobOwner.scala
Linear Supertypes
JobOwner, SourceOwner, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. SimpleJobOwner
  2. JobOwner
  3. SourceOwner
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleJobOwner(displayName: String, random: MersenneTwisterFast, agentClass: Class[_])

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. val agentClass: Class[_]

    Definition Classes
    SimpleJobOwnerSourceOwner
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def classDisplayName: String

    Definition Classes
    SimpleJobOwnerSourceOwner
  9. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val displayName: String

    for error reporting purposes

    for error reporting purposes

    Definition Classes
    SimpleJobOwnerJobOwner
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  16. def headerSource: String

    Definition Classes
    SimpleJobOwnerSourceOwner
  17. def innerSource(s: String): Unit

    Definition Classes
    SimpleJobOwnerSourceOwner
  18. def innerSource: String

    Definition Classes
    SimpleJobOwnerSourceOwner
  19. def isButton: Boolean

    so we know whether the job "takes turns" with other buttons

    so we know whether the job "takes turns" with other buttons

    Definition Classes
    SimpleJobOwnerJobOwner
  20. def isCommandCenter: Boolean

    command centers get special treatment here and there

    command centers get special treatment here and there

    Definition Classes
    SimpleJobOwnerJobOwner
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def isLinkForeverButton: Boolean

    so we know whether newly created links should join the job

    so we know whether newly created links should join the job

    Definition Classes
    SimpleJobOwnerJobOwner
  23. def isTurtleForeverButton: Boolean

    so we know whether newly created turtles should join the job

    so we know whether newly created turtles should join the job

    Definition Classes
    SimpleJobOwnerJobOwner
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  27. def ownsPrimaryJobs: Boolean

    determines whether job "breathes"; also affects error handling

    determines whether job "breathes"; also affects error handling

    Definition Classes
    SimpleJobOwnerJobOwner
  28. val random: MersenneTwisterFast

    typically mainRNG or auxRNG

    typically mainRNG or auxRNG

    Definition Classes
    SimpleJobOwnerJobOwner
  29. def source: String

    Definition Classes
    SimpleJobOwnerSourceOwner
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from JobOwner

Inherited from SourceOwner

Inherited from AnyRef

Inherited from Any