Class CoxVariablesVariableComparator
java.lang.Object
org.biojava.nbio.survival.cox.comparators.CoxVariablesVariableComparator
- All Implemented Interfaces:
 Comparator<CoxVariables>,CoxComparatorInterface
- Author:
 - Scooter Willis 
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionintcompare(CoxVariables coxVariables1, CoxVariables coxVariables2) voidsetDescription(String description) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong 
- 
Constructor Details
- 
CoxVariablesVariableComparator
- Parameters:
 variables-variable-
 
 - 
 - 
Method Details
- 
compare
- Specified by:
 comparein interfaceComparator<CoxVariables>
 - 
getDescription
- Specified by:
 getDescriptionin interfaceCoxComparatorInterface
 - 
setDescription
- Specified by:
 setDescriptionin interfaceCoxComparatorInterface
 - 
getModelVariables
- Specified by:
 getModelVariablesin interfaceCoxComparatorInterface
 - 
getSortVariable
- Specified by:
 getSortVariablein interfaceCoxComparatorInterface
 
 -