Interface ProfilePair<S extends Sequence<C>,​C extends Compound>

    • Method Detail

      • getQuery

        Profile<S,​C> getQuery()
        Returns the first Profile of the pair.
        Returns:
        the first Profile of the pair
      • getTarget

        Profile<S,​C> getTarget()
        Returns the second Profile of the pair.
        Returns:
        the second Profile of the pair