Class Edit.Delete<C extends Compound>

java.lang.Object
org.biojava.nbio.core.sequence.edits.Edit.AbstractEdit<C>
org.biojava.nbio.core.sequence.edits.Edit.Delete<C>
All Implemented Interfaces:
Edit<C>
Enclosing interface:
Edit<C extends Compound>

public static class Edit.Delete<C extends Compound> extends Edit.AbstractEdit<C>
Implementation which allows for the deletion of bases from a Sequence
  • Constructor Details

    • Delete

      public Delete(int position)
    • Delete

      public Delete(int start, int end)
  • Method Details