|
JAligner | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jaligner.matrix.Matrix
Scoring matrix.
Field Summary | |
static int |
SIZE
The size of the scoring matrix. |
Constructor Summary | |
Matrix(java.lang.String id,
float[][] scores)
|
Method Summary | |
java.lang.String |
getId()
|
float |
getScore(char a,
char b)
|
float[][] |
getScores()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SIZE
Constructor Detail |
public Matrix(java.lang.String id, float[][] scores)
Method Detail |
public java.lang.String getId()
public float[][] getScores()
public float getScore(char a, char b)
a
- b
-
|
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) |