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 class
SeqMisMatchImpl
Created 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 void
Chain. setSeqMisMatches(List<SeqMisMatch> seqMisMatches)
Sets annotated sequence mismatches for this chain.void
ChainImpl. setSeqMisMatches(List<SeqMisMatch> seqMisMatches)
-