Class Swap
java.lang.Object
com.compomics.util.experiment.biology.variants.amino_acids.Swap
- All Implemented Interfaces:
Variant
public class Swap extends Object implements Variant
Class representing an amino acid swap.
- Author:
- Marc Vaudel
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getDescription()
Returns the description of the variant as string.
-
Constructor Details
-
Method Details
-
getDescription
Description copied from interface:Variant
Returns the description of the variant as string.- Specified by:
getDescription
in interfaceVariant
- Returns:
- the description of the variant as string
-