Interface CoxComparatorInterface
-
- All Superinterfaces:
Comparator<CoxVariables>
- All Known Implementing Classes:
CoxVariablesVariableComparator
public interface CoxComparatorInterface extends Comparator<CoxVariables>
- Author:
- Scooter Willis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDescription()
String
getModelVariables()
String
getSortVariable()
void
setDescription(String description)
-
Methods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
getDescription
String getDescription()
-
setDescription
void setDescription(String description)
-
getModelVariables
String getModelVariables()
-
getSortVariable
String getSortVariable()
-
-