Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.ap | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Method and Description |
---|---|
static void |
BOpContext.copyValues(IElement e,
IPredicate<?> pred,
IBindingSet bindingSet)
Copy the values for variables in the predicate from the element, applying
them to the caller's
IBindingSet . |
Modifier and Type | Class and Description |
---|---|
class |
E
An element for the test
relation . |
Modifier and Type | Interface and Description |
---|---|
interface |
BigdataBNode
A
BNode that exposes the internal term identifier. |
interface |
BigdataLiteral
A
Literal that exposes the internal term identifier. |
interface |
BigdataResource
A
Resource that exposes the internal term identifier. |
interface |
BigdataStatement
Also reports whether the statement is explicit, inferred or an axiom.
|
interface |
BigdataURI
A
URI that exposes the internal term identifier. |
interface |
BigdataValue
An interface which exposes the internal 64-bit long integer identifiers for
Value s stored within a IRawTripleStore . |
Modifier and Type | Class and Description |
---|---|
class |
BigdataBNodeImpl
A blank node.
|
class |
BigdataLiteralImpl
A literal.
|
class |
BigdataResourceImpl |
class |
BigdataStatementImpl
Implementation reveals whether a statement is explicit, inferred, or an axiom
and the internal term identifiers for the subject, predicate, object, the
context bound on that statement (when present).
|
class |
BigdataURIImpl
A URI.
|
class |
BigdataValueImpl
Abstract base class for
BigdataValue implementations. |
Modifier and Type | Interface and Description |
---|---|
interface |
ISPO
A interface representing an RDF triple, an RDF triple with a statement
identifier, or an RDF quad.
|
Modifier and Type | Class and Description |
---|---|
class |
SPO
Represents a triple, triple+SID, or quad.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.