Class GraphTemplate

    • Method Detail

      • construct

        public GraphTemplate construct​(TriplePattern... triples)
        Add triple patterns to this graph template
        Parameters:
        triples - the patterns to add
        Returns:
        this
      • construct

        public GraphTemplate construct​(TriplesTemplate triplesTemplate)
        Set, rather than augment, this graph template's triples template
        Parameters:
        triplesTemplate - the TriplesTemplate instance to set
        Returns:
        this graph template
      • getQueryString

        public String getQueryString()
        Specified by:
        getQueryString in interface QueryElement
        Returns:
        the String representing the SPARQL syntax of this element