Uses of Class
org.biojava.bio.symbol.Edit

Packages that use Edit
org.biojava.bio.alignment Implementation of the Alignment interface. 
org.biojava.bio.dp HMM and Dynamic Programming Algorithms. 
org.biojava.bio.program.das Development client for the Distributed Annotation System. 
org.biojava.bio.seq Classes and interfaces for defining biological sequences and informatics objects. 
org.biojava.bio.seq.homol The classes and interfaces for defining sequence similarity and honology. 
org.biojava.bio.seq.impl Standard in-memory implementations of Sequence and Feature
org.biojava.bio.symbol Representation of the Symbols that make up a sequence, and locations within them. 
 

Uses of Edit in org.biojava.bio.alignment
 

Methods in org.biojava.bio.alignment with parameters of type Edit
 void EditableAlignment.edit(java.lang.Object label, Edit edit)
           edit() allows edits on an individual sequence, they should be reflected back to the underlying SymbolList.
 void FlexibleAlignment.edit(java.lang.Object label, Edit edit)
           
 

Uses of Edit in org.biojava.bio.dp
 

Methods in org.biojava.bio.dp with parameters of type Edit
 void SimpleStatePath.edit(Edit edit)
           
 

Uses of Edit in org.biojava.bio.program.das
 

Methods in org.biojava.bio.program.das with parameters of type Edit
 void DASSequence.edit(Edit e)
           
 

Uses of Edit in org.biojava.bio.seq
 

Methods in org.biojava.bio.seq with parameters of type Edit
 void ViewSequence.edit(Edit edit)
           
 void SimpleAssembly.edit(Edit e)
           
 void SubSequence.edit(Edit edit)
           
 void DummySequence.edit(Edit edit)
           
 

Uses of Edit in org.biojava.bio.seq.homol
 

Methods in org.biojava.bio.seq.homol with parameters of type Edit
 void SimilarityPairFeature.EmptyPairwiseAlignment.edit(Edit edit)
           
 

Uses of Edit in org.biojava.bio.seq.impl
 

Methods in org.biojava.bio.seq.impl with parameters of type Edit
 void SimpleSequence.edit(Edit edit)
           
 void RevCompSequence.edit(Edit e)
          edit() will try to edit the underlying Sequence.
 

Uses of Edit in org.biojava.bio.symbol
 

Methods in org.biojava.bio.symbol with parameters of type Edit
 void SimpleSymbolList.edit(Edit edit)
          Apply and edit to the SymbolList as specified by Edit.
 void SymbolList.edit(Edit edit)
          Apply an edit to the SymbolList as specified by the edit object.
 void SymbolList.EmptySymbolList.edit(Edit edit)
           
 void RelabeledAlignment.edit(Edit edit)
           
 void AbstractSymbolList.edit(Edit edit)