Uses of Interface
org.specrunner.util.aligner.IStringAligner

Packages that use IStringAligner
org.specrunner.util.aligner   
org.specrunner.util.aligner.core   
 

Uses of IStringAligner in org.specrunner.util.aligner
 

Fields in org.specrunner.util.aligner declared as IStringAligner
protected  IStringAligner AlignmentException.aligner
           
 

Methods in org.specrunner.util.aligner that return IStringAligner
 IStringAligner IStringAlignerFactory.align(String expected, String received)
          Creates a new alignment.
 IStringAligner IStringAlignerFactory.align(String expected, String received, char fillCharacter)
          Creates a new alignment.
 IStringAligner AlignmentException.getAligner()
           
 

Constructors in org.specrunner.util.aligner with parameters of type IStringAligner
AlignmentException(String message, IStringAligner aligner)
           
 

Uses of IStringAligner in org.specrunner.util.aligner.core
 

Classes in org.specrunner.util.aligner.core that implement IStringAligner
 class NeedlemanWunschAligner
          Default alignment implementation, a Needleman-Wunsch algorithm.
 

Methods in org.specrunner.util.aligner.core that return IStringAligner
 IStringAligner StringAlignerFactoryImpl.align(String expected, String received)
           
 IStringAligner StringAlignerFactoryImpl.align(String expected, String received, char fillCharacter)
           
 

Constructors in org.specrunner.util.aligner.core with parameters of type IStringAligner
DefaultAlignmentException(String message, IStringAligner aligner)
          Creates a exception with an aligner.
 



Copyright © 2014. All rights reserved.