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.OpAbstractMinMaxFunction. getOp()protected AbstractMinMaxFunction.OpMaxFunction. getOp()protected AbstractMinMaxFunction.OpMinFunction. getOp()static AbstractMinMaxFunction.OpAbstractMinMaxFunction.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.
-