|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorigincomment.Case
public class Case
An element of the matrix of score ?
| Field Summary | |
|---|---|
static int |
ALIGN
Operation ALIGN is 4 |
static int |
AUCUNE
Operation AUCUNE (no one) is 0. |
private boolean |
deja_choisi
Already choose. |
static int |
DELETION
Operation DELETION is 2. |
static int |
INSERTION
Operation INSERTION is 1. |
private int |
operation
Operation. |
private int |
score
Score. |
private int |
score_normal
Normal Score. |
| Constructor Summary | |
|---|---|
Case()
Default constructor. |
|
Case(int sc,
int scnorm)
Deprecated. [never used] |
|
Case(int sc,
int scnorm,
int ope)
Deprecated. [never used] |
|
| Method Summary | |
|---|---|
void |
change_choisi(boolean bool)
|
void |
change_operation(int ope)
|
void |
change_score_normal(int sc)
|
void |
change_score(int sc)
|
boolean |
choisi()
|
int |
quel_score_normal()
|
int |
quel_score()
|
int |
quelle_operation()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int AUCUNE
public static final int INSERTION
public static final int DELETION
public static final int ALIGN
private int score
private int score_normal
private boolean deja_choisi
private int operation
AUCUNE,
ALIGN,
DELETION,
INSERTION| Constructor Detail |
|---|
public Case()
Matrice_ALN.initialiser()
public Case(int sc,
int scnorm)
sc - (int) scorescnorm - (int) normal score
public Case(int sc,
int scnorm,
int ope)
sc - (int) scorescnorm - (int) normal scoreope - (int) operation| Method Detail |
|---|
public int quel_score()
public int quel_score_normal()
public boolean choisi()
public int quelle_operation()
public void change_score(int sc)
public void change_score_normal(int sc)
public void change_choisi(boolean bool)
public void change_operation(int ope)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||