audiojury.domain
Class CCR

java.lang.Object
  |
  +--audiojury.domain.TestMethod
        |
        +--audiojury.domain.CCR
All Implemented Interfaces:
java.io.Serializable

public class CCR
extends TestMethod
implements java.io.Serializable

Contains properties of the CCR test method.

See Also:
Serialized Form

Field Summary
static double DELAY
          The delay in seconds between the two sounds of a judgement.
 
Fields inherited from class audiojury.domain.TestMethod
name
 
Constructor Summary
CCR()
          Creates a new CCR TestMethod.
 
Method Summary
 boolean isPaired()
          Check if this is a paired test method.
 
Methods inherited from class audiojury.domain.TestMethod
equals, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DELAY

public static double DELAY
The delay in seconds between the two sounds of a judgement.

Constructor Detail

CCR

public CCR()
Creates a new CCR TestMethod.

Method Detail

isPaired

public boolean isPaired()
Check if this is a paired test method. Which it is.

Specified by:
isPaired in class TestMethod
Returns:
The CCR test method is paired so this always returns true.