|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Utility class for plies and their scores.
Field Summary | |
static short |
MAX_SCORE
The maximum score. |
static short |
MIN_SCORE
The minimum score. |
Method Summary | |
java.lang.Object |
clone()
Clone this ply. |
Ply |
getPly()
Get the analyzed ply. |
short |
getScore()
Get the scrore of this ply. |
void |
setPly(Ply ply)
Set a new ply. |
void |
setScore(short score)
Set a new scrore for this ply. |
Field Detail |
public static final short MAX_SCORE
public static final short MIN_SCORE
Method Detail |
public Ply getPly()
public void setPly(Ply ply)
ply
- The new ply.public short getScore()
public void setScore(short score)
score
- The new score for this ply.public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |