Packages

c

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

    command centers get special treatment here and there

    command centers get special treatment here and there

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

    determines whether job "breathes"; also affects error handling

    determines whether job "breathes"; also affects error handling

    Definition Classes
    SimpleJobOwnerJobOwner
  26. val random: MersenneTwisterFast
    Definition Classes
    SimpleJobOwnerJobOwner
  27. def source: String
    Definition Classes
    SimpleJobOwnerSourceOwner
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from JobOwner

Inherited from SourceOwner

Inherited from AnyRef

Inherited from Any

Ungrouped