| Class | Description |
|---|---|
| Bindings<T> |
A set of variable/value pairs representing a complete or partial query answer.
|
| Query<T,S> |
A graph query composed of a set of tuple patterns.
|
| Query.PatternInQuery<T,C> |
A tuple pattern with a reference to the containing query, as well as its index within that query
|
| Query.QueryVariables |
An array of variables used in a query, mapping an integer index to variable names and vice versa
|
| QueryIndex<T,C> |
A recursive data structure which indexes tuple-based queries and matches incoming tuples against
stored queries in an incremental fashion.
|
| Solution<T> |
A solution mapping of variables to values.
|
| SolutionGroup<T> |
A group of solutions with identical bindings but potentially different sets of matched tuple patterns.
|
| SolutionIndex<T> |
An index of partial and complete solutions for a particular query
|
| SolutionPattern |
An object representing the subset of tuple patterns of a query which have already been matched.
|
| Enum | Description |
|---|---|
| SolutionPattern.ContainmentRelation |
A relationship between two solution patterns which affects how they may be composed into new solutions.
|
Copyright © 2016. All Rights Reserved.