Packages

sealed trait Sequence extends Property

A Linear Temporal Logic (LTL) sequence.

Source
LTL.scala
Linear Supertypes
Property, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Sequence
  2. Property
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def ###(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##1 b in SVA.

  4. def ##*(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##[*] b in SVA.

  5. def ##+(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    Equivalent to a ##[+] b in SVA.

  6. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Sequence toany2stringadd[Sequence] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  7. def ->[B](y: B): (Sequence, B)
    Implicit
    This member is added by an implicit conversion from Sequence toArrowAssoc[Sequence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def and(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.and.

  10. def and(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.and.

    See Property.and.

    Definition Classes
    Property
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clock(clock: Clock)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.clock.

    See Sequence.clock.

    Definition Classes
    SequenceProperty
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. def concat(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.concat.

  15. def delay(delay: Int = 1)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delay.

  16. def delayAtLeast(delay: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delayAtLeast.

  17. def delayRange(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.delayRange.

  18. def ensuring(cond: (Sequence) => Boolean, msg: => Any): Sequence
    Implicit
    This member is added by an implicit conversion from Sequence toEnsuring[Sequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (Sequence) => Boolean): Sequence
    Implicit
    This member is added by an implicit conversion from Sequence toEnsuring[Sequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): Sequence
    Implicit
    This member is added by an implicit conversion from Sequence toEnsuring[Sequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): Sequence
    Implicit
    This member is added by an implicit conversion from Sequence toEnsuring[Sequence] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def eventually(implicit sourceInfo: SourceInfo): Property

    See Property.eventually.

    See Property.eventually.

    Definition Classes
    Property
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def gotoRepeat(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.gotoRepeat.

  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def implication(prop: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.implication.

  30. def implicationNonOverlapping(prop: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.implication.

  31. def intersect(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.intersect.

  32. def intersect(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.intersect.

    See Property.intersect.

    Definition Classes
    Property
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. def nonConsecutiveRepeat(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.nonConsecutiveRepeat.

  36. def not(implicit sourceInfo: SourceInfo): Property

    See Property.not.

    See Property.not.

    Definition Classes
    Property
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def or(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.or.

  40. def or(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.or.

    See Property.or.

    Definition Classes
    Property
  41. def repeat(n: Int = 1)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeat.

  42. def repeatAtLeast(n: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeatAtLeast.

  43. def repeatRange(min: Int, max: Int)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.repeatRange.

  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. def until(other: Sequence)(implicit sourceInfo: SourceInfo): Sequence

    See Sequence.until.

  47. def until(other: Property)(implicit sourceInfo: SourceInfo): Property

    See Property.until.

    See Property.until.

    Definition Classes
    Property
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. def |->(prop: Property)(implicit sourceInfo: SourceInfo): Property

    Equivalent to |-> in SVA.

  52. def |=>(prop: Property)(implicit sourceInfo: SourceInfo): Property

    Equivalent to |=> in SVA.

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Sequence toStringFormat[Sequence] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  2. def [B](y: B): (Sequence, B)
    Implicit
    This member is added by an implicit conversion from Sequence toArrowAssoc[Sequence] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Property

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromSequence to any2stringadd[Sequence]

Inherited by implicit conversion StringFormat fromSequence to StringFormat[Sequence]

Inherited by implicit conversion Ensuring fromSequence to Ensuring[Sequence]

Inherited by implicit conversion ArrowAssoc fromSequence to ArrowAssoc[Sequence]

Ungrouped