Interface PairwiseSequenceScorer<S extends org.biojava.nbio.core.sequence.template.Sequence<C>,​C extends org.biojava.nbio.core.sequence.template.Compound>

    • Method Detail

      • getQuery

        S getQuery()
        Returns the first sequence of the pair.
        Returns:
        the first sequence of the pair
      • getTarget

        S getTarget()
        Returns the second sequence of the pair.
        Returns:
        the second sequence of the pair