InDel-class: InDel objects
Description
The InDel class is a container for storing insertion and deletion
information.
Accessor methods
In the code snippets below,
x is a InDel object.
-
insertion(x):
The insertion information.
-
deletion(x):
The deletion information.
Details
This is a generic class that stores any insertion and deletion information.