Uses of Enum Class
com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction.Op
Packages that use AbstractMinMaxFunction.Op
-
Uses of AbstractMinMaxFunction.Op in com.googlecode.aviator.runtime.function.system
Methods in com.googlecode.aviator.runtime.function.system that return AbstractMinMaxFunction.OpModifier and TypeMethodDescriptionprotected abstract AbstractMinMaxFunction.Op
AbstractMinMaxFunction.getOp()
protected AbstractMinMaxFunction.Op
MaxFunction.getOp()
protected AbstractMinMaxFunction.Op
MinFunction.getOp()
static AbstractMinMaxFunction.Op
Returns the enum constant of this class with the specified name.static AbstractMinMaxFunction.Op[]
AbstractMinMaxFunction.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.