Packages

c

org.nlogo.api

SimpleJobOwner

class SimpleJobOwner extends JobOwner

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

Instance Constructors

  1. new SimpleJobOwner(displayName: String, random: MersenneTwisterFast, kind: AgentKind = AgentKind.Observer)

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 classDisplayName: String
    Definition Classes
    SimpleJobOwnerSourceOwner
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. val displayName: String

    for error reporting purposes

    for error reporting purposes

    Definition Classes
    SimpleJobOwnerJobOwner
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def headerSource: String
    Definition Classes
    SimpleJobOwnerSourceOwner
  13. def innerSource: String
    Definition Classes
    SimpleJobOwnerSourceOwner
  14. def innerSource_=(s: String): Unit
    Definition Classes
    SimpleJobOwnerSourceOwner
  15. 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
  16. def isCommandCenter: Boolean

    command centers get special treatment here and there

    command centers get special treatment here and there

    Definition Classes
    SimpleJobOwnerJobOwner
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. 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
  19. 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
  20. val kind: AgentKind
    Definition Classes
    SimpleJobOwnerSourceOwner
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def ownsPrimaryJobs: Boolean

    determines whether job "breathes"; also affects error handling

    determines whether job "breathes"; also affects error handling

    Definition Classes
    SimpleJobOwnerJobOwner
  25. val random: MersenneTwisterFast

    typically mainRNG or auxRNG

    typically mainRNG or auxRNG

    Definition Classes
    SimpleJobOwnerJobOwner
  26. def source: String
    Definition Classes
    SimpleJobOwnerSourceOwner
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. 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 JobOwner

Inherited from SourceOwner

Inherited from AnyRef

Inherited from Any

Ungrouped