Uses of Interface
de.fuberlin.wiwiss.ng4j.NamedGraphSet

Packages that use NamedGraphSet
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.semwebclient   
de.fuberlin.wiwiss.ng4j.sparql   
de.fuberlin.wiwiss.ng4j.swp   
de.fuberlin.wiwiss.ng4j.swp.impl   
de.fuberlin.wiwiss.ng4j.swp.util   
de.fuberlin.wiwiss.ng4j.trig Support for TriG, a serialization format for Named Graphs based on N3/Turtle. 
de.fuberlin.wiwiss.ng4j.triql A TriQL query engine. 
de.fuberlin.wiwiss.ng4j.trix Support for TriX, a serialization format for both RDF and Named Graphs. 
de.fuberlin.wiwiss.ng4j.util Utility classes for handling Named Graphs. 
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j
 

Methods in de.fuberlin.wiwiss.ng4j that return NamedGraphSet
 NamedGraphSet NamedGraphModel.getNamedGraphSet()
          Returns the NamedGraphSet backing this model.
 

Methods in de.fuberlin.wiwiss.ng4j with parameters of type NamedGraphSet
 void NamedGraphSetReader.read(NamedGraphSet namedGraphSet, InputStream source, String baseURI, String defaultGraphName)
          Reads Named Graphs from an InputStream into a NamedGraphSet.
 void NamedGraphSetReader.read(NamedGraphSet namedGraphSet, Reader source, String baseURI, String defaultGraphName)
          Reads Named Graphs from a Reader into a NamedGraphSet.
 void NamedGraphSetWriter.write(NamedGraphSet set, OutputStream out, String baseURI)
          Serializes a NamedGraphSet into an OutputStream.
 void NamedGraphSetWriter.write(NamedGraphSet set, Writer out, String baseURI)
          Serializes a NamedGraphSet into a Writer.
 

Constructors in de.fuberlin.wiwiss.ng4j with parameters of type NamedGraphSet
NamedGraphModel(NamedGraphSet graphSet, String defaultGraphForAdding)
          Initialises a NamedGraphModel.
 

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

Classes in de.fuberlin.wiwiss.ng4j.db that implement NamedGraphSet
 class NamedGraphSetDB
          A NamedGraphSet implementation backed by a relational database.
 

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

Classes in de.fuberlin.wiwiss.ng4j.impl that implement NamedGraphSet
 class NamedGraphSetBase
           
 class NamedGraphSetImpl
          Implementation of the NamedGraphSet interface based on a set of in-memory NamedGraphs.
 class NamedGraphSetIO
          Abstract NamedGraphSet implementation providing implementations for NamedGraphSet's various read and write methods.
 

Methods in de.fuberlin.wiwiss.ng4j.impl with parameters of type NamedGraphSet
 void GraphReaderService.readInto(NamedGraphSet set)
          Adds one or more Named Graphs from the source to a NamedGraphSet.
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.semwebclient
 

Classes in de.fuberlin.wiwiss.ng4j.semwebclient that implement NamedGraphSet
 class SemanticWebClient
           The SematicWebClient interface enables applications to access the Semantic Web.
 

Methods in de.fuberlin.wiwiss.ng4j.semwebclient that return NamedGraphSet
 NamedGraphSet DereferencingResult.getResultData()
           
 

Methods in de.fuberlin.wiwiss.ng4j.semwebclient with parameters of type NamedGraphSet
 void Gleaner.glean(NamedGraphSet ngs)
           
 

Constructors in de.fuberlin.wiwiss.ng4j.semwebclient with parameters of type NamedGraphSet
DereferencingResult(DereferencingTask task, int resultCode, NamedGraphSet resultData, Exception resultException)
           
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.sparql
 

Classes in de.fuberlin.wiwiss.ng4j.sparql that implement NamedGraphSet
 class ARQNamedGraphSet
          Wraps an ARQ DataSource into the NamedGraphSet interface.
 

Constructors in de.fuberlin.wiwiss.ng4j.sparql with parameters of type NamedGraphSet
NamedGraphDataset(NamedGraphSet baseNamedGraphSet)
          Creates a new instance whose default graph is the merge of all named graphs.
NamedGraphDataset(NamedGraphSet baseNamedGraphSet, Graph defaultGraph)
          Creates a new instance with a given default graph.
NamedGraphDataset(NamedGraphSet baseNamedGraphSet, Node defaultGraphName)
          Creates a new instance where one of the named graph is used as the default graph.
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.swp
 

Subinterfaces of NamedGraphSet in de.fuberlin.wiwiss.ng4j.swp
 interface SWPNamedGraphSet
           
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.swp.impl
 

Classes in de.fuberlin.wiwiss.ng4j.swp.impl that implement NamedGraphSet
 class SWPNamedGraphSetImpl
          Last commit info : $Author: erw $ $Date: 2005/10/29 18:35:36 $ $Revision: 1.13 $
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.swp.util
 

Methods in de.fuberlin.wiwiss.ng4j.swp.util with parameters of type NamedGraphSet
static String SWPSignatureUtilities.calculateDigest(NamedGraphSet set, Node digestMethod)
           
static String SWPSignatureUtilities.calculateSignature(NamedGraphSet set, Node signatureMethod, PrivateKey key)
           
static String SWPSignatureUtilities.getCanonicalGraphSet(NamedGraphSet set)
          Takes a NamedGraphSet and returns its canonical form.
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.trig
 

Methods in de.fuberlin.wiwiss.ng4j.trig with parameters of type NamedGraphSet
 void TriGReader.read(NamedGraphSet namedGraphSet, InputStream source, String baseURI, String defaultGraphName)
           
 void TriGReader.read(NamedGraphSet namedGraphSet, Reader source, String baseURI, String defaultGraphName)
           
 void TriGWriter.write(NamedGraphSet set, OutputStream out, String baseURI)
          Writes a NamedGraphSet to an OutputStream.
 void TriGWriter.write(NamedGraphSet set, Writer out, String baseURI)
          Writes a NamedGraphSet to a Writer.
 

Constructors in de.fuberlin.wiwiss.ng4j.trig with parameters of type NamedGraphSet
NamedGraphSetPopulator(NamedGraphSet ngs, String _base, String defaultGraphName)
           
 

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

Methods in de.fuberlin.wiwiss.ng4j.triql that return NamedGraphSet
 NamedGraphSet TriQLQuery.getSource()
           
 

Methods in de.fuberlin.wiwiss.ng4j.triql with parameters of type NamedGraphSet
static Iterator TriQLQuery.exec(NamedGraphSet dataSource, String queryString)
          Convenience method for quick query execution.
 void TriQLQuery.setSource(NamedGraphSet source)
          Programmatically sets the NamedGraphSet on which the query will run.
 

Constructors in de.fuberlin.wiwiss.ng4j.triql with parameters of type NamedGraphSet
TriQLQuery(NamedGraphSet dataSource, String queryString)
          Creates a new query instance whose data source is a NamedGraphSet.
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.trix
 

Methods in de.fuberlin.wiwiss.ng4j.trix with parameters of type NamedGraphSet
 void TriXReader.read(NamedGraphSet namedGraphSet, InputStream source, String baseURI, String defaultGraphName)
           
 void TriXReaderWithExtensions.read(NamedGraphSet namedGraphSet, InputStream source, String baseURI, String defaultGraphName)
           
 void TriXReader.read(NamedGraphSet namedGraphSet, Reader source, String baseURI, String defaultGraphName)
           
 void TriXReaderWithExtensions.read(NamedGraphSet namedGraphSet, Reader source, String baseURI, String defaultGraphName)
           
 void TriXWriter.write(NamedGraphSet set, OutputStream out, String baseURI)
           
 void TriXWriter.write(NamedGraphSet set, Writer out, String baseURI)
           
 

Uses of NamedGraphSet in de.fuberlin.wiwiss.ng4j.util
 

Methods in de.fuberlin.wiwiss.ng4j.util with parameters of type NamedGraphSet
 void DirectoryReader.read(NamedGraphSet set, String directory, String lang)
          Reads files from a directory into a NamedGraphSet.
 void DirectoryWriter.write(NamedGraphSet set, String directory, String lang)
          Writes graphs from a NamedGraphSets as files into a directory.