java.lang.Object
com.compomics.util.experiment.biology.variants.amino_acids.Insertion
All Implemented Interfaces:
Variant

public class Insertion extends Object implements Variant
Class representing an amino acid insertion.
Author:
Marc Vaudel
  • 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

      public String getDescription()
      Description copied from interface: Variant
      Returns the description of the variant as string.
      Specified by:
      getDescription in interface Variant
      Returns:
      the description of the variant as string
    • getInsertedAminoAcid

      public char getInsertedAminoAcid()