Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.BinaryOperator
-
Packages that use BinaryOperator Package Description org.eclipse.rdf4j.sparqlbuilder.constraint -
-
Uses of BinaryOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return BinaryOperator Modifier and Type Method Description static BinaryOperator
BinaryOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BinaryOperator[]
BinaryOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type BinaryOperator Modifier and Type Method Description private static BinaryOperation
Expressions. binaryExpression(BinaryOperator operator, Operand op1, Operand op2)
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type BinaryOperator Constructor Description BinaryOperation(BinaryOperator operator)
-