scalation

util

package util

Visibility
  1. Public
  2. All

Type Members

  1. case class Count (ii: Int) extends Product with Serializable

    The Count class provides a convenient way to create counters (e.

  2. trait Error extends AnyRef

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: This trait is used to report errors showing the class and method within which the error or flaw occured.

  3. trait Identity extends Error

    The Identity trait provides unique identification for simulation componenets, entities and events.

  4. trait PQItem extends Identity

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Items that go on PQueue should mixin the PQItem trait.

  5. class PQueue [T <: PQItem] extends ResizableArray[T]

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: The PQueue class provides a simple linear implementation for priority queues.

Value Members

  1. object CountTest extends App

    This object is used to test the Count class.

  2. object Counter extends AnyRef

    This Counter object is used to generate unique identifiers.

  3. object GenIndexHtml extends App

    :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: This object is used to create "index.

  4. object Monitor extends AnyRef

    The Monitor object is used to trace the actions/events in the models.

  5. object PQueueTest extends App

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: This object is used to test the PQueue class.

  6. object Replace extends App

    ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: This object is used to replace pattern pat1 with pat2.

  7. object Swap extends AnyRef

    The Swap class provides a method to swap elements in an Array or ArrayBuffer.

  8. object SwapTest extends App

    This object is used to test the Swap object.

  9. object TestBreak extends App

    This object provides an example of how to use "breaks" in scala.