class SimManager extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimManager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimManager(raw: SimRaw)

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. var commandBuffer: ArrayBuffer[() ⇒ Unit]
  7. val context: SimManagerContext
  8. val cpuAffinity: Int
  9. var deltaCycle: Long
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def getBigInt(bt: Signal): BigInt
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getInt(bt: Signal): Int
  15. def getLong(bt: Signal): Long
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val jvmBusyThreads: ArrayBuffer[JvmThread]
  19. val jvmIdleThreads: Stack[JvmThread]
  20. val mainThread: Thread
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def newJvmThread(body: ⇒ Unit): JvmThread
  23. def newThread(body: ⇒ Unit): SimThread
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def onEnd(callback: ⇒ Unit): Unit
  27. val onEndListeners: ArrayBuffer[() ⇒ Unit]
  28. val raw: SimRaw
  29. val readBypass: HashMap[Signal, BigInt]
  30. def release(): Unit
  31. def retain(): Unit
  32. def run(body: ⇒ Unit): Unit
  33. def runAll(body: ⇒ Unit): Unit
  34. def runWhile(continueWhile: ⇒ Boolean = true): Unit
  35. def schedule(delay: Long, thread: SimThread): Unit
  36. def schedule(delay: Long)(thread: ⇒ Unit): Unit
  37. def schedule(thread: SimCallSchedule): Unit
  38. val sensitivities: ArrayBuffer[SimManagerSensitive]
  39. def setBigInt(bt: Signal, value: BigInt): Unit
  40. def setLong(bt: Signal, value: Long): Unit
  41. def setupJvmThread(thread: Thread): Unit
  42. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  43. var threads: SimCallSchedule
  44. var time: Long
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. var userData: Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped