ox.cads.testing

QLTHistory

class QLTHistory[A] extends AnyRef

A history for the QueueLinTester.

A

the type of data stored in the queue.

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

Instance Constructors

  1. new QLTHistory(es: Array[QueueLinNode], p: Int, verbose: Boolean = false)

    es

    an array of events to use in the list.

    p

    the number of threads.

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. def allMinMatchingPairs: Seq[(EnqueueInvokeEvent[A], DequeueInvokeEvent)]

    Find all minimal matching pairs.

    Find all minimal matching pairs.

    Attributes
    protected[ox.cads.testing]
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def cloneList: Seq[QueueLinNode]

    Create clones of the non-sentinel nodes in the list, so it can be recreated.

    Create clones of the non-sentinel nodes in the list, so it can be recreated.

    Attributes
    protected[ox.cads.testing]
  10. def earliestEndingMinMatchingPair: Option[(EnqueueInvokeEvent[A], DequeueInvokeEvent)]

    Find an earliest-ending minimal matching pair, if one exists.

    Find an earliest-ending minimal matching pair, if one exists.

    Attributes
    protected[ox.cads.testing]
  11. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  15. def getDebugInfo: (Int, ArrayBuffer[Option[A]])

    Get the original sequence number of the earliest remaining dequeue return event, and all values that could be returned by that dequeue.

    Get the original sequence number of the earliest remaining dequeue return event, and all values that could be returned by that dequeue.

    Attributes
    protected[ox.cads.testing]
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. def listToString: String

    Convert the linked list to a string.

    Convert the linked list to a string.

    Attributes
    protected[ox.cads.testing]
  19. def minUnsuccDeq: QueueLinNode

    Get a minimal successul dequeue, or null if there is no such.

    Get a minimal successul dequeue, or null if there is no such.

    Attributes
    protected[ox.cads.testing]
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def noDequeues: Boolean

    Are there no dequeues?

    Are there no dequeues?

    Attributes
    protected[ox.cads.testing]
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def removeDequeue(inv: QueueLinNode): Unit

    Remove the pair of events inv and ret corresponding to a dequeue, reestablishing I1, I3, I4 and I5.

    Remove the pair of events inv and ret corresponding to a dequeue, reestablishing I1, I3, I4 and I5. Pre: these are matching invocation and return events.

    Attributes
    protected[ox.cads.testing]
  25. def removeMatchingPair(e: EnqueueInvokeEvent[A], d: DequeueInvokeEvent): Unit

    Remove minimal matching pair, e, d.

    Remove minimal matching pair, e, d.

    Attributes
    protected[ox.cads.testing]
  26. def removeMatchingPairFor(et: Int, dt: Int): Unit

    Remove matching pair, performed by et and dt.

    Remove matching pair, performed by et and dt.

    Attributes
    protected[ox.cads.testing]
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def toString(): String

    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped