The OESeqAlignmentMethod namespace is used to indicate which method is
used to indicate which method (matrix) should be used to generate a sequence
alignment between two molecules.
namespace OESeqAlignmentMethod
{
const unsigned int None = 0;
const unsigned int Identity = 1;
const unsigned int PAM250 = 2;
const unsigned int BLOSUM62 = 3;
const unsigned int GONNET = 4;
}