Interface BGP

All Superinterfaces:
Query, SPARQLGraphPattern
All Known Implementing Classes:
BGPImpl, StarPattern

public interface BGP extends SPARQLGraphPattern
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an unmodifiable set of triple patterns.
    Returns a string representation of the BGP
  • Method Details

    • getTriplePatterns

      Set<TriplePattern> getTriplePatterns()
      Returns an unmodifiable set of triple patterns.
    • toString

      String toString()
      Returns a string representation of the BGP
      Overrides:
      toString in class Object