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

Packages that use NamedGraphModel
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.sparql   
 

Uses of NamedGraphModel in de.fuberlin.wiwiss.ng4j
 

Methods in de.fuberlin.wiwiss.ng4j that return NamedGraphModel
 NamedGraphModel NamedGraphSet.asJenaModel(String defaultGraphForAdding)
          Returns a Jena Model view on the NamedGraphSet, equivalent to the union graph of all graphs in the graph set.
 

Constructors in de.fuberlin.wiwiss.ng4j with parameters of type NamedGraphModel
NamedGraphStatement(Resource s, Property p, RDFNode o, NamedGraphModel m)
           
 

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

Methods in de.fuberlin.wiwiss.ng4j.db that return NamedGraphModel
 NamedGraphModel NamedGraphSetDB.asJenaModel(String defaultGraphForAdding)
           
 

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

Methods in de.fuberlin.wiwiss.ng4j.impl that return NamedGraphModel
 NamedGraphModel NamedGraphSetImpl.asJenaModel(String defaultGraphForAdding)
           
 

Constructors in de.fuberlin.wiwiss.ng4j.impl with parameters of type NamedGraphModel
NamedGraphResourceImpl(Resource resource, NamedGraphModel model)
           
NamedGraphStatementIterator(StmtIterator source, NamedGraphModel model)
           
 

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

Methods in de.fuberlin.wiwiss.ng4j.sparql that return NamedGraphModel
 NamedGraphModel ARQNamedGraphSet.asJenaModel(String defaultGraphForAdding)