Uses of Enum
org.eclipse.rdf4j.sparqlbuilder.constraint.BinaryOperator
Packages that use BinaryOperator
-
Uses of BinaryOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return BinaryOperatorModifier and TypeMethodDescriptionstatic BinaryOperator
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 BinaryOperatorModifier and TypeMethodDescriptionprivate static BinaryOperation
Expressions.binaryExpression
(BinaryOperator operator, Operand op1, Operand op2) Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type BinaryOperator