Class Insertion
java.lang.Object
com.compomics.util.experiment.biology.variants.amino_acids.Insertion
- All Implemented Interfaces:
Variant
Class representing an amino acid insertion.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the variant as string.char
-
Constructor Details
-
Insertion
public Insertion()Empty default constructor -
Insertion
public Insertion(char aa) Constructor.- Parameters:
aa- the single character code of the inserted amino acid
-
-
Method Details
-
getDescription
Description copied from interface:VariantReturns the description of the variant as string.- Specified by:
getDescriptionin interfaceVariant- Returns:
- the description of the variant as string
-
getInsertedAminoAcid
public char getInsertedAminoAcid()
-