Uses of Interface
org.biojava.nbio.core.alignment.template.SequencePair
-
Packages that use SequencePair Package Description org.biojava.nbio.core.alignment org.biojava.nbio.core.alignment.template org.biojava.nbio.core.search.io -
-
Uses of SequencePair in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement SequencePair Modifier and Type Class Description classSimpleSequencePair<S extends Sequence<C>,C extends Compound>Implements a data structure for the results of pairwise sequence alignment. -
Uses of SequencePair in org.biojava.nbio.core.alignment.template
Subinterfaces of SequencePair in org.biojava.nbio.core.alignment.template Modifier and Type Interface Description interfaceMutableSequencePair<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for the results of pairwise sequence alignment. -
Uses of SequencePair in org.biojava.nbio.core.search.io
Methods in org.biojava.nbio.core.search.io that return SequencePair Modifier and Type Method Description SequencePair<S,C>Hsp. getAlignment()
-