Uses of Class
de.fuberlin.wiwiss.ng4j.Quad

Packages that use Quad
de.fuberlin.wiwiss.ng4j Basic Jena-compatible API for dealing with Named Graphs on the Graph or Model level. 
de.fuberlin.wiwiss.ng4j.db NamedGraphSet implementation backed by a relational database. 
de.fuberlin.wiwiss.ng4j.impl In-memory implementations of the interfaces in the parent package, and additional helper classes. 
de.fuberlin.wiwiss.ng4j.triql A TriQL query engine. 
 

Uses of Quad in de.fuberlin.wiwiss.ng4j
 

Methods in de.fuberlin.wiwiss.ng4j with parameters of type Quad
 void NamedGraphSet.addQuad(Quad quad)
          Adds a quad to the NamedGraphSet.
 boolean NamedGraphSet.containsQuad(Quad pattern)
          Tells wether the NamedGraphSet contains a quad or quads matching a pattern.
 Iterator NamedGraphSet.findQuads(Quad pattern)
          Finds Quads that match a quad pattern.
 boolean Quad.matches(Quad other)
           
 void NamedGraphSet.removeQuad(Quad pattern)
          Deletes Quads from the NamedGraphSet.
 

Uses of Quad in de.fuberlin.wiwiss.ng4j.db
 

Methods in de.fuberlin.wiwiss.ng4j.db with parameters of type Quad
 void NamedGraphSetDB.addQuad(Quad quad)
           
 boolean NamedGraphSetDB.containsQuad(Quad pattern)
           
 Iterator NamedGraphSetDB.findQuads(Quad pattern)
           
 void NamedGraphSetDB.removeQuad(Quad pattern)
           
 

Uses of Quad in de.fuberlin.wiwiss.ng4j.impl
 

Methods in de.fuberlin.wiwiss.ng4j.impl with parameters of type Quad
 void NamedGraphSetBase.addQuad(Quad quad)
           
 void NamedGraphSetImpl.addQuad(Quad quad)
           
 boolean NamedGraphSetBase.containsQuad(Quad pattern)
           
 boolean NamedGraphSetImpl.containsQuad(Quad pattern)
           
 Iterator NamedGraphSetBase.findQuads(Quad pattern)
           
 Iterator NamedGraphSetImpl.findQuads(Quad pattern)
           
 void NamedGraphSetBase.removeQuad(Quad pattern)
           
 void NamedGraphSetImpl.removeQuad(Quad pattern)
           
 

Uses of Quad in de.fuberlin.wiwiss.ng4j.triql
 

Methods in de.fuberlin.wiwiss.ng4j.triql that return Quad
 Quad GraphPattern.getQuad(int index)