Modifier and Type | Method and Description |
---|---|
ValueFactory |
FedXConnection.SailBaseDefaultImpl.getValueFactory() |
ValueFactory |
FedX.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
static ValueFactory |
FedXUtil.valueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SPARQLProtocolSession.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLProtocolSession.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 IRI |
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 IRI |
ProtocolUtil.parseGraphParam(javax.servlet.http.HttpServletRequest request,
ValueFactory vf) |
static Resource |
ProtocolUtil.parseResourceParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
static IRI |
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 |
RepositoryConfigRepository.getValueFactory() |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
AbstractModelTest.vf |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueFactory
Abstract base class for
ValueFactory implementations. |
class |
SimpleValueFactory
Default implementation of the
ValueFactory interface. |
class |
ValidatingValueFactory
Validating wrapper to
ValueFactory . |
class |
ValueFactoryBase
Deprecated.
since 2.0. Use
AbstractValueFactory instead. |
class |
ValueFactoryImpl
Deprecated.
since 2.0. Use
SimpleValueFactory instead. |
Constructor and Description |
---|
ValidatingValueFactory(ValueFactory delegate) |
Modifier and Type | Method and Description |
---|---|
static <C extends Collection<Statement>> |
RDFCollections.asRDF(Iterable<?> values,
Resource head,
C sink,
ValueFactory valueFactory,
Resource... contexts)
Converts the supplied
Iterable to an RDF
Collection, using the supplied head resource as the starting resource of the RDF Collection. |
static void |
Statements.consume(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
java.util.function.Consumer<Statement> consumer,
Resource... contexts)
|
static void |
RDFCollections.consumeCollection(Iterable<?> values,
Resource head,
java.util.function.Consumer<Statement> consumer,
ValueFactory vf,
Resource... contexts)
Converts the supplied
Iterable to an RDF
Collection, using the supplied head resource as the starting resource of the RDF Collection. |
static void |
RDFContainers.consumeContainer(IRI containerType,
Iterable<?> values,
Resource container,
java.util.function.Consumer<Statement> consumer,
ValueFactory vf,
Resource... contexts)
Converts the supplied
Iterable to an RDF
Container, using the supplied head resource as the starting resource of the RDF Container. |
static void |
Statements.convertRDFStarToReification(ValueFactory vf,
java.util.function.Function<Triple,Resource> reifiedIdMapper,
Statement st,
java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF* statement to RDF reification statements, and sends the resultant statements to the
supplied consumer.
|
static Model |
Models.convertRDFStarToReification(ValueFactory vf,
Model model)
Converts the statements in supplied RDF* model to a new RDF model using reificiation.
|
static void |
Models.convertRDFStarToReification(ValueFactory vf,
Model model,
java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF* model to RDF reification statements.
|
static Model |
Models.convertRDFStarToReification(ValueFactory vf,
Model model,
ModelFactory modelFactory)
Converts the statements in supplied RDF* model to a new RDF model using reificiation.
|
static void |
Statements.convertRDFStarToReification(ValueFactory vf,
Statement st,
java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF* statement to RDF reification statements, and sends the resultant statements to the
supplied consumer.
|
static Model |
Models.convertReificationToRDFStar(ValueFactory vf,
Model model)
Converts the statements in supplied RDF reification model to a new RDF* model.
|
static void |
Models.convertReificationToRDFStar(ValueFactory vf,
Model model,
java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF reification model to RDF* statements.
|
static Model |
Models.convertReificationToRDFStar(ValueFactory vf,
Model model,
ModelFactory modelFactory)
Converts the statements in supplied RDF reification model to a new RDF* model.
|
static <C extends Collection<Statement>> |
Statements.create(ValueFactory vf,
Resource subject,
IRI predicate,
Value object,
C collection,
Resource... contexts)
Creates one or more
Statement objects with the given subject, predicate and object, one for each given
context. |
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. |
static Statement |
Statements.stripContext(ValueFactory vf,
Statement statement)
Strips the context (if any) from the supplied statement and returns a statement with the same subject, predicate
and object, but with no assigned context.
|
static <C extends Collection<Statement>> |
RDFContainers.toRDF(IRI containerType,
Iterable<?> values,
Resource container,
C sink,
ValueFactory vf,
Resource... contexts)
Converts the supplied
Iterable to an RDF
Container, using the supplied head resource as the starting resource of the RDF Containter. |
static Statement |
Statements.toStatement(ValueFactory vf,
Triple triple,
Resource context)
Create a
Statement from the supplied { @link Triple RDF* triple} and context. |
static Triple |
Statements.toTriple(ValueFactory vf,
Statement statement)
Create an
RDF* triple from the supplied Statement |
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.
|
Constructor and Description |
---|
TupleFunctionFederatedService(TupleFunctionRegistry tupleFunctionRegistry,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
TupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Function.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
since 3.3.0. Use
Function.evaluate(TripleSource, Value...) instead. A reference to a ValueFactory can
be retrieved using TripleSource.getValueFactory() if needed. |
protected abstract Value |
UnaryFunction.evaluate(ValueFactory valueFactory,
Value arg) |
protected abstract Value |
BinaryFunction.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
Literal |
Tz.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Hours.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Month.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Seconds.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Minutes.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Timezone.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Year.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Day.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Now.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
SRID.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Relate.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Distance.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Buffer.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
SHA256.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA384.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA512.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
SHA1.evaluate(ValueFactory valueFactory,
Value... args) |
abstract Literal |
HashFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
MD5.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Ceil.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Abs.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Floor.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Round.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Rand.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
STRUUID.evaluate(ValueFactory valueFactory,
Value... args) |
IRI |
UUID.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLang.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrDt.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Literal |
Replace.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrAfter.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrLen.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Substring.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrStarts.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
LowerCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrBefore.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Contains.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
UpperCase.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
EncodeForUri.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
StrEnds.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
TripleObjectFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TriplePredicateFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
IsTripleFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
TripleSubjectFunction.evaluate(ValueFactory vf,
Value... args) |
Value |
StatementFunction.evaluate(ValueFactory vf,
Value... args) |
Modifier and Type | Method and Description |
---|---|
protected Literal |
DateTimeCast.convert(ValueFactory vf,
Value value) |
protected Literal |
DecimalCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
DoubleCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
StringCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
BooleanCast.convert(ValueFactory valueFactory,
Value value) |
protected Literal |
FloatCast.convert(ValueFactory valueFactory,
Value value) |
protected abstract Literal |
CastFunction.convert(ValueFactory vf,
Value v)
Convert the supplied value to a literal of the function output datatype.
|
protected Literal |
IntegerCastFunction.convert(ValueFactory valueFactory,
Value value) |
protected Optional<Literal> |
ByteCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
NegativeIntegerCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
UnsignedIntCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
UnsignedShortCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
NonPositiveIntegerCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
PositiveIntegerCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
UnsignedLongCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
IntCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
LongCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
UnsignedByteCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
IntegerCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
NonNegativeIntegerCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected abstract Optional<Literal> |
IntegerCastFunction.createTypedLiteral(ValueFactory vf,
BigInteger integerValue)
create a
Literal with the specific datatype for the supplied BigInteger value. |
protected Optional<Literal> |
ShortCast.createTypedLiteral(ValueFactory vf,
BigInteger integerValue) |
protected Optional<Literal> |
NonPositiveIntegerCast.createTypedLiteral(ValueFactory vf,
boolean booleanValue) |
protected Optional<Literal> |
PositiveIntegerCast.createTypedLiteral(ValueFactory vf,
boolean booleanValue) |
protected Optional<Literal> |
IntegerCastFunction.createTypedLiteral(ValueFactory vf,
boolean booleanValue)
create a
Literal with the specific datatype for the supplied boolean value. |
Literal |
StringCast.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
CastFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
static CloseableIteration<BindingSet,QueryEvaluationException> |
TupleFunctionEvaluationStrategy.evaluate(TupleFunction func,
List<Var> resultVars,
BindingSet bindings,
ValueFactory valueFactory,
Value... argValues) |
Constructor and Description |
---|
RegexAsStringFunctionOptimizer(ValueFactory vf) |
Constructor and Description |
---|
DAWGTestResultSetWriter(RDFHandler rdfHandler,
ValueFactory vf) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
SPARQLUpdateTest.f |
protected ValueFactory |
ComplexSPARQLQueryTest.f |
protected ValueFactory |
TupleExprBuilder.valueFactory
Deprecated.
|
Constructor and Description |
---|
SPARQLUpdateDataBlockParser(ValueFactory valueFactory)
Creates a new parser that will use the supplied ValueFactory to create RDF model objects.
|
TupleExprBuilder(ValueFactory valueFactory)
Deprecated.
|
UpdateExprBuilder(ValueFactory valueFactory)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
AbstractQueryResultParser.valueFactory
The
ValueFactory to use for creating RDF model objects. |
protected static ValueFactory |
AbstractTupleQueryResultWriterTest.vf |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResultParser |
QueryResultIO.createTupleParser(QueryResultFormat format,
ValueFactory valueFactory)
Convenience methods for creating TupleQueryResultParser objects that use the specified ValueFactory to create RDF
model objects.
|
static void |
QueryResultIO.parseTuple(InputStream in,
QueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler.
|
QueryResultParser |
AbstractQueryResultParser.setValueFactory(ValueFactory valueFactory) |
QueryResultParser |
QueryResultParser.setValueFactory(ValueFactory valueFactory)
Sets the ValueFactory that the parser will use to create Value objects for the parsed query result.
|
Constructor and Description |
---|
AbstractQueryResultParser(ValueFactory valueFactory)
Creates a new parser base that will use the supplied ValueFactory to create Value objects.
|
AbstractTupleQueryResultParser(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 |
---|
AbstractSPARQLJSONParser(ValueFactory valueFactory) |
SPARQLBooleanJSONParser(ValueFactory valueFactory)
Construct a parser with a specific
ValueFactory . |
SPARQLResultsJSONParser(ValueFactory valueFactory)
Construct a parser with a specific
ValueFactory . |
SPARQLStarResultsJSONParser(ValueFactory valueFactory)
Constructs a parser with the supplied
ValueFactory . |
Constructor and Description |
---|
AbstractSPARQLXMLParser(ValueFactory valueFactory) |
SPARQLResultsXMLParser(ValueFactory valueFactory)
Creates a new parser for the SPARQL Query Results XML Format that will use the supplied ValueFactory to create
Value objects.
|
SPARQLStarResultsXMLParser(ValueFactory valueFactory) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
SPARQLResultsXSVMappingStrategy.valueFactory |
Constructor and Description |
---|
SPARQLResultsXSVMappingStrategy(ValueFactory valueFactory) |
Constructor and Description |
---|
SPARQLResultsCSVMappingStrategy(ValueFactory valueFactory) |
Constructor and Description |
---|
SPARQLResultsTSVMappingStrategy(ValueFactory valueFactory) |
Constructor and Description |
---|
SPARQLStarResultsTSVMappingStrategy(ValueFactory valueFactory)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
RepositoryTest.vf |
protected ValueFactory |
RepositoryConnectionTest.vf |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
RepositoryConnection.getValueFactory()
Gets a ValueFactory for this RepositoryConnection.
|
ValueFactory |
Repository.getValueFactory()
Gets a ValueFactory for this Repository.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
RepositoryWrapper.getValueFactory() |
ValueFactory |
AbstractRepositoryConnection.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
RepositoryTripleSource.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
HTTPRepository.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
protected Thread |
IsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
IRI subj,
IRI pred,
int by) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
ProxyRepository.getValueFactory() |
ValueFactory |
SailRepository.getValueFactory() |
Constructor and Description |
---|
RDFSailInserter(SailConnection con,
ValueFactory vf) |
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)
Deprecated.
|
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 | 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,
IRI 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,
ModelFactory modelFactory,
Resource... contexts)
Adds RDF data from an
InputStream to a Model , optionally to one or more named contexts. |
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,
ModelFactory modelFactory,
Resource... contexts)
|
static Model |
Rio.parse(Reader reader,
String baseURI,
RDFFormat dataFormat,
ParserConfig settings,
ValueFactory valueFactory,
ParseErrorListener errors,
Resource... contexts)
|
RDFParser |
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 |
---|---|
Literal |
GeoSPARQLDatatypeHandler.normalizeDatatype(String literalValue,
IRI datatypeUri,
ValueFactory valueFactory) |
Literal |
VirtuosoGeometryDatatypeHandler.normalizeDatatype(String literalValue,
IRI datatypeUri,
ValueFactory valueFactory) |
Literal |
XMLSchemaDatatypeHandler.normalizeDatatype(String literalValue,
IRI datatypeUri,
ValueFactory valueFactory) |
Literal |
RDFDatatypeHandler.normalizeDatatype(String literalValue,
IRI datatypeUri,
ValueFactory valueFactory) |
Literal |
DBPediaDatatypeHandler.normalizeDatatype(String literalValue,
IRI datatypeUri,
ValueFactory valueFactory) |
Constructor and Description |
---|
HDTParser(ValueFactory valueFactory)
Creates a new HDTParser that will use the supplied ValueFactory to create RDF model objects.
|
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
AbstractRDFParser.valueFactory
The ValueFactory to use for creating RDF model objects.
|
Modifier and Type | Method and Description |
---|---|
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
IRI 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,
IRI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory,
long lineNo,
long 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 . |
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 Triple |
NTriplesUtil.parseTriple(String nTriplesTriple,
ValueFactory valueFactory)
Parses an RDF* triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and
returns this object.
|
static IRI |
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.
|
RDFParser |
AbstractRDFParser.setValueFactory(ValueFactory valueFactory) |
Constructor and Description |
---|
AbstractRDFParser(ValueFactory valueFactory)
Creates a new RDFParserBase that will use the supplied ValueFactory to create RDF model objects.
|
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 factory)
Deprecated.
|
XMLReaderBasedParser(ValueFactory f) |
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) |
Literal |
BCP47LanguageHandler.normalizeLanguage(String literalValue,
String languageTag,
ValueFactory valueFactory) |
Constructor and Description |
---|
N3Parser(ValueFactory valueFactory)
Creates a new N3Parser that will use the supplied ValueFactory to create RDF model objects.
|
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 |
---|
TriGStarParser(ValueFactory valueFactory)
Creates a new TriGStarParser 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.
|
Constructor and Description |
---|
TurtleStarParser(ValueFactory valueFactory)
Creates a new TurtleStarParser 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 IRI-, blank node-, literal- and statement objects.
|
Modifier and Type | Method and Description |
---|---|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
IRI subj,
IRI pred,
int by) |
Constructor and Description |
---|
SailConnectionGraphQuery(ParsedGraphQuery tupleQuery,
SailConnection con,
ValueFactory vf) |
SailConnectionQueryPreparer(SailConnection con,
boolean includeInferred,
ValueFactory vf) |
SailConnectionUpdate(ParsedUpdate parsedUpdate,
SailConnection con,
ValueFactory vf,
ParserConfig parserConfig) |
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 |
SailTripleSource.getValueFactory() |
Constructor and Description |
---|
SailTripleSource(SailConnection conn,
boolean includeInferred,
ValueFactory valueFactory) |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
ExtensibleStore.getValueFactory() |
ValueFactory |
ExtensibleSailStore.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
Federation.getValueFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SailWrapper.getValueFactory() |
Modifier and Type | Method and Description |
---|---|
ValueFactory |
SchemaCachingRDFSInferencer.getValueFactory() |
Constructor and Description |
---|
DedupingInferencerConnection(InferencerConnection con,
ValueFactory vf) |
Constructor and Description |
---|
RDFInferencerInserter(InferencerConnection con,
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.
|
Modifier and Type | Field and Description |
---|---|
protected static ValueFactory |
AbstractLuceneSailTest.vf |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
QueryTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
DistanceTupleFunction.evaluate(ValueFactory valueFactory,
Value... args)
Deprecated.
|
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
Deprecated.
since 3.0. This feature is for internal use only: its existence, signature or behavior may change without
warning from one release to the next.
|
Modifier and Type | Method and Description |
---|---|
ValueFactory |
NativeStore.getValueFactory() |
Constructor and Description |
---|
SpinRenderer(SpinRenderer.Output output,
com.google.common.base.Function<String,IRI> wellKnownVarMapper,
com.google.common.base.Function<String,IRI> wellKnownFuncMapper,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
Value |
SpinxFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
AskFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SpinTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConstructTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ObjectFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
EvalFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
SpinFunction.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
SelectTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Literal |
Concat.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
Localname.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Not.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Subtract.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
And.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Add.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThanOrEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Or.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
EqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
NotEqualTo.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Multiply.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Divide.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
GreaterThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
LessThan.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ConcatTupleFunction.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Member.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Length.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Index.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
Value |
CanInvoke.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ReplaceAll.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
ForEach.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
IndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
ConvertSpinRDFToString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildURI.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
Split.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Name.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
CurrentTimeMillis.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
LastIndexOf.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
DecodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
GenerateUUID.evaluate(ValueFactory valueFactory,
Value... args) |
CloseableIteration<? extends List<? extends Value>,QueryEvaluationException> |
For.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
BuildString.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Invoke.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
EncodeURL.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
Random.evaluate(ValueFactory valueFactory,
Value... args) |
Value |
HasAllObjects.evaluate(ValueFactory valueFactory,
Value... args) |
protected Value |
TimeMillis.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
UnCamelCase.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
IsValidURI.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Trim.evaluate(ValueFactory valueFactory,
Value arg) |
protected Value |
Mod.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DateFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
ParseDate.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
DecimalFormat.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
protected Value |
Cast.evaluate(ValueFactory valueFactory,
Value arg1,
Value arg2) |
Modifier and Type | Field and Description |
---|---|
protected ValueFactory |
AbstractRepositoryServlet.vf |
Constructor and Description |
---|
TupleResultBuilder(QueryResultWriter writer,
ValueFactory valueFactory) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.