| Package | Description |
|---|---|
| edu.rpi.twc.sesamestream.impl |
| Modifier and Type | Method and Description |
|---|---|
VarList |
PartialSolution.getBindings() |
VarList |
VarList.getRest() |
static VarList |
VarList.union(VarList first,
VarList second)
Creates a new list containing the elements of two other lists.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolutionHandler.handle(PartialSolution ps,
TriplePattern matched,
VarList newBindings) |
void |
TripleIndex.index(TriplePattern p,
VarList tuple,
PartialSolution ps)
Recursively associates a triple pattern with a partial solution such as a query
|
void |
TripleIndex.match(VarList tuple,
org.openrdf.model.Statement st,
SolutionHandler binder)
Recursively matches a tuple pattern (at the top level, an RDF statement) against all indexed patterns,
handling matching partial solutions.
|
static VarList |
VarList.union(VarList first,
VarList second)
Creates a new list containing the elements of two other lists.
|
| Constructor and Description |
|---|
PartialSolution(SubscriptionImpl subscription,
LList<TriplePattern> graphPattern,
VarList bindings)
Constructs an partial solution with the specified bindings and triple patterns.
|
VarList(String name,
org.openrdf.model.Value value,
VarList rest) |
Copyright © 2014. All Rights Reserved.