Class QueryElementCollection<T extends QueryElement>

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
Type Parameters:
T - the type of QueryElements in the collection
All Implemented Interfaces:
QueryElement
Direct Known Subclasses:
Projection, RdfPredicateObjectListCollection, StandardQueryElementCollection

public abstract class QueryElementCollection<T extends QueryElement> extends Object implements QueryElement
A logical collection of query elements. Provides common functionality for elements which are collections of other elements, especially in printing. Would have loved to have avoided making this public.