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

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

    Attributes
    final
    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

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

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

    Attributes
    final
    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

    Definition Classes
    SimpleJobOwnerJobOwner
  20. def isCommandCenter : Boolean

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

    Attributes
    final
    Definition Classes
    Any
  22. def isLinkForeverButton : Boolean

    Definition Classes
    SimpleJobOwnerJobOwner
  23. def isTurtleForeverButton : Boolean

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  27. def ownsPrimaryJobs : Boolean

    Definition Classes
    SimpleJobOwnerJobOwner
  28. val random : MersenneTwisterFast

    Definition Classes
    SimpleJobOwnerJobOwner
  29. def source : String

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from JobOwner

Inherited from SourceOwner

Inherited from AnyRef

Inherited from Any