Uses of Interface
org.sStu.ScoreOnlyAligner

Uses of ScoreOnlyAligner in org.sStu
 

Subinterfaces of ScoreOnlyAligner in org.sStu
 interface AlignmentRangeAligner
          Defines a most comprehensive (but slowest) alingner able to return the range of suboptimal alignments when required.
 interface SingleAlingmentAligner
          Defines an aligner that returns one (best) alignment and its score.
 

Methods in org.sStu that return ScoreOnlyAligner
 ScoreOnlyAligner AlignerFactory.createScoreOnlyAligner()
          Create the fastest version of aligner, able to return the best score only.