Class

org.nlogo.api

SimpleJobOwner

Related Doc: package api

Permalink

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)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def classDisplayName: String

    Permalink
    Definition Classes
    SimpleJobOwnerSourceOwner
  6. def clone(): AnyRef

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

    Permalink

    for error reporting purposes

    for error reporting purposes

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def headerSource: String

    Permalink
    Definition Classes
    SimpleJobOwnerSourceOwner
  14. def innerSource: String

    Permalink
    Definition Classes
    SimpleJobOwnerSourceOwner
  15. def innerSource_=(s: String): Unit

    Permalink
    Definition Classes
    SimpleJobOwnerSourceOwner
  16. def isButton: Boolean

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    Any
  19. def isLinkForeverButton: Boolean

    Permalink

    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

    Permalink

    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

    Permalink
    Definition Classes
    SimpleJobOwnerSourceOwner
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def ownsPrimaryJobs: Boolean

    Permalink

    determines whether job "breathes"; also affects error handling

    determines whether job "breathes"; also affects error handling

    Definition Classes
    SimpleJobOwnerJobOwner
  26. val random: MersenneTwisterFast

    Permalink

    typically mainRNG or auxRNG

    typically mainRNG or auxRNG

    Definition Classes
    SimpleJobOwnerJobOwner
  27. def source: String

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

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from JobOwner

Inherited from SourceOwner

Inherited from AnyRef

Inherited from Any

Ungrouped