Uses of Class
org.eclipse.rdf4j.query.algebra.MathExpr.MathOp
-
Packages that use MathExpr.MathOp Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.evaluation.util -
-
Uses of MathExpr.MathOp in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return MathExpr.MathOp Modifier and Type Method Description MathExpr.MathOp
MathExpr. getOperator()
static MathExpr.MathOp
MathExpr.MathOp. valueOf(String name)
Returns the enum constant of this type with the specified name.static MathExpr.MathOp[]
MathExpr.MathOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.query.algebra with parameters of type MathExpr.MathOp Modifier and Type Method Description void
MathExpr. setOperator(MathExpr.MathOp operator)
Constructors in org.eclipse.rdf4j.query.algebra with parameters of type MathExpr.MathOp Constructor Description MathExpr(ValueExpr leftArg, ValueExpr rightArg, MathExpr.MathOp operator)
-
Uses of MathExpr.MathOp in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type MathExpr.MathOp Modifier and Type Method Description static Literal
MathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op)
static Literal
MathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)
Computes the result of applying the supplied math operator on the supplied left and right operand.static Literal
XMLDatatypeMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op)
Computes the result of applying the supplied math operator on the supplied left and right operand.static Literal
XMLDatatypeMathUtil. compute(Literal leftLit, Literal rightLit, MathExpr.MathOp op, ValueFactory vf)
Computes the result of applying the supplied math operator on the supplied left and right operand.
-