| Package | Description |
|---|---|
| com.bigdata.bop |
This package provides an API for query operators.
|
| com.bigdata.bop.rdf.update |
This package provides bigdata operators for SPARQL update.
|
| com.bigdata.rdf.rules | |
| com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
| com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
Var<E> |
Var.clone()
Clone is overridden to prevent variables from becoming aliased (this is
part of the canonicalizing mapping).
|
static Var<?> |
Var.var()
Generate an anonymous random variable.
|
static Var |
Var.var(String name)
Singleton factory for
Vars. |
| Modifier and Type | Field and Description |
|---|---|
protected static Var<?> |
ParseOp.c
The s, p, o, and c variable names.
|
protected static Var<?> |
ParseOp.o
The s, p, o, and c variable names.
|
protected static Var<?> |
ParseOp.p
The s, p, o, and c variable names.
|
protected static Var<?> |
ParseOp.s
The s, p, o, and c variable names.
|
| Modifier and Type | Method and Description |
|---|---|
IConstant |
RDFJoinNexus.fakeBinding(IPredicate pred,
Var var) |
| Modifier and Type | Method and Description |
|---|---|
protected static Var |
Rule.var(String name)
Singleton factory for
Vars (delegates to var(String)). |
| Modifier and Type | Method and Description |
|---|---|
IConstant |
IJoinNexus.fakeBinding(IPredicate predicate,
Var var)
Return a 'fake' binding for the given variable in the specified
predicate.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.