SparqlBuilder instead.@Deprecated public class ValueExprFactory extends Object
Collection of utility methods for building the various ValueExpr objects in the RDF4J query API.
| Constructor and Description | 
|---|
| ValueExprFactory()Deprecated.  | 
| Modifier and Type | Method and 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.  | 
public static LangMatches langMatches(String theVar, String theLang)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.