Uses of Class
gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort.SortAlgorithm

Packages that use SortAlgorithm
gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort   
 

Uses of SortAlgorithm in gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort that return SortAlgorithm
static SortAlgorithm SortAlgorithm.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortAlgorithm[] SortAlgorithm.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in gr.uoa.di.madgik.searchlibrary.operatorlibrary.sort with parameters of type SortAlgorithm
 URI SortOp.compute(String keyFieldName, short order, ComparisonMethod comparisonMethod, ComparisonMode comparisonMode, SortAlgorithm algorithm)
          Performs the sorting operation
 



Copyright © 2013. All Rights Reserved.