public class GraphTemplate extends Object implements QueryElement
| Modifier and Type | Method and Description | 
|---|---|
| GraphTemplate | construct(TriplePattern... triples)Add triple patterns to this graph template | 
| GraphTemplate | construct(TriplesTemplate triplesTemplate)Set, rather than augment, this graph template's triples template | 
| String | getQueryString() | 
public GraphTemplate construct(TriplePattern... triples)
triples - the patterns to addpublic GraphTemplate construct(TriplesTemplate triplesTemplate)
triplesTemplate - the TriplesTemplate instance to setpublic String getQueryString()
getQueryString in interface QueryElementCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.