Modifier and Type | Method and Description |
---|---|
void |
SesameHTTPClient.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static Value |
Protocol.decodeValue(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded value.
|
Modifier and Type | Method and Description |
---|---|
static String |
Protocol.encodeValue(Value value)
Encodes a value for use in a URL.
|
Modifier and Type | Method and Description |
---|---|
Value |
StatementOperation.getObject() |
Modifier and Type | Method and Description |
---|---|
void |
StatementOperation.setObject(Value object) |
Constructor and Description |
---|
AddStatementOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Create an AddStatementOperation.
|
RemoveStatementsOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Creates a RemoveStatementsOperation.
|
Modifier and Type | Method and Description |
---|---|
static Value |
ProtocolUtil.parseValueParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
Modifier and Type | Interface and Description |
---|---|
interface |
BNode
A blank node (aka bnode, aka anonymous node).
|
interface |
Literal
An RDF literal consisting of a label (the value) and optionally a language
tag or a datatype (but not both).
|
interface |
Resource
The supertype of all RDF resources (URIs and blank nodes).
|
interface |
URI
A URI.
|
Modifier and Type | Method and Description |
---|---|
Value |
Statement.getObject()
Gets the object of this statement.
|
Value |
Model.objectValue()
Gets the object of the statement(s).
|
Modifier and Type | Method and Description |
---|---|
Set<Value> |
Model.objects()
Returns a
Set view of the objects contained in this model. |
Modifier and Type | Method and Description |
---|---|
boolean |
Model.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the model.
|
boolean |
Graph.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the graph.
|
boolean |
Model.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Determines if statements with the specified subject, predicate, object and
(optionally) context exist in this model.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object
and associated context.
|
Model |
Model.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Returns a view of the statements with the specified subject, predicate,
object and (optionally) context.
|
Iterator<Statement> |
Graph.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
boolean |
Model.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes statements with the specified subject, predicate, object and
(optionally) context exist in this model.
|
Modifier and Type | Class and Description |
---|---|
class |
BNodeImpl
An implementation of the
BNode interface. |
class |
BooleanLiteralImpl
An extension of
LiteralImpl that stores a boolean value to avoid
parsing. |
class |
CalendarLiteralImpl
An extension of
LiteralImpl that stores a calendar value to avoid
parsing. |
class |
DecimalLiteralImpl
An extension of
LiteralImpl that stores an integer value using a
BigDecimal object. |
class |
IntegerLiteralImpl
An extension of
LiteralImpl that stores an integer value using a
BigInteger object. |
class |
LiteralImpl
An implementation of the
Literal interface. |
class |
NumericLiteralImpl
An extension of
LiteralImpl that stores a numeric value to avoid
parsing. |
class |
URIImpl
The default implementation of the
URI interface. |
Modifier and Type | Method and Description |
---|---|
Value |
StatementImpl.getObject() |
Value |
AbstractModel.objectValue() |
Modifier and Type | Method and Description |
---|---|
Set<Value> |
AbstractModel.objects() |
Modifier and Type | Method and Description |
---|---|
boolean |
FilteredModel.add(Resource s,
URI p,
Value o,
Resource... c) |
boolean |
TreeModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
GraphImpl.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
boolean |
EmptyModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.contains(Resource s,
URI p,
Value o,
Resource... c) |
boolean |
TreeModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Model |
FilteredModel.filter(Resource s,
URI p,
Value o,
Resource... c) |
Model |
TreeModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
EmptyModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
LinkedHashModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Iterator<Statement> |
AbstractModel.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
Iterator<Statement> |
GraphImpl.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
boolean |
FilteredModel.remove(Resource s,
URI p,
Value o,
Resource... c) |
boolean |
TreeModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected abstract void |
FilteredModel.removeFilteredTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
void |
FilteredModel.removeTermIteration(Iterator<Statement> iter,
Resource s,
URI p,
Value o,
Resource... c) |
void |
TreeModel.removeTermIteration(Iterator<Statement> iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
abstract void |
AbstractModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
void |
EmptyModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
LinkedHashModel.removeTermIteration(Iterator iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Constructor and Description |
---|
ContextStatementImpl(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new Statement with the supplied subject, predicate and object
for the specified associated context.
|
FilteredModel(AbstractModel model,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
StatementImpl(Resource subject,
URI predicate,
Value object)
Creates a new Statement with the supplied subject, predicate and object.
|
Modifier and Type | Method and Description |
---|---|
static Value |
GraphUtil.getOptionalObject(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the object of the statement(s) with the specified subject and
predicate from the specified contexts in the supplied graph.
|
static Value |
GraphUtil.getUniqueObject(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the object of the statement(s) with the specified subject and
predicate from the specified contexts in the supplied graph.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<Value> |
GraphUtil.getObjectIterator(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the objects of the statements with the specified subject, predicate
and (optionally) contexts from the supplied graph.
|
static Set<Value> |
GraphUtil.getObjects(Graph graph,
Resource subj,
URI pred,
Resource... contexts)
Gets the objects of the statements with the specified subject, predicate
and (optionally) contexts from the supplied graph.
|
Modifier and Type | Method and Description |
---|---|
int |
LexicalValueComparator.compare(Value o1,
Value o2) |
static boolean |
Literals.getBooleanValue(Value v,
boolean fallback)
Returns the result of
getBooleanValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static byte |
Literals.getByteValue(Value v,
byte fallback)
Returns the result of
getByteValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static XMLGregorianCalendar |
Literals.getCalendarValue(Value v,
XMLGregorianCalendar fallback)
Returns the result of
getCalendarValue((Literal)value, fallback) in case the supplied value is
a literal, returns the fallback value otherwise. |
static BigDecimal |
Literals.getDecimalValue(Value v,
BigDecimal fallback)
Returns the result of
getDecimalValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static double |
Literals.getDoubleValue(Value v,
double fallback)
Returns the result of
getDoubleValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static float |
Literals.getFloatValue(Value v,
float fallback)
Returns the result of
getFloatValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static BigInteger |
Literals.getIntegerValue(Value v,
BigInteger fallback)
Returns the result of
getIntegerValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static int |
Literals.getIntValue(Value v,
int fallback)
Returns the result of
getIntValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static String |
Literals.getLabel(Value v,
String fallback)
Returns the result of
getLabel((Literal)v, fallback in case the supplied value is a literal,
returns the fallback value otherwise. |
static long |
Literals.getLongValue(Value v,
long fallback)
Returns the result of
getLongValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static Resource |
GraphUtil.getOptionalSubject(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statement(s) with the specified predicate and
object from the specified contexts in the supplied graph.
|
static URI |
GraphUtil.getOptionalSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Utility method that casts the return value of
GraphUtil.getOptionalSubject(Graph, URI, Value, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static short |
Literals.getShortValue(Value v,
short fallback)
Returns the result of
getShortValue((Literal)value, fallback) in case the supplied value is a
literal, returns the fallback value otherwise. |
static Iterator<Resource> |
GraphUtil.getSubjectIterator(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statements with the specified predicate, object
and (optionally) contexts from the supplied graph.
|
static Set<Resource> |
GraphUtil.getSubjects(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statements with the specified predicate, object
and (optionally) contexts from the supplied graph.
|
static Resource |
GraphUtil.getUniqueSubject(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Gets the subject of the statement(s) with the specified predicate and
object from the specified contexts in the supplied graph.
|
static URI |
GraphUtil.getUniqueSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Utility method that casts the return value of
GraphUtil.getUniqueSubject(Graph, URI, Value, Resource[]) to a URI, or
throws a GraphUtilException if that value is not a URI. |
static void |
GraphUtil.remove(Graph graph,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Utility method that removes all statements matching the specified criteria
from a graph.
|
static void |
GraphUtil.setUniqueObject(Graph graph,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds the specified statement and makes sure that no other statements are
present in the Graph with the same subject and predicate.
|
Constructor and Description |
---|
ModelException(Value value) |
ModelException(Value v1,
Value v2) |
PatternIterator(Iterator<S> iter,
Value subj,
Value pred,
Value obj,
Value... contexts) |
PatternIterator(Iterator<S> iter,
Value subj,
Value pred,
Value obj,
Value... contexts) |
Modifier and Type | Method and Description |
---|---|
Value |
Binding.getValue()
Gets the value of the binding.
|
Value |
BindingSet.getValue(String bindingName)
Gets the value of the binding with the specified name from this
BindingSet.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setBinding(String name,
Value value)
Binds the specified variable to the supplied value.
|
Modifier and Type | Method and Description |
---|---|
Value |
Var.getValue() |
Value |
ValueConstant.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
Var.setValue(Value value) |
void |
ValueConstant.setValue(Value value) |
Constructor and Description |
---|
ValueConstant(Value value) |
Var(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
EvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings)
Gets the value of this expression.
|
Value |
QueryBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
QueryBindingSet.addBinding(String name,
Value value)
Adds a new binding to the binding set.
|
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
void |
QueryBindingSet.setBinding(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
protected StringBuilder |
SPARQLFederatedService.appendValueAsString(StringBuilder sb,
Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
DateTimeCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
DoubleCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
FloatCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StringCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
DecimalCast.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
IntegerCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
BooleanCast.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Year.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Timezone.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Hours.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Now.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Tz.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Minutes.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Day.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Seconds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Month.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
abstract Literal |
HashFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA384.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA1.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
MD5.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA512.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA256.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Ceil.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Rand.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Floor.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Round.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Abs.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
STRUUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrDt.evaluate(ValueFactory valueFactory,
Value... args) |
URI |
UUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLang.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Substring.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrBefore.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
UpperCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
LowerCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
EncodeForUri.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrAfter.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrEnds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrStarts.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Replace.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLen.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Contains.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
EvaluationStrategyImpl.evaluate(And node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(BNodeGenerator node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Bound node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Coalesce node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(CompareAll node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(CompareAny node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Compare node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Datatype node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Exists node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(FunctionCall node,
BindingSet bindings)
Evaluates a function.
|
Value |
EvaluationStrategyImpl.evaluate(If node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(In node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(IsBNode node,
BindingSet bindings)
Determines whether the operand (a variable) contains a BNode.
|
Value |
EvaluationStrategyImpl.evaluate(IsLiteral node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Literal.
|
Value |
EvaluationStrategyImpl.evaluate(IsNumeric node,
BindingSet bindings)
Determines whether the operand (a variable) contains a numeric datatyped
literal, i.e.
|
Value |
EvaluationStrategyImpl.evaluate(IsResource node,
BindingSet bindings)
Determines whether the operand (a variable) contains a Resource.
|
Value |
EvaluationStrategyImpl.evaluate(IsURI node,
BindingSet bindings)
Determines whether the operand (a variable) contains a URI.
|
Value |
EvaluationStrategyImpl.evaluate(Label node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Lang node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(LangMatches node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Like node,
BindingSet bindings)
Determines whether the two operands match according to the
like operator. |
Value |
EvaluationStrategyImpl.evaluate(LocalName node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(MathExpr node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Namespace node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Not node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Or node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Regex node,
BindingSet bindings)
Determines whether the two operands match according to the
regex operator. |
Value |
EvaluationStrategyImpl.evaluate(SameTerm node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Str node,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(ValueConstant valueConstant,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(ValueExpr expr,
BindingSet bindings) |
Value |
EvaluationStrategyImpl.evaluate(Var var,
BindingSet bindings) |
protected Value |
EvaluationStrategyImpl.getVarValue(Var var,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected ZeroLengthPathIteration |
EvaluationStrategyImpl.getZeroLengthPathIterator(BindingSet bindings,
Var subjectVar,
Var objVar,
Var contextVar,
Value subj,
Value obj) |
Constructor and Description |
---|
SameTermFilterOptimizer.VarBinder(String varName,
Value value) |
Modifier and Type | Method and Description |
---|---|
Value |
PathIteration.ValuePair.getEndValue() |
Value |
PathIteration.ValuePair.getStartValue() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v)
add param v to the set reportedValues2
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v)
add param v to the set reportedValues2
|
Constructor and Description |
---|
PathIteration.ValuePair(Value startValue,
Value endValue) |
ZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings) |
Modifier and Type | Method and Description |
---|---|
protected ZeroLengthPathIteration |
LimitedSizeEvaluationStrategy.getZeroLengthPathIterator(BindingSet bindings,
Var subjectVar,
Var objVar,
Var contextVar,
Value subj,
Value obj) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LimitedSizeZeroLengthPathIteration.add(Set<Value> reportedValues2,
Value v) |
Constructor and Description |
---|
LimitedSizeZeroLengthPathIteration(EvaluationStrategyImpl evaluationStrategyImpl,
Var subjectVar,
Var objVar,
Value subj,
Value obj,
Var contextVar,
BindingSet bindings,
AtomicLong used,
long maxSize) |
Modifier and Type | Method and Description |
---|---|
int |
ValueComparator.compare(Value o1,
Value o2) |
static boolean |
QueryEvaluationUtil.compare(Value leftVal,
Value rightVal,
Compare.CompareOp operator) |
static boolean |
QueryEvaluationUtil.getEffectiveBooleanValue(Value value)
Determines the effective boolean value (EBV) of the supplied value as
defined in the SPARQL
specification:
The EBV of any literal whose type is xsd:boolean or numeric is false
if the lexical form is not valid for that datatype (e.g.
|
static boolean |
QueryEvaluationUtil.isPlainLiteral(Value v)
Checks whether the supplied value is a "plain literal".
|
static boolean |
QueryEvaluationUtil.isSimpleLiteral(Value v)
Checks whether the supplied value is a "simple literal".
|
static boolean |
QueryEvaluationUtil.isStringLiteral(Value v)
Checks whether the supplied literal is a "string literal".
|
Modifier and Type | Method and Description |
---|---|
Value |
BindingImpl.getValue() |
Value |
EmptyBindingSet.getValue(String bindingName) |
Value |
ListBindingSet.getValue(String bindingName) |
Value |
MapBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
MapBindingSet.addBinding(String name,
Value value)
Adds a binding to the binding set.
|
void |
AbstractOperation.setBinding(String name,
Value value) |
Constructor and Description |
---|
BindingImpl(String name,
Value value)
Creates a binding object with the supplied name and value.
|
ListBindingSet(List<String> names,
Value... values)
Creates a new List-based BindingSet containing the supplied bindings.
|
Constructor and Description |
---|
ListBindingSet(List<String> bindingNames,
List<? extends Value> values)
Creates a new List-based BindingSet containing the supplied bindings.
|
Modifier and Type | Method and Description |
---|---|
Value |
ASTRDFValue.getRDFValue() |
Modifier and Type | Method and Description |
---|---|
void |
ASTRDFValue.setRDFValue(Value value) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsCSVWriter.writeValue(Value val) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsTSVWriter.writeValue(Value val) |
Modifier and Type | Method and Description |
---|---|
static String |
RenderUtils.getSerqlQueryString(Value theValue)
Return the query string rendering of the
Value |
static String |
RenderUtils.getSPARQLQueryString(Value theValue)
Return the query string rendering of the
Value |
Modifier and Type | Method and Description |
---|---|
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
String thePred,
Value theObj) |
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
String thePred,
Value theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
Value theObj) |
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
Value theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
Value thePred,
Value theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
String thePredVar,
Value theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePredVar,
String theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(String theSubjVar,
Value thePred,
Value theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
String thePredVar,
String theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
String theObj) |
GroupBuilder<T,E> |
GroupBuilder.atom(Value theSubjVar,
Value thePredVar,
Value theObj) |
static Compare |
ValueExprFactory.eq(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.eq(String theVar,
Value theValue) |
GroupBuilder<T,E> |
GroupBuilder.filter(String theVar,
Compare.CompareOp theOp,
Value theValue) |
static Compare |
ValueExprFactory.ge(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.ge(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.gt(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.gt(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.le(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.le(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.lt(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.lt(String theVar,
Value theValue) |
static Compare |
ValueExprFactory.ne(String theVar,
Value theValue) |
GroupBuilder<T,E> |
FilterBuilder.ne(String theVar,
Value theValue) |
GroupBuilder<T,E> |
GroupBuilder.setContext(Value theContextValue) |
static Var |
GroupBuilder.valueToVar(Value theValue) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.add(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Adds a statement with the specified subject, predicate and object to this
repository, optionally to one or more named contexts.
|
void |
RepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
RepositoryResult<Statement> |
RepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
boolean |
RepositoryConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Checks whether the repository contains statements with a specific subject,
predicate and/or object, optionally in the specified contexts.
|
void |
RepositoryConnection.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Removes the statement(s) with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionBase.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionWrapper.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected abstract void |
RepositoryConnectionBase.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionWrapper.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
RepositoryConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
RepositoryConnectionBase.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
RepositoryConnectionWrapper.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
RepositoryConnectionBase.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionWrapper.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected abstract void |
RepositoryConnectionBase.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
boolean |
ContextAwareConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
ContextAwareConnection.hasStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Checks whether the repository contains statements with a specific subject,
predicate and/or object, optionally in the specified contexts.
|
void |
ContextAwareConnection.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Removes the statement with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
|
protected void |
ContextAwareConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptor.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptor.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptorAdapter.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
InterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptorAdapter.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
InterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj,
URI pred,
Value obj,
Resource... ctx) |
Modifier and Type | Method and Description |
---|---|
void |
DebugRepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
DebugRepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
SailRepositoryConnection.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
SailRepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SailRepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SailRepositoryConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLConnection.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
SPARQLConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SPARQLConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
SPARQLConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SPARQLConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
Value |
SPARQLQueryBindingSet.getValue(String bindingName) |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLQueryBindingSet.addBinding(String name,
Value value)
Adds a new binding to the binding set.
|
void |
SPARQLOperation.setBinding(String name,
Value value)
Deprecated.
|
void |
SPARQLQueryBindingSet.setBinding(String name,
Value value) |
Modifier and Type | Method and Description |
---|---|
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj)
Creates a new
Statement object with the supplied components. |
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj,
Resource context)
Creates a new
Statement object with the supplied components. |
Modifier and Type | Field and Description |
---|---|
protected Value |
NTriplesParser.object |
Modifier and Type | Method and Description |
---|---|
static Value |
NTriplesUtil.parseValue(String nTriplesValue,
ValueFactory valueFactory)
Parses an N-Triples value, creates an object for it using the supplied
ValueFactory and returns this object.
|
Modifier and Type | Method and Description |
---|---|
static void |
NTriplesUtil.append(Value value,
Appendable appendable) |
static String |
NTriplesUtil.toNTriplesString(Value value)
Creates an N-Triples string for the supplied value.
|
Modifier and Type | Method and Description |
---|---|
static void |
RDFJSONWriter.writeObject(Value object,
Set<Resource> contexts,
com.fasterxml.jackson.core.JsonGenerator jg)
Helper method to reduce complexity of the JSON serialisation algorithm Any
null contexts will only be serialised to JSON if there are also non-null
contexts in the contexts array
|
Modifier and Type | Method and Description |
---|---|
protected void |
TriGParser.reportStatement(Resource subj,
URI pred,
Value obj) |
Modifier and Type | Method and Description |
---|---|
protected Value |
TurtleParser.parseQNameOrBoolean()
Parses qnames and boolean values, which have equivalent starting
characters.
|
protected Value |
TurtleParser.parseValue()
Parses an RDF value.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TurtleParser.reportStatement(Resource subj,
URI pred,
Value obj) |
protected void |
TurtleWriter.writeValue(Value val) |
Modifier and Type | Method and Description |
---|---|
void |
SailConnection.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
void |
SailConnection.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
CloseableIteration<? extends Statement,SailException> |
SailConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements from the specified contexts that have a specific
subject, predicate and/or object.
|
void |
SailConnection.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and
object from the repository.
|
void |
SailConnection.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and
object from the repository.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionBase.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionWrapper.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionBase.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
The default implementation buffers added statements until the update
operation is complete.
|
void |
SailConnectionWrapper.addStatement(UpdateContext modify,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected abstract void |
SailConnectionBase.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected abstract CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
SailConnectionBase.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
The default implementation buffers removed statements until the update
operation is complete.
|
void |
SailConnectionWrapper.removeStatement(UpdateContext modify,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionBase.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionWrapper.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected abstract void |
SailConnectionBase.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
InferencerConnectionWrapper.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds an inferred statement to a specific context.
|
CloseableIteration<? extends Statement,SailException> |
InferencerConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
boolean |
InferencerConnectionWrapper.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes an inferred statement from a specific context.
|
Modifier and Type | Method and Description |
---|---|
Collection<Value> |
CustomGraphQueryInferencer.getWatchObjects()
Exposed for test purposes.
|
Collection<Value> |
CustomGraphQueryInferencer.getWatchPredicates()
Exposed for test purposes.
|
Collection<Value> |
CustomGraphQueryInferencer.getWatchSubjects()
Exposed for test purposes.
|
Modifier and Type | Method and Description |
---|---|
protected Value |
MemoryStoreConnection.MemEvaluationStatistics.MemCardinalityCalculator.getConstantValue(Var var) |
Modifier and Type | Method and Description |
---|---|
boolean |
MemoryStoreConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected Statement |
MemoryStore.addStatement(Resource subj,
URI pred,
Value obj,
Resource context,
boolean explicit) |
protected boolean |
MemoryStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
boolean explicit,
Resource... contexts)
Adds the specified statement to this MemoryStore.
|
protected void |
MemoryStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected <X extends Exception> |
MemoryStore.createStatementIterator(Class<X> excClass,
Resource subj,
URI pred,
Value obj,
boolean explicitOnly,
int snapshot,
ReadMode readMode,
Resource... contexts)
Creates a StatementIterator that contains the statements matching the
specified pattern of subject, predicate, object, context.
|
protected CloseableIteration<? extends Statement,SailException> |
MemoryStoreConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected boolean |
MemoryStore.hasStatement(Resource subj,
URI pred,
Value obj,
boolean explicitOnly,
int snapshot,
ReadMode readMode,
Resource... contexts) |
boolean |
MemoryStoreConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
MemoryStoreConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected boolean |
MemoryStoreConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean explicit,
Resource... contexts)
Removes the statements that match the specified pattern of subject,
predicate, object and context.
|
protected void |
MemoryStoreConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Interface and Description |
---|---|
interface |
MemResource
A MemoryStore-specific extension of Resource giving it subject statements.
|
interface |
MemValue
A MemoryStore-specific extension of the Value interface, giving it node
properties.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanMemLiteral
An extension of MemLiteral that stores a boolean value to avoid parsing.
|
class |
CalendarMemLiteral
An extension of MemLiteral that stores a Calendar value to avoid parsing.
|
class |
DecimalMemLiteral
An extension of MemLiteral that stores a decimal value to avoid parsing.
|
class |
IntegerMemLiteral
An extension of MemLiteral that stores an integer value to avoid parsing.
|
class |
MemBNode
A MemoryStore-specific extension of BNodeImpl giving it node properties.
|
class |
MemLiteral
A MemoryStore-specific extension of Literal giving it node properties.
|
class |
MemURI
A MemoryStore-specific implementation of URI that stores separated namespace
and local name information to enable reuse of namespace String objects
(reducing memory usage) and that gives it node properties.
|
class |
NumericMemLiteral
An extension of MemLiteral that stores a numeric value to avoid parsing.
|
Modifier and Type | Method and Description |
---|---|
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
MemValue |
MemValueFactory.getMemValue(Value value)
Returns a previously created MemValue that is equal to the supplied value,
or null if the supplied value is a new value or is equal to
null.
|
MemValue |
MemValueFactory.getOrCreateMemValue(Value value)
Gets or creates a MemValue for the supplied Value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NativeStoreConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected double |
NativeStore.cardinality(Resource subj,
URI pred,
Value obj,
Resource context) |
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
protected CloseableIteration<? extends Statement,IOException> |
NativeStore.createStatementIterator(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
boolean readTransaction,
Resource... contexts)
Creates a statement iterator based on the supplied pattern.
|
int |
ValueStore.getID(Value value)
Gets the ID for the specified value.
|
NativeValue |
ValueStore.getNativeValue(Value value) |
CloseableIteration<? extends Statement,QueryEvaluationException> |
NativeTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected CloseableIteration<? extends Statement,SailException> |
NativeStoreConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
NativeStoreConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
int |
ValueStore.storeValue(Value value)
Stores the supplied value and returns the ID that has been assigned to it.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeResource |
interface |
NativeValue |
Modifier and Type | Class and Description |
---|---|
class |
NativeBNode |
class |
NativeLiteral |
class |
NativeURI |
Modifier and Type | Method and Description |
---|---|
protected void |
RdbmsConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
RdbmsValue |
RdbmsValueFactory.asRdbmsValue(Value value) |
RdbmsStatement |
RdbmsValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
RdbmsStatement |
RdbmsValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
RdbmsStatementIteration |
RdbmsTripleRepository.find(Resource subj,
URI pred,
Value obj,
Resource... ctxs) |
Number |
RdbmsValueFactory.getInternalId(Value r) |
protected CloseableIteration<? extends Statement,SailException> |
RdbmsConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
int |
RdbmsTripleRepository.remove(Resource subj,
URI pred,
Value obj,
Resource... ctxs) |
protected void |
RdbmsConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
Value |
ColumnVar.getValue() |
Modifier and Type | Method and Description |
---|---|
static ColumnVar |
ColumnVar.createObj(String alias,
Var v,
Value value) |
void |
ColumnVar.setValue(Value value) |
Modifier and Type | Method and Description |
---|---|
SqlExpr |
HashExprFactory.valueOf(Value value) |
Modifier and Type | Method and Description |
---|---|
QueryBuilder |
QueryBuilder.filter(ColumnVar var,
Value val) |
CloseableIteration |
RdbmsTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsBNode
Wraps a
BNodeImpl providing an internal id and version. |
class |
RdbmsLiteral
Wraps a
LiteralImpl providing an internal id and version. |
class |
RdbmsResource
Provides an internal id and version for URI and BNodes.
|
class |
RdbmsURI
Wraps a
URIImpl providing an internal id and version. |
class |
RdbmsValue
Provides an internal id and version for values.
|
Constructor and Description |
---|
SameTermFilterRdbmsOptimizer.VarBinder(String varName,
Value value) |
Modifier and Type | Method and Description |
---|---|
protected long |
IdSequence.hashLiteralType(MessageDigest digest,
Value value) |
long |
IdSequence.hashOf(Value value) |
Number |
IdSequence.idOf(Value value) |
Number |
IntegerIdSequence.nextId(Value value) |
abstract Number |
IdSequence.nextId(Value value) |
Number |
LongIdSequence.nextId(Value value) |
protected ValueType |
IdSequence.valueOf(Value value) |
Modifier and Type | Method and Description |
---|---|
protected ExploreServlet.ResultCursor |
ExploreServlet.processResource(RepositoryConnection con,
TupleResultBuilder builder,
Value value,
int offset,
int limit,
boolean render)
Query the repository for all instances of the given value, optionally
writing the results into the HTTP response.
|
Modifier and Type | Method and Description |
---|---|
Value |
WorkbenchRequest.getValue(String name)
Gets the
Value referred to by the parameter
value. |
Copyright © 2001-2013 Aduna. All Rights Reserved.