|
||||||||||
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 Sound
s.
Constructor Summary | |
PairedJudgement()
Creates a new PairedJudgement object. |
Method Summary | |
void |
flip()
Flips the order of the two Sound s.
|
boolean |
isFlipped()
Checks if the playback order of the Sound s 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()
Sound
s.
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 Judgement
jscore
- The Score
to set.public boolean isFlipped()
Sound
s is flipped.
Sound
s is flipped, false otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |