Interface CoxComparatorInterface
-
- All Superinterfaces:
java.util.Comparator<CoxVariables>
- All Known Implementing Classes:
CoxVariablesVariableComparator
public interface CoxComparatorInterface extends java.util.Comparator<CoxVariables>
- Author:
- Scooter Willis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getModelVariables()
java.lang.String
getSortVariable()
void
setDescription(java.lang.String description)
-