Package | Description |
---|---|
com.bigdata.bop |
This package provides an API for query operators.
|
com.bigdata.bop.ap | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
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.
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IConstant<E>
A constant.
|
interface |
IVariable<E>
A variable.
|
Modifier and Type | Class and Description |
---|---|
class |
Constant<E>
A constant.
|
class |
Var<E>
A variable.
|
Modifier and Type | Method and Description |
---|---|
IVariableOrConstant |
IPredicate.get(int index)
Return the variable or constant at the specified index.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Var.equals(IVariableOrConstant<E> o) |
boolean |
Constant.equals(IVariableOrConstant<E> o) |
boolean |
IVariableOrConstant.equals(IVariableOrConstant<E> o)
Return
true if this is the same variable or if both values
are Constant whose values are the same. |
IPredicate<E> |
IPredicate.setArg(int index,
IVariableOrConstant arg)
Return a copy of this predicate with a different
IVariableOrConstant
for the arg specified by the supplied index parameter. |
Modifier and Type | Method and Description |
---|---|
IVariableOrConstant |
Predicate.get(int index) |
Modifier and Type | Method and Description |
---|---|
Predicate<E> |
Predicate.setArg(int index,
IVariableOrConstant arg) |
Constructor and Description |
---|
Predicate(IVariableOrConstant<?>[] values,
String relationName,
int partitionId,
boolean optional,
IElementFilter<E> constraint,
IAccessPathExpander<E> expander,
long timestamp) |
Predicate(IVariableOrConstant<?>[] values,
String relationName,
long timestamp)
Simplified ctor (for lex predicates).
|
Modifier and Type | Method and Description |
---|---|
IVariableOrConstant<IV> |
LexPredicate.iv()
Return the
IV at index position . |
IVariableOrConstant<BigdataValue> |
LexPredicate.term()
Return the
BigdataValue at index position
. |
Modifier and Type | Method and Description |
---|---|
static LexPredicate |
LexPredicate.forwardInstance(String relationName,
long timestamp,
IVariableOrConstant<BigdataValue> term,
IVariable<IV> var)
Simplified forward lookup ctor.
|
static LexPredicate |
LexPredicate.reverseInstance(String relationName,
long timestamp,
IVariable<BigdataValue> var,
IVariableOrConstant<IV> term)
Simplified reverse lookup ctor.
|
Modifier and Type | Method and Description |
---|---|
IVariableOrConstant<IV> |
TermNode.getValueExpression()
Strengthen the return type.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected IVariableOrConstant<IV> |
SPOStarJoin.SPOStarConstraint.o
Variable or constant O for the constraint.
|
protected IVariableOrConstant<IV> |
SPOStarJoin.SPOStarConstraint.p
Variable or constant P for the constraint.
|
Modifier and Type | Method and Description |
---|---|
IVariableOrConstant<IV> |
SPOPredicate.c()
The variable or constant for the context position (required iff in quads
mode).
|
IVariableOrConstant<IV> |
SPOPredicate.o()
The variable or constant for the object position (required).
|
IVariableOrConstant<IV> |
SPOStarJoin.SPOStarConstraint.o() |
IVariableOrConstant<IV> |
SPOPredicate.p()
The variable or constant for the predicate position (required).
|
IVariableOrConstant<IV> |
SPOStarJoin.SPOStarConstraint.p() |
IVariableOrConstant<IV> |
SPOPredicate.s()
The variable or constant for the subject position (required).
|
Constructor and Description |
---|
AbstractRuleTestCase.P(String relation,
IVariableOrConstant<IV> s,
IVariableOrConstant<IV> p,
IVariableOrConstant<IV> o) |
AbstractRuleTestCase.P(String relation,
IVariableOrConstant<IV> s,
IVariableOrConstant<IV> p,
IVariableOrConstant<IV> o) |
AbstractRuleTestCase.P(String relation,
IVariableOrConstant<IV> s,
IVariableOrConstant<IV> p,
IVariableOrConstant<IV> o) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.