public interface GroupGraphPattern extends GraphPattern
| Modifier and Type | Method and Description | 
|---|---|
List<Expression> | 
getFilter()  | 
Set<GraphPattern> | 
getGraphPatterns()  | 
Set<IRI> | 
getReferredGraphs()  | 
SelectQuery | 
getSubSelect()  | 
boolean | 
isSubSelect()  | 
boolean isSubSelect()
SelectQuery, false otherwise.SelectQuery getSubSelect()
SelectQuery, null otherwise.Set<GraphPattern> getGraphPatterns()
SelectQuery, otherwise
      a set of all patterns, ANDed together.Set<IRI> getReferredGraphs()
List<Expression> getFilter()
SelectQuery, otherwise
                a list of filter expressions for all patterns in the group if any.Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.