public class ValueExprFactory extends Object
Collection of utility methods for building the various ValueExpr objects in the Sesame query API.
Constructor and Description |
---|
ValueExprFactory() |
Modifier and Type | Method and Description |
---|---|
static And |
and(ValueExpr theLeft,
ValueExpr theRight) |
static Bound |
bound(String theVar) |
static Compare |
eq(String theVar,
String theOtherVar) |
static Compare |
eq(String theVar,
Value theValue) |
static Compare |
ge(String theVar,
String theOtherVar) |
static Compare |
ge(String theVar,
Value theValue) |
static Compare |
gt(String theVar,
String theOtherVar) |
static Compare |
gt(String theVar,
Value theValue) |
static LangMatches |
langMatches(String theVar,
String theLang) |
static Compare |
le(String theVar,
String theOtherVar) |
static Compare |
le(String theVar,
Value theValue) |
static Compare |
lt(String theVar,
String theOtherVar) |
static Compare |
lt(String theVar,
Value theValue) |
static Compare |
ne(String theVar,
String theOtherVar) |
static Compare |
ne(String theVar,
Value theValue) |
static Not |
not(ValueExpr theExpr) |
static Or |
or(ValueExpr theLeft,
ValueExpr theRight) |
public static LangMatches langMatches(String theVar, String theLang)
Copyright © 2001-2016 Aduna. All Rights Reserved.