|
JAligner | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaligner.matrix.MatrixLoader
Scoring matrices loader from a jar file or a file system.
Constructor Summary | |
MatrixLoader()
|
Method Summary | |
static java.util.Collection |
list()
Returns a list of the scoring matrices in the matrices home directory |
static java.util.Collection |
list(boolean sort)
Returns a list of the scoring matrices in the matrices home directory |
static Matrix |
load(NamedInputStream nis)
Loads scoring matrix from InputStream |
static Matrix |
load(java.lang.String matrix)
Loads scoring matrix from Jar file or file system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MatrixLoader()
Method Detail |
public static Matrix load(java.lang.String matrix) throws MatrixLoaderException
matrix
- to load
MatrixLoaderException
Matrix
public static Matrix load(NamedInputStream nis) throws MatrixLoaderException
InputStream
nis
- named input stream
MatrixLoaderException
Matrix
,
NamedInputStream
public static java.util.Collection list(boolean sort) throws MatrixLoaderException
sort
- flag to sort the list or not
MatrixLoaderException
public static java.util.Collection list() throws MatrixLoaderException
MatrixLoaderException
|
JAligner | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Ahmed Moustafa (ahmed@users.sf.net) | |
The source code of JAligner is licensed under The GNU General Public License (GPL) |