Class QuadContainmentUtils

java.lang.Object
org.aksw.jena_sparql_api.update.QuadContainmentUtils

public class QuadContainmentUtils extends Object
  • Constructor Details

    • QuadContainmentUtils

      public QuadContainmentUtils()
  • Method Details

    • checkContainment

      public static Set<org.apache.jena.sparql.core.Quad> checkContainment(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef, Iterable<org.apache.jena.sparql.core.Quad> iterable)
    • checkContainment

      public static Set<org.apache.jena.sparql.core.Quad> checkContainment(org.aksw.jenax.dataaccess.sparql.factory.execution.query.QueryExecutionFactory qef, Iterator<org.apache.jena.sparql.core.Quad> it)
    • tableToElement

      public static org.apache.jena.sparql.syntax.ElementData tableToElement(org.apache.jena.sparql.algebra.Table table)
    • createQueryCheckExistenceValues

      public static org.apache.jena.query.Query createQueryCheckExistenceValues(Iterator<org.apache.jena.sparql.core.Quad> it)
    • createElement

      public static org.apache.jena.sparql.syntax.Element createElement(Tables tables)
    • createElementDefaultGraph

      public static org.apache.jena.sparql.syntax.Element createElementDefaultGraph(org.apache.jena.sparql.algebra.Table table)
    • createElementNamedGraph

      public static org.apache.jena.sparql.syntax.Element createElementNamedGraph(org.apache.jena.sparql.algebra.Table table)
    • addToTables

      public static void addToTables(Tables tables, org.apache.jena.sparql.core.Quad quad)
    • addToTables

      public static void addToTables(Tables tables, Iterator<org.apache.jena.sparql.core.Quad> it)
    • createTablesForQuads

      public static Tables createTablesForQuads(Iterator<org.apache.jena.sparql.core.Quad> it)