Uses of Class
de.dfleischhacker.uni.thesis.utils.alignment.AlignmentFormatException

Packages that use AlignmentFormatException
de.dfleischhacker.uni.thesis.utils.alignment   
 

Uses of AlignmentFormatException in de.dfleischhacker.uni.thesis.utils.alignment
 

Methods in de.dfleischhacker.uni.thesis.utils.alignment that throw AlignmentFormatException
static Alignment AlignmentManager.loadAlignment(java.io.InputStream stream, float threshold)
          Loads an alignment from the given stream and returns the corresponding Alignment object.
static Alignment AlignmentManager.loadAlignment(java.lang.String filename)
          Loads an alignment from the given file.