Uses of Class
org.biojava3.core.sequence.edits.Edit.AbstractEdit
Packages that use Edit.AbstractEdit
-
Uses of Edit.AbstractEdit in org.biojava3.core.sequence.edits
Subclasses of Edit.AbstractEdit in org.biojava3.core.sequence.editsModifier and TypeClassDescriptionstatic classEdit.Delete<C extends Compound>Implementation which allows for the deletion of bases from a Sequencestatic classEdit.Insert<C extends Compound>Edit implementation which allows us to insert a base at any position in a Sequence.static classEdit.Substitute<C extends Compound>Allows for the substitution of bases into an existing Sequence.