| Interface | Description |
|---|---|
| Group |
Abstract representation of a group of atoms in a query
|
| QueryBuilder<T extends ParsedQuery> |
Interface for a QueryBuilder which provides a simple fluent API for constructing Sesame query object
programmatically.
|
| SupportsExpr |
Interface for something that supports the ability to turn itself into a Sesame TupleExpr.
|
| SupportsGroups<T> |
Interface for anything that supports having a collection of groups or sub-groups.
|
| Class | Description |
|---|---|
| AbstractQueryBuilder<T extends ParsedQuery> |
Base implementation of a QueryBuilder.
|
| BasicGroup |
Internal class for representing a group within a query.
|
| FilterBuilder<T extends ParsedQuery,E extends SupportsGroups> |
Builder class for creating a filter expression in a query.
|
| GroupBuilder<T extends ParsedQuery,E extends SupportsGroups> |
Builder for creating a grouped set of query atoms and filters in a query.
|
| QueryBuilderFactory |
Factory class for obtaining instances of
QueryBuilder objects for the various types of queries. |
| UnionBuilder<T extends ParsedQuery,E extends SupportsGroups> |
Builder class for creating Unioned groups
|
| ValueExprFactory |
Collection of utility methods for building the various ValueExpr objects in the Sesame query API.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.