Class MathCbrtFunction
- 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.MathCbrtFunction
-
- All Implemented Interfaces:
Iterable<GroupingExpression>
public class MathCbrtFunction extends FunctionNode
- Author:
- baldersheim, bratseth
-
-
Constructor Summary
Constructors Constructor Description MathCbrtFunction(GroupingExpression exp)
Constructs a new instance of this class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MathCbrtFunction
copy()
Returns a deep copy of this-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
MathCbrtFunction
public MathCbrtFunction(GroupingExpression exp)
Constructs a new instance of this class.- Parameters:
exp
- The expression to evaluate, double value will be requested.
-
-
Method Detail
-
copy
public MathCbrtFunction copy()
Description copied from class:GroupingExpression
Returns a deep copy of this- Specified by:
copy
in classGroupingExpression
-
-