audiojury.domain
Class SingleJudgement

java.lang.Object
  |
  +--audiojury.domain.Judgement
        |
        +--audiojury.domain.SingleJudgement
All Implemented Interfaces:
java.io.Serializable

public class SingleJudgement
extends Judgement
implements java.io.Serializable

Represents a single judgement. That is a judgement consisting of but one Sound.

See Also:
Serialized Form

Constructor Summary
SingleJudgement()
          Creates a new SingleJudgement object.
 
Methods inherited from class audiojury.domain.Judgement
addSound, getScore, getSounds, isPractice, setPractice, setScore, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SingleJudgement

public SingleJudgement()
Creates a new SingleJudgement object.