Class ValueExprFactory
- java.lang.Object
-
- org.eclipse.rdf4j.queryrender.builder.ValueExprFactory
-
@Deprecated public class ValueExprFactory extends Object
Deprecated.useSparqlBuilder
instead.Collection of utility methods for building the various ValueExpr objects in the RDF4J query API.
- Author:
- Michael Grove
-
-
Constructor Summary
Constructors Constructor Description ValueExprFactory()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static And
and(ValueExpr theLeft, ValueExpr theRight)
Deprecated.static Bound
bound(String theVar)
Deprecated.static Compare
eq(String theVar, String theOtherVar)
Deprecated.static Compare
eq(String theVar, Value theValue)
Deprecated.static Compare
ge(String theVar, String theOtherVar)
Deprecated.static Compare
ge(String theVar, Value theValue)
Deprecated.static Compare
gt(String theVar, String theOtherVar)
Deprecated.static Compare
gt(String theVar, Value theValue)
Deprecated.static LangMatches
langMatches(String theVar, String theLang)
Deprecated.static Compare
le(String theVar, String theOtherVar)
Deprecated.static Compare
le(String theVar, Value theValue)
Deprecated.static Compare
lt(String theVar, String theOtherVar)
Deprecated.static Compare
lt(String theVar, Value theValue)
Deprecated.static Compare
ne(String theVar, String theOtherVar)
Deprecated.static Compare
ne(String theVar, Value theValue)
Deprecated.static Not
not(ValueExpr theExpr)
Deprecated.static Or
or(ValueExpr theLeft, ValueExpr theRight)
Deprecated.
-
-
-
Method Detail
-
langMatches
public static LangMatches langMatches(String theVar, String theLang)
Deprecated.
-
-