Uses of Class
org.openrdf.model.impl.StatementImpl

Packages that use StatementImpl
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
org.openrdf.sail.rdbms.model   
 

Uses of StatementImpl in org.openrdf.model.impl
 

Subclasses of StatementImpl in org.openrdf.model.impl
 class ContextStatementImpl
          An extension of StatementImpl that adds a context field.
 

Uses of StatementImpl in org.openrdf.sail.memory.model
 

Subclasses of StatementImpl in org.openrdf.sail.memory.model
 class MemStatement
          A MemStatement is a Statement which contains context information and a flag indicating whether the statement is explicit or inferred.
 

Uses of StatementImpl in org.openrdf.sail.rdbms.model
 

Subclasses of StatementImpl in org.openrdf.sail.rdbms.model
 class RdbmsStatement
          Rdbms typed statement.
 



Copyright © 2001-2008 Aduna. All Rights Reserved.