Package de.fuberlin.wiwiss.ng4j.impl

In-memory implementations of the interfaces in the parent package, and additional helper classes.

See:
          Description

Class Summary
GraphReaderService Reads RDF graphs from external sources (URLs, InputStreams, Readers, Strings).
NamedGraphImpl NamedGraph implementation that wraps a Graph instance and a name for that graph.
NamedGraphResourceImpl  
NamedGraphSetBase  
NamedGraphSetImpl Implementation of the NamedGraphSet interface based on a set of in-memory NamedGraphs.
NamedGraphSetIO Abstract NamedGraphSet implementation providing implementations for NamedGraphSet's various read and write methods.
NamedGraphStatementIterator Helper implementation of StmtIterator that wraps a StmtIterator and returns all of its elements as NamedGraphStatements instead of simple Jena Statements.
 

Package de.fuberlin.wiwiss.ng4j.impl Description

In-memory implementations of the interfaces in the parent package, and additional helper classes.