Uses of Interface
org.biojava.nbio.core.alignment.template.ProfilePair
-
Packages that use ProfilePair Package Description org.biojava.nbio.core.alignment org.biojava.nbio.core.alignment.template -
-
Uses of ProfilePair in org.biojava.nbio.core.alignment
Classes in org.biojava.nbio.core.alignment that implement ProfilePair Modifier and Type Class Description classSimpleProfilePair<S extends Sequence<C>,C extends Compound>Implements a data structure for the results of the alignment of a pair ofProfiles. -
Uses of ProfilePair in org.biojava.nbio.core.alignment.template
Subinterfaces of ProfilePair in org.biojava.nbio.core.alignment.template Modifier and Type Interface Description interfaceMutableProfilePair<S extends Sequence<C>,C extends Compound>Defines a mutable (editable) data structure for aProfilePair.
-