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>
 
 public static class Edit.Delete<C extends Compound> extends Edit.AbstractEdit<C> Implementation which allows for the deletion of bases from a Sequence
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.biojava.nbio.core.sequence.edits.EditEdit.AbstractEdit<C extends Compound>, Edit.Delete<C extends Compound>, Edit.Insert<C extends Compound>, Edit.Substitute<C extends Compound>
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Sequence<C>getFivePrime(Sequence<C> editingSequence)Should return the 5-prime end of the given Sequence according to the edit.protected intgetRealEnd()protected intgetRealStart()protected Sequence<C>getThreePrime(Sequence<C> editingSequence)Should return the 3-prime end of the given Sequence according to the edit.- 
Methods inherited from class org.biojava.nbio.core.sequence.edits.Edit.AbstractEditedit, getEmptySequence, getEnd, getStart, getTargetSequence, setSequence, setStringSequence
 
- 
 
- 
- 
- 
Method Detail- 
getRealStartprotected int getRealStart() 
 - 
getRealEndprotected int getRealEnd() 
 - 
getFivePrimeprotected Sequence<C> getFivePrime(Sequence<C> editingSequence) Description copied from class:Edit.AbstractEditShould return the 5-prime end of the given Sequence according to the edit. An empty Sequence is valid.- Specified by:
- getFivePrimein class- Edit.AbstractEdit<C extends Compound>
 
 - 
getThreePrimeprotected Sequence<C> getThreePrime(Sequence<C> editingSequence) Description copied from class:Edit.AbstractEditShould return the 3-prime end of the given Sequence according to the edit. An empty Sequence is valid.- Specified by:
- getThreePrimein class- Edit.AbstractEdit<C extends Compound>
 
 
- 
 
-