scalation

util

package util

The util package contains classes, traits and objects for basic utility functions.

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

Type Members

  1. trait Error extends AnyRef

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

  2. trait Identifiable extends Error

    The Identifiable trait provides unique identification for simulation components, entities and events.

  3. trait Locatable extends Error

    The Locatable trait provides location information/coordinates for objects (e.

  4. trait PQItem extends Identifiable

    The PQItem trait should be mixed in for items going on a PQueue.

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

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

  6. class SortedLinkedHashMap[A, B] extends LinkedHashMap[A, B] with Serializable

    The SortedLinkedHashMap class extends the scala LinkedHashMap class.

  7. class Sorting[T] extends AnyRef

    The Sorting class provides direct and indirect methods to:

  8. class SortingD extends AnyRef

    The SortingD class provides direct and indirect methods to:

Value Members

  1. object CommentExtractor extends App

    This object is used to extract comments from source code (for example to send it to a spell checker.

  2. object FloatLiteral extends App

    This object is used to add '0' to floating point literals, which end in a dot ('.

  3. object Identifiable

    The Identifiable object is used to generate unique identifiers.

  4. object Monitor

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

  5. object PQueueTest extends App

    The PQueueTest 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 SortedLinkedHashMapTest extends App

    The SortedLinkedHashMapTest object is used to test the SortedLinkedHashMap class.

  8. object Sorting

    The Sorting companion object provides shortcuts for calling methods from the Sorting class.

  9. object SortingD

    The SortingD companion object provides shortcuts for calling methods from the SortingD class.

  10. object SortingDTest extends App

    The SortingDTest object is used to test the correctness and performance of the methods in the SortingD class that find 'k'-medians.

  11. object SortingDTest2 extends App

    The SortingDTest2 object is used to test the correctness and performance of the sorting methods in the SortingD class.

  12. object SortingTest extends App

    The SortingTest object is used to test the correctness and performance of the methods in the Sorting class that find 'k'-medians.

  13. object SortingTest2 extends App

    The SortingTest2 object is used to test the correctness and performance of the sorting methods in the Sorting class.

  14. object Swap

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

  15. object SwapTest extends App

    This object is used to test the Swap object.

  16. object TestBreak extends App

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

  17. object Timer

    The Timer object allow any component that imports it in to easily time blocks of code.

Inherited from AnyRef

Inherited from Any

Ungrouped