Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.ConnectiveOperator
-
Packages that use ConnectiveOperator Package Description org.eclipse.rdf4j.sparqlbuilder.constraint -
-
Uses of ConnectiveOperator in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return ConnectiveOperator Modifier and Type Method Description static ConnectiveOperatorConnectiveOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConnectiveOperator[]ConnectiveOperator. 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 ConnectiveOperator Modifier and Type Method Description private static ConnectiveOperationExpressions. connectiveExpression(ConnectiveOperator operator, Operand... operands)Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type ConnectiveOperator Constructor Description ConnectiveOperation(ConnectiveOperator operator)
-