edu.harvard.seas.iis.abilities.analysis
Class Constants

java.lang.Object
  extended by edu.harvard.seas.iis.abilities.analysis.Constants

public class Constants
extends java.lang.Object


Field Summary
static long LONGEST_ACCEPTABLE_MOVEMENT
           
static long MOVEMENT_SEPARATOR_DURATION
           
static double SAMPLING_INTERVAL
           
static long SUBMOVEMENT_SEPARATOR_DURATION
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMPLING_INTERVAL

public static final double SAMPLING_INTERVAL
See Also:
Constant Field Values

MOVEMENT_SEPARATOR_DURATION

public static long MOVEMENT_SEPARATOR_DURATION

SUBMOVEMENT_SEPARATOR_DURATION

public static long SUBMOVEMENT_SEPARATOR_DURATION

LONGEST_ACCEPTABLE_MOVEMENT

public static long LONGEST_ACCEPTABLE_MOVEMENT
Constructor Detail

Constants

public Constants()