Uses of Enum
org.eclipse.rdf4j.sparqlbuilder.constraint.BinaryOperator
Packages that use BinaryOperator
-
Uses of BinaryOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Subclasses with type arguments of type BinaryOperator in org.eclipse.rdf4j.sparqlbuilder.constraintModifier and TypeClassDescription(package private) enumThe SPARQL binary operatorsMethods in org.eclipse.rdf4j.sparqlbuilder.constraint that return BinaryOperatorModifier and TypeMethodDescriptionstatic BinaryOperatorReturns 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 BinaryOperationExpressions.binaryExpression(BinaryOperator operator, Operand op1, Operand op2) Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type BinaryOperator