| Package | Description |
|---|---|
| org.openrdf.query.algebra |
Query Algebra
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MathExpr.setOperator(MathExpr.MathOp operator) |
| Constructor and Description |
|---|
MathExpr(ValueExpr leftArg,
ValueExpr rightArg,
MathExpr.MathOp operator) |
Copyright © 2001-2013 Aduna. All Rights Reserved.