Modifier and Type | Method and Description |
---|---|
ValueFactory |
SparqlSession.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SparqlSession.setValueFactory(ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
static Resource |
Protocol.decodeContext(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded context Resource.
|
static Resource[] |
Protocol.decodeContexts(String[] encodedValues,
ValueFactory valueFactory)
Decode previously encoded contexts.
|
static Resource |
Protocol.decodeResource(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded Resource.
|
static URI |
Protocol.decodeURI(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded URI.
|
static Value |
Protocol.decodeValue(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded value.
|
Modifier and Type | Method and Description |
---|---|
static Resource[] |
ProtocolUtil.parseContextParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static URI |
ProtocolUtil.parseGraphParam(javax.servlet.http.HttpServletRequest request,
ValueFactory vf) |
static Resource |
ProtocolUtil.parseResourceParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static URI |
ProtocolUtil.parseURIParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static Value |
ProtocolUtil.parseValueParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Graph.getValueFactory()
Deprecated.
ValueFactoryImpl.getInstance()
will obtain a default value factory implementation. If you are
working with the Repository API, then Repository
instances also supply a getValueFactory() method. |
Modifier and Type | Class and Description |
---|---|
class |
ValueFactoryBase
Abstract base class for
ValueFactory implementations that implements
the utility methods for creating literals for basic types by calling the
generic createLiteral(String, URI) with the appropriate
value and datatype. |
class |
ValueFactoryImpl
Default implementation of the ValueFactory interface that uses the RDF model
classes from this package.
|
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
GraphImpl.valueFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
GraphImpl.getValueFactory()
Deprecated.
|
ValueFactory |
AbstractModel.getValueFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphImpl.setValueFactory(ValueFactory valueFactory)
Deprecated.
|
Constructor and Description |
---|
GraphImpl(ValueFactory valueFactory)
Deprecated.
|
GraphImpl(ValueFactory valueFactory,
Collection<? extends Statement> statements)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Literal |
Literals.createLiteral(ValueFactory valueFactory,
Object object)
Creates a typed
Literal out of the supplied object, mapping the
runtime type of the object to the appropriate XML Schema type. |
static Literal |
Literals.createLiteralOrFail(ValueFactory valueFactory,
Object object)
Creates a typed
Literal out of the supplied object, mapping the
runtime type of the object to the appropriate XML Schema type. |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
TripleSource.getValueFactory()
Gets a ValueFactory object that can be used to create URI-, blank node-
and literal objects.
|
Modifier and Type | Method and Description |
---|---|
Literal |
IntegerCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
DecimalCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
FloatCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
BooleanCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
DoubleCast.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
DateTimeCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StringCast.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Seconds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Day.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Timezone.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Minutes.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Year.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Tz.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Month.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Hours.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Now.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
Buffer.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Distance.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Relate.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SRID.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
MD5.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA256.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA512.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA1.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA384.evaluate(ValueFactory valueFactory,
Value... args) |
abstract Literal |
HashFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Ceil.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Floor.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Rand.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Abs.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Round.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
URI |
UUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLang.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
STRUUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrDt.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
StrLen.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
EncodeForUri.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrBefore.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
LowerCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Contains.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrStarts.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Replace.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Substring.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrAfter.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
UpperCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrEnds.evaluate(ValueFactory valueFactory,
Value... args) |
Constructor and Description |
---|
DAWGTestResultSetWriter(RDFHandler rdfHandler,
ValueFactory vf) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
ComplexSPARQLQueryTest.f |
protected ValueFactory |
SPARQLUpdateTest.f |
Constructor and Description |
---|
TupleExprBuilder(ValueFactory valueFactory) |
UpdateExprBuilder(ValueFactory valueFactory) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
QueryResultParserBase.valueFactory
The
ValueFactory to use for creating RDF model objects. |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResultParser |
QueryResultIO.createParser(TupleQueryResultFormat format,
ValueFactory valueFactory)
Convenience methods for creating TupleQueryResultParser objects that use
the specified ValueFactory to create RDF model objects.
|
static void |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the
supplied TupleQueryResultHandler.
|
void |
QueryResultParserBase.setValueFactory(ValueFactory valueFactory) |
void |
QueryResultParser.setValueFactory(ValueFactory valueFactory)
Sets the ValueFactory that the parser will use to create Value objects for
the parsed query result.
|
Constructor and Description |
---|
QueryResultParserBase(ValueFactory valueFactory)
Creates a new parser base that will use the supplied ValueFactory to
create Value objects.
|
TupleQueryResultParserBase(ValueFactory valueFactory)
Creates a new parser base that will use the supplied
ValueFactory
to create Value objects. |
Constructor and Description |
---|
BinaryQueryResultParser(ValueFactory valueFactory)
Creates a new parser for the binary query result format that will use the
supplied ValueFactory to create Value objects.
|
Constructor and Description |
---|
SPARQLBooleanJSONParser(ValueFactory valueFactory)
Construct a parser with a specific
ValueFactory . |
SPARQLJSONParserBase(ValueFactory valueFactory) |
SPARQLResultsJSONParser(ValueFactory valueFactory)
Construct a parser with a specific
ValueFactory . |
Constructor and Description |
---|
SPARQLResultsXMLParser(ValueFactory valueFactory)
Creates a new parser for the SPARQL Query Results XML Format that will use
the supplied ValueFactory to create Value objects.
|
SPARQLXMLParserBase(ValueFactory valueFactory) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
RepositoryConnectionTest.vf |
protected ValueFactory |
RepositoryTest.vf |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Repository.getValueFactory()
Gets a ValueFactory for this Repository.
|
ValueFactory |
RepositoryConnection.getValueFactory()
Gets a ValueFactory for this RepositoryConnection.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
RepositoryWrapper.getValueFactory() |
ValueFactory |
RepositoryConnectionBase.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
HTTPRepository.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
ProxyRepository.getValueFactory() |
ValueFactory |
SailRepository.getValueFactory() |
Constructor and Description |
---|
RDFSailInserter(SailConnection con,
ValueFactory vf,
UpdateContext uc)
Creates a new RDFInserter object that preserves bnode IDs and that does
not enforce any context upon statements that are reported to it.
|
SailUpdateExecutor(SailConnection con,
ValueFactory vf,
ParserConfig loadConfig)
Implementation of
SailUpdate.execute() using
SailConnection.evaluate(TupleExpr, Dataset, BindingSet, boolean)
and other SailConnection methods. |
SPARQLUpdateDataBlockParser(ValueFactory valueFactory)
Creates a new parser that will use the supplied ValueFactory to create RDF
model objects.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SPARQLRepository.getValueFactory() |
Constructor and Description |
---|
AbstractRDFInserter(ValueFactory vf)
Creates a new RDFInserter object that preserves bnode IDs and that does
not enforce any context upon statements that are reported to it.
|
RDFLoader(ParserConfig config,
ValueFactory vf) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
RDFWriterTest.vf |
protected ValueFactory |
EarlReport.vf |
Modifier and Type | Method and Description |
---|---|
static RDFParser |
Rio.createParser(RDFFormat format,
ValueFactory valueFactory)
Convenience methods for creating RDFParser objects that use the specified
ValueFactory to create RDF model objects.
|
Literal |
DatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory)
Normalize both the datatype URI and the literal value if appropriate, and
use the given value factory to generate a literal matching a literal value
and datatype URI.
|
Literal |
LanguageHandler.normalizeLanguage(String literalValue,
String languageTag,
ValueFactory valueFactory)
Normalize both the language tag and the language if appropriate, and use
the given value factory to generate a literal matching the literal value
and language tag.
|
static Model |
Rio.parse(InputStream in,
String baseURI,
RDFFormat dataFormat,
ParserConfig settings,
ValueFactory valueFactory,
ParseErrorListener errors,
Resource... contexts)
Adds RDF data from an
InputStream to a Model , optionally
to one or more named contexts. |
static Model |
Rio.parse(Reader reader,
String baseURI,
RDFFormat dataFormat,
ParserConfig settings,
ValueFactory valueFactory,
ParseErrorListener errors,
Resource... contexts)
|
void |
RDFParser.setValueFactory(ValueFactory valueFactory)
Sets the ValueFactory that the parser will use to create Value objects for
the parsed RDF data.
|
Modifier and Type | Method and Description |
---|---|
protected abstract ValueFactory |
AbstractDatatypeHandlerTest.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
Literal |
VirtuosoGeometryDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
RDFDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
XMLSchemaDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
GeoSPARQLDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
DBPediaDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
RDFParserBase.valueFactory
The ValueFactory to use for creating RDF model objects.
|
Modifier and Type | Method and Description |
---|---|
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory,
int lineNo,
int columnNo)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
void |
RDFParserBase.setValueFactory(ValueFactory valueFactory) |
Constructor and Description |
---|
ContextStatementCollector(Collection<Statement> statements,
Map<String,String> namespaces,
ValueFactory vf,
Resource... contexts)
Creates a new StatementCollector that stores reported statements and
namespaces in the supplied containers.
|
ContextStatementCollector(Collection<Statement> statements,
ValueFactory vf,
Resource... contexts)
Creates a new StatementCollector that stores reported statements in the
supplied collection and that uses a new LinkedHashMap to store the
reported namespaces.
|
ContextStatementCollector(ValueFactory vf,
Resource... contexts)
Creates a new StatementCollector that uses a new ArrayList to store the
reported statements and a new LinkedHashMap to store the reported
namespaces.
|
RDFParserBase(ValueFactory valueFactory)
Creates a new RDFParserBase that will use the supplied ValueFactory to
create RDF model objects.
|
Constructor and Description |
---|
JSONLDParser(ValueFactory valueFactory)
Creates a Sesame JSONLD Parser using the given
ValueFactory to
create new Value s. |
Modifier and Type | Method and Description |
---|---|
Literal |
RFC3066LanguageHandler.normalizeLanguage(String literalValue,
String languageTag,
ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
static BNode |
NTriplesUtil.parseBNode(String nTriplesBNode,
ValueFactory valueFactory)
Parses an N-Triples bNode, creates an object for it using the supplied
ValueFactory and returns this object.
|
static Literal |
NTriplesUtil.parseLiteral(String nTriplesLiteral,
ValueFactory valueFactory)
Parses an N-Triples literal, creates an object for it using the supplied
ValueFactory and returns this object.
|
static Resource |
NTriplesUtil.parseResource(String nTriplesResource,
ValueFactory valueFactory)
Parses an N-Triples resource, creates an object for it using the supplied
ValueFactory and returns this object.
|
static URI |
NTriplesUtil.parseURI(String nTriplesURI,
ValueFactory valueFactory)
Parses an N-Triples URI, creates an object for it using the supplied
ValueFactory and returns this object.
|
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.
|
Constructor and Description |
---|
NTriplesParser(ValueFactory valueFactory)
Creates a new NTriplesParser that will use the supplied
ValueFactory to create RDF model objects.
|
Constructor and Description |
---|
RDFXMLParser(ValueFactory valueFactory)
Creates a new RDFXMLParser that will use the supplied
ValueFactory to create RDF model objects.
|
Constructor and Description |
---|
TriGParser(ValueFactory valueFactory)
Creates a new TriGParser that will use the supplied ValueFactory to create
RDF model objects.
|
Constructor and Description |
---|
TriXParser(ValueFactory valueFactory)
Creates a new TriXParser that will use the supplied ValueFactory to create
objects for resources, bNodes, literals and statements.
|
Constructor and Description |
---|
TurtleParser(ValueFactory valueFactory)
Creates a new TurtleParser that will use the supplied ValueFactory to
create RDF model objects.
|
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
RDFStoreTest.vf |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Sail.getValueFactory()
Gets a ValueFactory object that can be used to create URI-, blank node-,
literal- and statement objects.
|
Modifier and Type | Method and Description |
---|---|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SnapshotSailStore.getValueFactory() |
ValueFactory |
SailStore.getValueFactory()
The
ValueFactory that should be used in association with this. |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Federation.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
RepositoryTripleSource.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SailWrapper.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
MemoryStore.getValueFactory() |
Modifier and Type | Class and Description |
---|---|
class |
MemValueFactory
A factory for MemValue objects that keeps track of created objects to prevent
the creation of duplicate objects, minimizing memory usage as a result.
|
Modifier and Type | Class and Description |
---|---|
class |
ValueStore
File-based indexed storage and retrieval of RDF values.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
NativeStore.getValueFactory() |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsValueFactory
Provides basic value creation both for traditional values as well as values
with an internal id.
|
Modifier and Type | Method and Description |
---|---|
void |
RdbmsValueFactory.setDelegate(ValueFactory vf) |
Copyright © 2001–2016 Aduna. All rights reserved.