| Package | Description |
|---|---|
| edu.rpi.twc.sesamestream.impl |
| Modifier and Type | Field and Description |
|---|---|
static LList |
LList.NIL |
| Modifier and Type | Method and Description |
|---|---|
LList<TriplePattern> |
Query.getGraphPattern() |
LList<TriplePattern> |
PartialSolution.getGraphPattern() |
LList<T> |
LList.getRest() |
LList<T> |
LList.push(T t) |
static <T> LList<T> |
LList.union(LList<T> first,
LList<T> second) |
| Modifier and Type | Method and Description |
|---|---|
static <T> LList<T> |
LList.union(LList<T> first,
LList<T> second) |
static <T> LList<T> |
LList.union(LList<T> first,
LList<T> second) |
| Constructor and Description |
|---|
LList(T value,
LList<T> rest) |
PartialSolution(SubscriptionImpl subscription,
LList<TriplePattern> graphPattern,
VarList bindings)
Constructs an partial solution with the specified bindings and triple patterns.
|
Copyright © 2014. All Rights Reserved.