Package org.biojava3.core.sequence.edits
Class Edit.Delete<C extends Compound>
java.lang.Object
org.biojava3.core.sequence.edits.Edit.AbstractEdit<C>
org.biojava3.core.sequence.edits.Edit.Delete<C>
- All Implemented Interfaces:
Edit<C>
Implementation which allows for the deletion of bases from a Sequence
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava3.core.sequence.edits.Edit
Edit.AbstractEdit<C extends Compound>, Edit.Delete<C extends Compound>, Edit.Insert<C extends Compound>, Edit.Substitute<C extends Compound>
-
Constructor Summary
-
Method Summary
Methods inherited from class org.biojava3.core.sequence.edits.Edit.AbstractEdit
edit, getEnd, getStart, getTargetSequence
-
Constructor Details
-
Delete
public Delete(int position) -
Delete
public Delete(int start, int end)
-