Packages

package impl

Type Members

  1. case class AffineGap(matchValue: Double = 1, misMatchValue: Double = -1, startValue: Double = 0, gapValue: Double = -1) extends Gap with Product with Serializable
  2. case class ConstantGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = 0) extends Gap with Product with Serializable
  3. trait Gap extends AnyRef
  4. case class LinearGap(matchValue: Double = 1, misMatchValue: Double = -1, gapValue: Double = -1) extends Gap with Product with Serializable

Ungrouped