|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Value in org.openrdf.http.client |
|---|
| Methods in org.openrdf.http.client with parameters of type Value | |
|---|---|
void |
HTTPClient.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts)
|
| Uses of Value in org.openrdf.http.protocol |
|---|
| Methods in org.openrdf.http.protocol that return Value | |
|---|---|
static Value |
Protocol.decodeValue(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded value. |
| Methods in org.openrdf.http.protocol with parameters of type Value | |
|---|---|
static String |
Protocol.encodeValue(Value value)
Encodes a value for use in a URL. |
| Uses of Value in org.openrdf.http.protocol.transaction.operations |
|---|
| Methods in org.openrdf.http.protocol.transaction.operations that return Value | |
|---|---|
Value |
StatementOperation.getObject()
|
| Methods in org.openrdf.http.protocol.transaction.operations with parameters of type Value | |
|---|---|
void |
StatementOperation.setObject(Value object)
|
| Constructors in org.openrdf.http.protocol.transaction.operations with parameters of type Value | |
|---|---|
AddStatementOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Create an AddStatementOperation. |
|
RemoveStatementsOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Creates a RemoveStatementsOperation. |
|
| Uses of Value in org.openrdf.http.server |
|---|
| Methods in org.openrdf.http.server that return Value | |
|---|---|
static Value |
ProtocolUtil.parseValueParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf)
|
| Uses of Value in org.openrdf.http.webclient |
|---|
| Methods in org.openrdf.http.webclient that return Value | |
|---|---|
Value |
StatementSpecification.getObject()
|
| Methods in org.openrdf.http.webclient with parameters of type Value | |
|---|---|
static boolean |
ModelFunctions.isResource(Value value)
|
void |
StatementSpecification.setObject(Value object)
|
void |
ParameterValueTag.setValue(Value value)
|
| Uses of Value in org.openrdf.model |
|---|
| Subinterfaces of Value in org.openrdf.model | |
|---|---|
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. |
| Methods in org.openrdf.model that return Value | |
|---|---|
Value |
Statement.getObject()
Gets the object of this statement. |
| Methods in org.openrdf.model with parameters of type Value | |
|---|---|
boolean |
Graph.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the graph. |
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. |
Iterator<Statement> |
Graph.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets the statements with the specified subject, predicate, object and (optionally) context. |
| Uses of Value in org.openrdf.model.impl |
|---|
| Classes in org.openrdf.model.impl that implement Value | |
|---|---|
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. |
| Methods in org.openrdf.model.impl that return Value | |
|---|---|
Value |
StatementImpl.getObject()
|
| Methods in org.openrdf.model.impl with parameters of type Value | |
|---|---|
boolean |
GraphImpl.add(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)
|
Iterator<Statement> |
GraphImpl.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
| Constructors in org.openrdf.model.impl with parameters of type Value | |
|---|---|
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. |
|
StatementImpl(Resource subject,
URI predicate,
Value object)
Creates a new Statement with the supplied subject, predicate and object. |
|
| Uses of Value in org.openrdf.model.util |
|---|
| Methods in org.openrdf.model.util that return Value | |
|---|---|
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. |
| Methods in org.openrdf.model.util that return types with arguments of type Value | |
|---|---|
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. |
| Methods in org.openrdf.model.util with parameters of type Value | |
|---|---|
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 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. |
| Uses of Value in org.openrdf.query |
|---|
| Methods in org.openrdf.query that return Value | |
|---|---|
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. |
| Methods in org.openrdf.query with parameters of type Value | |
|---|---|
void |
Query.setBinding(String name,
Value value)
Binds the specified variable to the supplied value. |
| Uses of Value in org.openrdf.query.algebra |
|---|
| Methods in org.openrdf.query.algebra that return Value | |
|---|---|
Value |
Var.getValue()
|
Value |
ValueConstant.getValue()
|
| Methods in org.openrdf.query.algebra with parameters of type Value | |
|---|---|
void |
Var.setValue(Value value)
|
void |
ValueConstant.setValue(Value value)
|
| Constructors in org.openrdf.query.algebra with parameters of type Value | |
|---|---|
ValueConstant(Value value)
|
|
Var(String name,
Value value)
|
|
| Uses of Value in org.openrdf.query.algebra.evaluation |
|---|
| Methods in org.openrdf.query.algebra.evaluation that return Value | |
|---|---|
Value |
EvaluationStrategy.evaluate(ValueExpr expr,
BindingSet bindings)
Gets the value of this expression. |
Value |
QueryBindingSet.getValue(String bindingName)
|
| Methods in org.openrdf.query.algebra.evaluation with parameters of type Value | |
|---|---|
void |
QueryBindingSet.addBinding(String name,
Value value)
Adds a new binding to the solution. |
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)
|
| Uses of Value in org.openrdf.query.algebra.evaluation.function |
|---|
| Methods in org.openrdf.query.algebra.evaluation.function that return Value | |
|---|---|
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args)
|
| Methods in org.openrdf.query.algebra.evaluation.function with parameters of type Value | |
|---|---|
Literal |
StringCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
IntegerCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
FloatCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
DoubleCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
DecimalCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
DateTimeCast.evaluate(ValueFactory valueFactory,
Value... args)
|
Literal |
BooleanCast.evaluate(ValueFactory valueFactory,
Value... args)
|
| Uses of Value in org.openrdf.query.algebra.evaluation.impl |
|---|
| Methods in org.openrdf.query.algebra.evaluation.impl that return Value | |
|---|---|
Value |
EvaluationStrategyImpl.evaluate(And node,
BindingSet bindings)
|
Value |
EvaluationStrategyImpl.evaluate(BNodeGenerator node,
BindingSet bindings)
|
Value |
EvaluationStrategyImpl.evaluate(Bound 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(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(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)
|
| Constructors in org.openrdf.query.algebra.evaluation.impl with parameters of type Value | |
|---|---|
SameTermFilterOptimizer.VarBinder(String varName,
Value value)
|
|
| Uses of Value in org.openrdf.query.algebra.evaluation.util |
|---|
| Methods in org.openrdf.query.algebra.evaluation.util with parameters of type Value | |
|---|---|
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.isSimpleLiteral(Value v)
Checks whether the supplied value is a "simple literal" as defined in the SPARQL spec. |
| Uses of Value in org.openrdf.query.impl |
|---|
| Methods in org.openrdf.query.impl that return Value | |
|---|---|
Value |
BindingImpl.getValue()
|
Value |
MapBindingSet.getValue(String bindingName)
|
Value |
ListBindingSet.getValue(String bindingName)
|
Value |
EmptyBindingSet.getValue(String bindingName)
|
| Methods in org.openrdf.query.impl with parameters of type Value | |
|---|---|
void |
MapBindingSet.addBinding(String name,
Value value)
Adds a binding to the solution. |
void |
AbstractQuery.setBinding(String name,
Value value)
|
| Constructors in org.openrdf.query.impl with parameters of type Value | |
|---|---|
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 parameters in org.openrdf.query.impl with type arguments of type Value | |
|---|---|
ListBindingSet(List<String> bindingNames,
List<? extends Value> values)
Creates a new List-based BindingSet containing the supplied bindings. |
|
| Uses of Value in org.openrdf.repository |
|---|
| Methods in org.openrdf.repository with parameters of type Value | |
|---|---|
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. |
| Uses of Value in org.openrdf.repository.base |
|---|
| Methods in org.openrdf.repository.base with parameters of type Value | |
|---|---|
void |
RepositoryConnectionWrapper.add(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
RepositoryConnectionBase.add(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
protected void |
RepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
protected abstract void |
RepositoryConnectionBase.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 |
RepositoryConnectionWrapper.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
|
boolean |
RepositoryConnectionBase.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
|
void |
RepositoryConnectionWrapper.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
RepositoryConnectionBase.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
protected void |
RepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
protected abstract void |
RepositoryConnectionBase.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
| Uses of Value in org.openrdf.repository.event |
|---|
| Methods in org.openrdf.repository.event with parameters of type Value | |
|---|---|
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)
|
| Uses of Value in org.openrdf.repository.event.base |
|---|
| Methods in org.openrdf.repository.event.base with parameters of type Value | |
|---|---|
void |
RepositoryConnectionListenerAdapter.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
NotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
InterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
RepositoryConnectionListenerAdapter.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
void |
NotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj,
URI pred,
Value obj,
Resource... ctx)
|
void |
InterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts)
|
| Uses of Value in org.openrdf.repository.sail |
|---|
| Methods in org.openrdf.repository.sail with parameters of type Value | |
|---|---|
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)
|
| Uses of Value in org.openrdf.rio.helpers |
|---|
| Methods in org.openrdf.rio.helpers with parameters of type Value | |
|---|---|
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. |
| Uses of Value in org.openrdf.rio.ntriples |
|---|
| Methods in org.openrdf.rio.ntriples that return Value | |
|---|---|
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. |
| Methods in org.openrdf.rio.ntriples with parameters of type Value | |
|---|---|
static String |
NTriplesUtil.toNTriplesString(Value value)
Creates an N-Triples string for the supplied value. |
| Uses of Value in org.openrdf.rio.trig |
|---|
| Methods in org.openrdf.rio.trig with parameters of type Value | |
|---|---|
protected void |
TriGParser.reportStatement(Resource subj,
URI pred,
Value obj)
|
| Uses of Value in org.openrdf.rio.turtle |
|---|
| Methods in org.openrdf.rio.turtle that return Value | |
|---|---|
protected Value |
TurtleParser.parseQNameOrBoolean()
Parses qnames and boolean values, which have equivalent starting characters. |
protected Value |
TurtleParser.parseValue()
Parses an RDF value. |
| Methods in org.openrdf.rio.turtle with parameters of type Value | |
|---|---|
protected void |
TurtleParser.reportStatement(Resource subj,
URI pred,
Value obj)
|
protected void |
TurtleWriter.writeValue(Value val)
|
| Uses of Value in org.openrdf.sail |
|---|
| Methods in org.openrdf.sail with parameters of type Value | |
|---|---|
void |
SailConnection.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds a statement to each context in the specified contexts. |
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.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... context)
Removes all statements matching the specified subject, predicate and object from the repository. |
| Uses of Value in org.openrdf.sail.helpers |
|---|
| Methods in org.openrdf.sail.helpers with parameters of type Value | |
|---|---|
void |
SailConnectionWrapper.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
void |
SailConnectionBase.addStatement(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> |
SailConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
|
CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.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 |
SailConnectionWrapper.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
void |
SailConnectionBase.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
protected abstract void |
SailConnectionBase.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
| Uses of Value in org.openrdf.sail.inferencer |
|---|
| Methods in org.openrdf.sail.inferencer with parameters of type Value | |
|---|---|
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. |
| Uses of Value in org.openrdf.sail.memory |
|---|
| Methods in org.openrdf.sail.memory that return Value | |
|---|---|
protected Value |
MemoryStoreConnection.MemEvaluationStatistics.MemCardinalityCalculator.getConstantValue(Var var)
|
| Methods in org.openrdf.sail.memory with parameters of type Value | ||
|---|---|---|
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
|
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. |
|
CloseableIteration<MemStatement,QueryEvaluationException> |
MemoryStoreConnection.MemTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
|
protected CloseableIteration<? extends Statement,SailException> |
MemoryStoreConnection.getStatementsInternal(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)
|
|
| Uses of Value in org.openrdf.sail.memory.model |
|---|
| Subinterfaces of Value in org.openrdf.sail.memory.model | |
|---|---|
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. |
| Classes in org.openrdf.sail.memory.model that implement Value | |
|---|---|
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. |
| Methods in org.openrdf.sail.memory.model with parameters of type Value | |
|---|---|
MemValue |
MemValueFactory.createMemValue(Value value)
Creates a MemValue for the supplied Value. |
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. |
| Uses of Value in org.openrdf.sail.nativerdf |
|---|
| Methods in org.openrdf.sail.nativerdf with parameters of type Value | |
|---|---|
boolean |
NativeStoreConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
protected void |
NativeStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
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. |
| Uses of Value in org.openrdf.sail.nativerdf.model |
|---|
| Subinterfaces of Value in org.openrdf.sail.nativerdf.model | |
|---|---|
interface |
NativeResource
|
interface |
NativeValue
|
| Classes in org.openrdf.sail.nativerdf.model that implement Value | |
|---|---|
class |
NativeBNode
|
class |
NativeLiteral
|
class |
NativeURI
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||