Enum Class AbstractRecordAndOffset.AlignmentType

java.lang.Object
java.lang.Enum<AbstractRecordAndOffset.AlignmentType>
htsjdk.samtools.util.AbstractRecordAndOffset.AlignmentType
All Implemented Interfaces:
Serializable, Comparable<AbstractRecordAndOffset.AlignmentType>, Constable
Enclosing class:
AbstractRecordAndOffset

public static enum AbstractRecordAndOffset.AlignmentType extends Enum<AbstractRecordAndOffset.AlignmentType>
Classifies whether the given event is a match, insertion, or deletion. This is deliberately not expressed as CIGAR operators, since there is no knowledge of the CIGAR string at the time that this is determined.