|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--audiojury.domain.Judgement
|
+--audiojury.domain.PairedJudgement
Represents a paired judgement.
That is a judgement consisting of two Sounds.
| Constructor Summary | |
PairedJudgement()
Creates a new PairedJudgement object. |
|
| Method Summary | |
void |
flip()
Flips the order of the two Sounds.
|
boolean |
isFlipped()
Checks if the playback order of the Sounds is flipped. |
void |
setScore(Score jscore)
Sets the Score of a judgement.
|
| Methods inherited from class audiojury.domain.Judgement |
addSound, getScore, getSounds, isPractice, setPractice, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PairedJudgement()
PairedJudgement object.
| Method Detail |
public void flip()
Sounds.
Use this method to tell the playback order of the two sounds
should be flipped.
public void setScore(Score jscore)
Score of a judgement.
It takes in account the case when the sounds are flipped.
setScore in class Judgementjscore - The Score to set.public boolean isFlipped()
Sounds is flipped.
Sounds is flipped, false otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||