razie

SM

object SM extends Logging

state machines have states, transitions and consume events

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SM
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Cback = (StateMachine, Transition, Event) ⇒ Unit

  2. case class ETransition(from: State, e: Event, to: State) extends Transition with Product with Serializable

  3. trait Event extends AnyRef

  4. case class FEvent(f: (Event) ⇒ Boolean, name: String = null) extends Event with Many with Product with Serializable

  5. case class IEvent(i: Int, name: String = null) extends Event with Product with Serializable

  6. trait Many extends AnyRef

    marker, see equals() - instances can compare to many instances

  7. case class OREvent(le: Seq[Event], name: String = null) extends Event with Many with Product with Serializable

  8. class Pair extends AnyRef

  9. case class REEvent(regex: Regex, name: String = null) extends Event with Many with Product with Serializable

  10. case class REState(regex: Regex) extends SState with Many with Product with Serializable

  11. case class SEvent(name: String) extends Event with Product with Serializable

  12. class SState extends State

  13. trait State extends AnyRef

  14. abstract class StateMachine extends AnyRef

  15. case class TTransition(orig: Transition, cback: (StateMachine, Transition, Event) ⇒ Unit) extends Transition with Product with Serializable

  16. trait Transition extends AnyRef

  17. case class X(s: String, i: Int, n: String) extends Product with Serializable

  18. class cdebug extends AnyRef

    Definition Classes
    Logging
    Annotations
    @inline()
  19. class clog extends AnyRef

    Definition Classes
    Logging
    Annotations
    @inline()

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object AnyEvent extends SEvent

  7. object NullEvent extends SEvent

  8. object NullState extends SState

  9. object NullTransition extends Transition

  10. object SState

  11. def apply(c: Int, s: State): Transition

  12. def apply(e: Event, s: State): Transition

  13. def apply(e: Int): Event

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def audit(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  16. def audit(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  17. def cdebug: cdebug

    c++ memories, anyone.

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  18. def clog: clog

    c++ memories, anyone.

    c++ memories, anyone... i do like to use the cout << x instead of println(x)

    Definition Classes
    Logging
    Annotations
    @inline()
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def debug(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  21. def debug(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. def error(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  25. def error(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  26. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  29. def info(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  30. def info(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def log(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  33. def log(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  34. val logger: Log

    Attributes
    protected
    Definition Classes
    Logging
  35. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  36. def newlog(s: String): Log

    Attributes
    protected
    Definition Classes
    Logging
  37. def newlog(clazz: Class[_]): Log

    Attributes
    protected
    Definition Classes
    Logging
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def slf4j: Logger

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.

    use this if you want to log with slf4j conventions instead of the formatting conventions implemented here (String.format).

    Printf rules!

    Attributes
    protected
    Definition Classes
    Logging
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  42. def tee(message: ⇒ String): String

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def trace(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  45. def trace(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  46. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  49. def warn(message: ⇒ String, e: Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()
  50. def warn(message: ⇒ String): Unit

    Attributes
    protected
    Definition Classes
    Logging
    Annotations
    @inline()

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped