|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BigdataURI | |
|---|---|
| com.bigdata.rdf.internal | This package provides an internal representation of RDF Values. |
| com.bigdata.rdf.internal.impl.extensions | |
| com.bigdata.rdf.internal.impl.literal | |
| com.bigdata.rdf.internal.impl.uri | |
| com.bigdata.rdf.lexicon | |
| com.bigdata.rdf.model | This package provides a tuned implementation of the Sesame RDF data model for the RDF database. |
| com.bigdata.rdf.sparql.ast.eval | |
| com.bigdata.rdf.sparql.ast.service | This package provides support for SPARQL 1.1 Federated Query, including the special case of "service" end points which live within the same JVM and use direct method calls rather than SPARQL Query and remote (HTTP) end points for which we will generate an appropriate SPARQL query. |
| com.bigdata.rdf.spo | This package defines a statement model using long term identifiers rather than RDF Value objects. |
| Uses of BigdataURI in com.bigdata.rdf.internal |
|---|
| Methods in com.bigdata.rdf.internal that return BigdataURI | |
|---|---|
BigdataURI |
IDatatypeURIResolver.resolve(URI datatypeURI)
Returns a fully resolved datatype URI with the IV set. |
| Methods in com.bigdata.rdf.internal that return types with arguments of type BigdataURI | |
|---|---|
Set<BigdataURI> |
IExtension.getDatatypes()
Return the fully resolved datatype(s) handled by this interface in the form of a BigdataURI with the TermId already set. |
| Uses of BigdataURI in com.bigdata.rdf.internal.impl.extensions |
|---|
| Methods in com.bigdata.rdf.internal.impl.extensions that return types with arguments of type BigdataURI | |
|---|---|
Set<BigdataURI> |
XSDStringExtension.getDatatypes()
|
Set<BigdataURI> |
USDFloatExtension.getDatatypes()
|
Set<BigdataURI> |
DateTimeExtension.getDatatypes()
|
Set<BigdataURI> |
DerivedNumericsExtension.getDatatypes()
|
| Uses of BigdataURI in com.bigdata.rdf.internal.impl.literal |
|---|
| Methods in com.bigdata.rdf.internal.impl.literal that return types with arguments of type BigdataURI | |
|---|---|
IV<BigdataURI,?> |
LiteralExtensionIV.getExtensionIV()
Extension IV is the datatype for this literal. |
| Constructor parameters in com.bigdata.rdf.internal.impl.literal with type arguments of type BigdataURI | |
|---|---|
LiteralExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<BigdataURI,?> datatype)
|
|
| Uses of BigdataURI in com.bigdata.rdf.internal.impl.uri |
|---|
| Classes in com.bigdata.rdf.internal.impl.uri with type parameters of type BigdataURI | |
|---|---|
class |
FullyInlineURIIV<V extends BigdataURI>
Implementation for inline URIs. |
class |
PartlyInlineURIIV<V extends BigdataURI>
A URI modeled as a namespace IV plus an inline Unicode
localName. |
class |
URIExtensionIV<V extends BigdataURI>
Class provides support for fully inline URIs for which a
Vocabulary item was registered for the URI namespace
. |
class |
VocabURIByteIV<V extends BigdataURI>
A fully inlined representation of a URI based on a byte code. |
class |
VocabURIShortIV<V extends BigdataURI>
A fully inlined representation of a URI based on a short code. |
| Methods in com.bigdata.rdf.internal.impl.uri that return types with arguments of type BigdataURI | |
|---|---|
IV<BigdataURI,?> |
URIExtensionIV.getExtensionIV()
Extension IV is the namespace for the URI. |
| Uses of BigdataURI in com.bigdata.rdf.lexicon |
|---|
| Methods in com.bigdata.rdf.lexicon that return BigdataURI | |
|---|---|
BigdataURI |
LexiconRelation.resolve(URI uri)
Returns a fully resolved datatype URI with the IV set. |
| Uses of BigdataURI in com.bigdata.rdf.model |
|---|
| Classes in com.bigdata.rdf.model that implement BigdataURI | |
|---|---|
class |
BigdataURIImpl
A URI. |
| Fields in com.bigdata.rdf.model declared as BigdataURI | |
|---|---|
protected BigdataURI |
BigdataStatementImpl.p
|
| Methods in com.bigdata.rdf.model that return BigdataURI | |
|---|---|
BigdataURI |
BigdataValueFactoryImpl.asValue(URI v)
|
BigdataURI |
BNodeContextFactory.asValue(URI v)
|
BigdataURI |
BigdataValueFactory.asValue(URI v)
Strongly typed for URIs. |
BigdataURI |
BNodeContextFactory.createURI(String uriString)
|
BigdataURI |
BigdataValueFactory.createURI(String uriString)
|
BigdataURI |
BNodeContextFactory.createURI(String namespace,
String localName)
|
BigdataURI |
BigdataValueFactory.createURI(String namespace,
String localName)
|
BigdataURI |
BigdataLiteral.getDatatype()
Specialized return type. |
BigdataURI |
BigdataLiteralImpl.getDatatype()
|
BigdataURI |
BigdataStatement.getPredicate()
Specialized return type. |
BigdataURI |
BigdataStatementImpl.getPredicate()
|
| Constructors in com.bigdata.rdf.model with parameters of type BigdataURI | |
|---|---|
BigdataStatementImpl(BigdataResource subject,
BigdataURI predicate,
BigdataValue object,
BigdataResource context,
StatementEnum type,
boolean userFlag)
Used by BigdataValueFactory |
|
| Uses of BigdataURI in com.bigdata.rdf.sparql.ast.eval |
|---|
| Methods in com.bigdata.rdf.sparql.ast.eval that return BigdataURI | |
|---|---|
BigdataURI |
AST2BOpUpdateContext.getNullGraph()
Return the BD.NULL_GRAPH with the IVCache resolved and
set. |
| Uses of BigdataURI in com.bigdata.rdf.sparql.ast.service |
|---|
| Methods in com.bigdata.rdf.sparql.ast.service that return BigdataURI | |
|---|---|
static BigdataURI |
ServiceCallUtility.getConstantServiceURI(IVariableOrConstant<?> serviceRef)
Return the effective service URI IFF the value expression for the service reference is a constant. |
static BigdataURI |
ServiceCallUtility.getServiceURI(IVariableOrConstant<?> serviceRef,
IBindingSet bset)
Return the effective service URI. |
| Uses of BigdataURI in com.bigdata.rdf.spo |
|---|
| Constructors in com.bigdata.rdf.spo with parameters of type BigdataURI | |
|---|---|
SPO(BigdataResource s,
BigdataURI p,
BigdataValue o,
StatementEnum type)
Construct a triple from BigdataValues and the specified statement
type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||