Packages

o

com.jafpl.runtime

TraceEvent

object TraceEvent extends Enumeration

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TraceEvent
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type TraceEvent = Value
  2. class Val extends Value with Serializable
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  3. abstract class Value extends Ordered[Value] with Serializable
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable
    Definition Classes
    Enumeration

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. val BINDINGS: Value
  5. val BUFFER: Value
  6. val CARDINALITY: Value
  7. val CATCH: Value
  8. val CHOOSE: Value
  9. val DEBUG: Value
  10. val EMPTY: Value
  11. val END: Value
  12. val FINALLY: Value
  13. val GMESSAGES: Value
  14. val INCRCARDINALITY: Value
  15. val INPUT: Value
  16. val JOINER: Value
  17. val LOOPEACH: Value
  18. val LOOPEACHEND: Value
  19. val LOOPEND: Value
  20. val LOOPFOR: Value
  21. val LOOPFOREND: Value
  22. val LOOPUNTIL: Value
  23. val LOOPUNTILEND: Value
  24. val LOOPWHILE: Value
  25. val LOOPWHILEEND: Value
  26. val MESSAGE: Value
  27. val MONITOR: Value
  28. val NMESSAGES: Value
  29. val NODE: Value
  30. val OUTPUT: Value
  31. val PIPELINE: Value
  32. val RUNSTEP: Value
  33. val SINK: Value
  34. val SPLITTER: Value
  35. val START: Value
  36. val STATECHANGE: Value
  37. val STEPIO: Value
  38. val TRACES: Value
  39. val TRY: Value
  40. val TRYEND: Value
  41. val VARIABLE: Value
  42. val VIEWPORT: Value
  43. val VIEWPORTEND: Value
  44. final def Value(i: Int, name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  45. final def Value(name: String): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  46. final def Value(i: Int): Value
    Attributes
    protected
    Definition Classes
    Enumeration
  47. final def Value: Value
    Attributes
    protected
    Definition Classes
    Enumeration
  48. val WATCHDOG: Value
  49. val WHEN: Value
  50. final def apply(x: Int): Value
    Definition Classes
    Enumeration
  51. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  52. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  58. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  59. final def maxId: Int
    Definition Classes
    Enumeration
  60. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  61. var nextId: Int
    Attributes
    protected
    Definition Classes
    Enumeration
  62. var nextName: Iterator[String]
    Attributes
    protected
    Definition Classes
    Enumeration
  63. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  64. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  65. def readResolve(): AnyRef
    Attributes
    protected
    Definition Classes
    Enumeration
  66. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  67. def toString(): String
    Definition Classes
    Enumeration → AnyRef → Any
  68. def values: ValueSet
    Definition Classes
    Enumeration
  69. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  72. final def withName(s: String): Value
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped