Class Score

java.lang.Object
  extended byScore
All Implemented Interfaces:
java.lang.Comparable

public class Score
extends java.lang.Object
implements java.lang.Comparable


Nested Class Summary
 class Score.ImpactSorter
           
 class Score.PoseSorter
           
 class Score.VarietySorter
           
 class Score.VisualSorter
           
 
Constructor Summary
Score(int a, int b, int c, int d, int e, int f)
           
 
Method Summary
 int compareTo(java.lang.Object ob2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Score

public Score(int a,
             int b,
             int c,
             int d,
             int e,
             int f)
Method Detail

compareTo

public int compareTo(java.lang.Object ob2)
Specified by:
compareTo in interface java.lang.Comparable