|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use GraphPattern | |
| org.openrdf.sesame.query.rdql.parser | |
| org.openrdf.sesame.query.serql.parser | |
| org.openrdf.sesame.sail.query | SAIL query object model. |
| Uses of GraphPattern in org.openrdf.sesame.query.rdql.parser |
| Methods in org.openrdf.sesame.query.rdql.parser with parameters of type GraphPattern | |
void |
RdqlParser.triple_pattern_clause(GraphPattern graphPattern)
|
void |
RdqlParser.triple_pattern(GraphPattern graphPattern)
|
void |
RdqlParser.constraint_clause(GraphPattern graphPattern)
|
| Uses of GraphPattern in org.openrdf.sesame.query.serql.parser |
| Methods in org.openrdf.sesame.query.serql.parser with parameters of type GraphPattern | |
void |
SerqlParser.graph_pattern(GraphPattern graphPattern)
|
void |
SerqlParser.path_expr_list(GraphPattern graphPattern)
|
void |
SerqlParser.path_expr(GraphPattern graphPattern)
|
PathElement |
SerqlParser.path_expr_head(GraphPattern graphPattern)
|
void |
SerqlParser.path_expr_tail(List leftNode,
GraphPattern graphPattern)
|
List |
SerqlParser.node(GraphPattern graphPattern)
|
Var |
SerqlParser.node_elem(GraphPattern graphPattern)
|
Var |
SerqlParser.reified_stat(GraphPattern graphPattern)
|
| Uses of GraphPattern in org.openrdf.sesame.sail.query |
| Methods in org.openrdf.sesame.sail.query that return GraphPattern | |
GraphPattern |
GraphPatternQuery.getGraphPattern()
|
| Methods in org.openrdf.sesame.sail.query with parameters of type GraphPattern | |
void |
GraphPatternQuery.setGraphPattern(GraphPattern graphPattern)
|
void |
GraphPattern.addOptional(GraphPattern optionalGP)
Adds an optional child graph pattern to this graph pattern. |
| Constructors in org.openrdf.sesame.sail.query with parameters of type GraphPattern | |
SelectQuery(List projection,
GraphPattern graphPattern)
|
|
SelectQuery(boolean distinct,
List projection,
GraphPattern graphPattern)
|
|
SelectQuery(boolean distinct,
int offset,
int limit,
List projection,
GraphPattern graphPattern)
|
|
ConstructQuery(boolean distinct,
List projection,
GraphPattern graphPattern)
|
|
ConstructQuery(boolean distinct,
int offset,
int limit,
List projection,
GraphPattern graphPattern)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||