|
2.17.2: 2011-06-17 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
JepConversionFunction<T> | Convert a built-in JEP function or operation to a Query
API Expression or Restriction . |
Class Summary | |
---|---|
AbsConverter | Convert Abs function
to a Query API Expression . |
AbstractJepConversionFunction<T> | Abstract superclass implementing the JepConversionFunction
interface. |
AddConverter | Convert Add function
to a Query API Expression . |
AndConverter | Convert the '&&' operator
to a Query API Restriction . |
ASTConstantConverter | Converts a constant node to an expression. |
ASTFunNodeConverter | Converts a function node to an expression or restriction. |
ASTVarNodeConverter | Converts a variable node to a parameter expression or null. |
ConverterFactory | Keep JepConversionFunction objects for converting built-in
JEP object to Query API Expression or Restriction
objects. |
DivideConverter | Convert Divide function
to a Query API Expression . |
EqualsConverter | Convert the '==' operator
to a Query API Restriction . |
ExpConverter | Convert Exp function
to a Query API Expression . |
FloatConverter | Convert a Number constant
to a Query API Expression from the float value. |
GreaterConverter | Convert the '>' operator
to a Query API Restriction . |
GreaterEqualsConverter | Convert the '>=' operator
to a Query API Restriction . |
IfConverter | Convert If function
to a Query API Expression . |
IntegerConverter | Convert an Integer constant
to a Query API Expression . |
LessConverter | Convert the '<' operator
to a Query API Restriction . |
LessEqualsConverter | Convert the '<=' operator
to a Query API Restriction . |
LogarithmConverter | Convert Logarithm function
to a Query API Expression . |
MultiplyConverter | Convert Multiply function
to a Query API Expression . |
NaturalLogarithmConverter | Convert NaturalLogarithm function
to a Query API Expression . |
NotConverter | Convert Not function
to a Query API Restriction . |
NotEqualsConverter | Convert the '! |
OrConverter | Convert the '||' operator
to a Query API Restriction . |
SquareRootConverter | Convert SquareRoot function
to a Query API Expression . |
StringConverter | Convert a String constant
to a Query API Expression . |
SubtractConverter | Convert Subtract function
to a Query API Expression . |
UMinusConverter | Convert UMinus function
to a Query API Expression . |
|
2.17.2: 2011-06-17 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |