Module seqalign::op::archetype [] [src]

Archetypal edit operations.

This module provides archetypal edit operations. These operations are not meant to be used directly, but can be used in the implementation of new measures.

Structs

Delete

Delete operation with associated cost.

Insert

Insert operation with associated cost.

Match

Match operation.

Substitute

Substitute operation with associated cost.

Transpose

Transpose operation with associated cost.