Uses of Class
com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction.Op
-
Packages that use AbstractMinMaxFunction.Op Package Description com.googlecode.aviator.runtime.function.system -
-
Uses of AbstractMinMaxFunction.Op in com.googlecode.aviator.runtime.function.system
Methods in com.googlecode.aviator.runtime.function.system that return AbstractMinMaxFunction.Op Modifier and Type Method Description protected abstract AbstractMinMaxFunction.Op
AbstractMinMaxFunction. getOp()
protected AbstractMinMaxFunction.Op
MaxFunction. getOp()
protected AbstractMinMaxFunction.Op
MinFunction. getOp()
static AbstractMinMaxFunction.Op
AbstractMinMaxFunction.Op. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractMinMaxFunction.Op[]
AbstractMinMaxFunction.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-