Interface Variant
- All Known Implementing Classes:
Deletion
,Insertion
,Substitution
,Swap
public interface Variant
Interface for a variant.
- Author:
- Marc Vaudel
-
Method Summary
Modifier and Type Method Description String
getDescription()
Returns the description of the variant as string.
-
Method Details
-
getDescription
String getDescription()Returns the description of the variant as string.- Returns:
- the description of the variant as string
-