Packages

case class ConstantGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = 0) extends Gap with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Gap, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConstantGap
  2. Serializable
  3. Product
  4. Equals
  5. Gap
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ConstantGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = 0)

Value Members

  1. val gapValue: Double
    Definition Classes
    ConstantGapGap
  2. val matchValue: Double
    Definition Classes
    ConstantGapGap
  3. def max: Double
    Definition Classes
    ConstantGapGap
  4. def min: Double
    Definition Classes
    ConstantGapGap
  5. val misMatchValue: Double
    Definition Classes
    ConstantGapGap
  6. def productElementNames: Iterator[String]
    Definition Classes
    Product
  7. def value: Double
  8. def value(fromIndex: Double, toIndex: Double): Double
    Definition Classes
    ConstantGapGap