Uses of Interface
org.biojava.nbio.structure.SeqMisMatch
- 
Packages that use SeqMisMatch Package Description org.biojava.nbio.structure  - 
- 
Uses of SeqMisMatch in org.biojava.nbio.structure
Classes in org.biojava.nbio.structure that implement SeqMisMatch Modifier and Type Class Description classSeqMisMatchImplCreated by andreas on 9/11/15.Methods in org.biojava.nbio.structure that return types with arguments of type SeqMisMatch Modifier and Type Method Description List<SeqMisMatch>Chain. getSeqMisMatches()Gets annotated sequence mismatches for this chain.List<SeqMisMatch>ChainImpl. getSeqMisMatches()Method parameters in org.biojava.nbio.structure with type arguments of type SeqMisMatch Modifier and Type Method Description voidChain. setSeqMisMatches(List<SeqMisMatch> seqMisMatches)Sets annotated sequence mismatches for this chain.voidChainImpl. setSeqMisMatches(List<SeqMisMatch> seqMisMatches) 
 -