class State extends Area with ScalaLocated

State

Linear Supertypes
Area, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. State
  2. Area
  3. Nameable
  4. ContextUser
  5. ScalaLocated
  6. GlobalDataUser
  7. OwnableRef
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new State()(implicit stateMachineAccessor: StateMachineAccessor)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def component: Component
    Definition Classes
    ContextUser
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def exit(): Unit
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getDisplayName(): String
    Definition Classes
    Nameable
  14. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  15. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  16. def getName(default: String): String
    Definition Classes
    Nameable
  17. def getName(): String
    Definition Classes
    Nameable
  18. def getPartialName(): String
    Definition Classes
    Nameable
  19. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  20. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  21. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  22. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  23. def getStateMachineAccessor(): StateMachineAccessor
  24. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  25. def goto(state: State): Unit
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def innerFsm(that: ⇒ StateMachine): Unit
  28. var innerFsm: ArrayBuffer[StateMachine]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isNamed: Boolean
    Definition Classes
    Nameable
  31. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  32. def isUnnamed: Boolean
    Definition Classes
    Nameable
  33. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  34. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def onEntry(doThat: ⇒ Unit): State.this.type
  39. val onEntryTasks: ArrayBuffer[() ⇒ Unit]
  40. def onExit(doThat: ⇒ Unit): State.this.type
  41. val onExitTasks: ArrayBuffer[() ⇒ Unit]
  42. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  43. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  44. def reflectNames(): Unit
    Definition Classes
    Nameable
  45. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): State.this.type
    Definition Classes
    Nameable
  46. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): State.this.type
    Definition Classes
    Nameable
  47. def setCompositeName(nameable: Nameable, postfix: String): State.this.type
    Definition Classes
    Nameable
  48. def setCompositeName(nameable: Nameable, namePriority: Byte): State.this.type
    Definition Classes
    Nameable
  49. def setCompositeName(nameable: Nameable, weak: Boolean): State.this.type
    Definition Classes
    Nameable
  50. def setCompositeName(nameable: Nameable): State.this.type
    Definition Classes
    Nameable
  51. def setName(name: String, namePriority: Byte): State.this.type
    Definition Classes
    Nameable
  52. def setName(name: String, weak: Boolean): State.this.type
    Definition Classes
    Nameable
  53. def setName(name: String): State.this.type
    Definition Classes
    Nameable
  54. def setPartialName(name: String, namePriority: Byte): State.this.type
    Definition Classes
    Nameable
  55. def setPartialName(name: String, weak: Boolean): State.this.type
    Definition Classes
    Nameable
  56. def setPartialName(owner: Nameable, name: String, namePriority: Byte): State.this.type
    Definition Classes
    Nameable
  57. def setPartialName(owner: Nameable, name: String, weak: Boolean): State.this.type
    Definition Classes
    Nameable
  58. def setPartialName(name: String): State.this.type
    Definition Classes
    Nameable
  59. def setPartialName(owner: Nameable, name: String): State.this.type
    Definition Classes
    Nameable
  60. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  61. def setScalaLocated(source: ScalaLocated): State.this.type
    Definition Classes
    ScalaLocated
  62. def setWeakName(name: String): State.this.type
    Definition Classes
    Nameable
  63. val stateId: Int
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  66. def unsetName(): State.this.type
    Definition Classes
    Nameable
  67. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  70. val whenActiveTasks: ArrayBuffer[() ⇒ Unit]
  71. val whenInactiveTasks: ArrayBuffer[() ⇒ Unit]
  72. def whenIsActive(doThat: ⇒ Unit): State.this.type
  73. def whenIsInactive(doThat: ⇒ Unit): State.this.type
  74. def whenIsNext(doThat: ⇒ Unit): State.this.type
  75. val whenIsNextTasks: ArrayBuffer[() ⇒ Unit]

Inherited from Area

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped