Class QueryPattern

java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.QueryPattern
All Implemented Interfaces:
QueryElement

public class QueryPattern extends Object implements QueryElement
A SPARQL Query Pattern (WHERE clause)
See Also:
  • Method Details

    • where

      public QueryPattern where(GraphPattern... patterns)
      Add graph patterns to this query pattern. Adds the given patterns into this query pattern's group graph pattern
      Parameters:
      patterns - the patterns to add
      Returns:
      this
    • where

      public QueryPattern where(GraphPatternNotTriples where)
      Set this query pattern's where clause
      Parameters:
      where - the GraphPatternNotTriples instance to set the where clause to
      Returns:
      this QueryPattern instance
    • getQueryString

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