org.LexGrid.LexBIG.Impl.Extensions.Sort
Class MatchToQuerySort
java.lang.Object
org.LexGrid.LexBIG.Impl.Extensions.AbstractExtendable
org.LexGrid.LexBIG.Impl.Extensions.Sort.AbstractSort
org.LexGrid.LexBIG.Impl.Extensions.Sort.MatchToQuerySort
- All Implemented Interfaces:
- java.io.Serializable, Extendable, Sort
public class MatchToQuerySort
- extends AbstractSort
ConceptStatus sort which implements the Sort interface.
- Version:
- subversion $Revision: $ checked in on $Date: $
- Author:
- Dan Armbrust, Jesse Erdmann, Deepak Sharma, Kevin Peterson
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description_
public static final java.lang.String description_
- See Also:
- Constant Field Values
name_
public static final java.lang.String name_
- See Also:
- Constant Field Values
provider_
public static final java.lang.String provider_
- See Also:
- Constant Field Values
role_
public static final java.lang.String role_
- See Also:
- Constant Field Values
providerSource
public static final Source providerSource
version_
public static final java.lang.String version_
- See Also:
- Constant Field Values
MatchToQuerySort
public MatchToQuerySort()
throws LBParameterException,
LBException
- Throws:
LBParameterException
LBException
buildSortDescription
public SortDescription buildSortDescription()
- Description copied from class:
AbstractSort
- Builds the sort description.
- Specified by:
buildSortDescription
in class AbstractSort
- Returns:
- the sort description
registerComparators
public void registerComparators(java.util.Map<java.lang.Class,java.util.Comparator> classToComparatorsMap)
- Description copied from class:
AbstractSort
- Register comparators.
- Specified by:
registerComparators
in class AbstractSort
- Parameters:
classToComparatorsMap
- the class to comparators map