Class UcaFunction
- java.lang.Object
-
- com.yahoo.search.grouping.request.GroupingNode
-
- com.yahoo.search.grouping.request.GroupingExpression
-
- com.yahoo.search.grouping.request.FunctionNode
-
- com.yahoo.search.grouping.request.UcaFunction
-
- All Implemented Interfaces:
java.lang.Iterable<GroupingExpression>
public class UcaFunction extends FunctionNode
This class represents an uca-function in aGroupingExpression
.- Author:
- Ulf Lilleengen, bratseth
-
-
Constructor Summary
Constructors Constructor Description UcaFunction(GroupingExpression exp, java.lang.String locale)
Constructs a new instance of this class.UcaFunction(GroupingExpression exp, java.lang.String locale, java.lang.String strength)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UcaFunction
copy()
Returns a deep copy of thisjava.lang.String
getLocale()
java.lang.String
getStrength()
-
Methods inherited from class com.yahoo.search.grouping.request.FunctionNode
args, asList, asList, asList, getArg, getNumArgs, iterator, resolveLevel, visit
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingExpression
asImage, asString, getLevel, getLevelOrNull, setLabel
-
Methods inherited from class com.yahoo.search.grouping.request.GroupingNode
getImage, getLabel, toString
-
-
-
-
Constructor Detail
-
UcaFunction
public UcaFunction(GroupingExpression exp, java.lang.String locale)
Constructs a new instance of this class.- Parameters:
exp
- The expression to evaluate.locale
- The locale to used for sorting.
-
UcaFunction
public UcaFunction(GroupingExpression exp, java.lang.String locale, java.lang.String strength)
Constructs a new instance of this class.- Parameters:
exp
- The expression to evaluate.locale
- The locale to used for sorting.strength
- The strength level to use.
-
-
Method Detail
-
copy
public UcaFunction copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classGroupingExpression
-
getLocale
public java.lang.String getLocale()
-
getStrength
public java.lang.String getStrength()
-
-