Uses of Class
org.openrdf.model.GraphException

Packages that use GraphException
org.openrdf.model RDF model interfaces.  
org.openrdf.model.impl Implementations of the RDF model interfaces. 
org.openrdf.sesame.query.rql.model   
org.openrdf.sesame.sailimpl.memory An implementation of the RDF SAIL API that uses main memory for storage.  
org.openrdf.sesame.sailimpl.nativerdf.model   
org.openrdf.sesame.sailimpl.rdbms.model   
 

Uses of GraphException in org.openrdf.model
 

Methods in org.openrdf.model that throw GraphException
 StatementIterator Value.getObjectStatements()
          Gets all statements from the RDF graph for which this value is the object.
 StatementIterator URI.getPredicateStatements()
          Gets all statements from the RDF graph for which this URI is the predicate.
 void Resource.addProperty(URI property, Value value)
          Adds a property to this Resource in the RDF graph.
 StatementIterator Resource.getSubjectStatements()
          Gets all statements from the RDF graph for which this resource is the subject.
 

Uses of GraphException in org.openrdf.model.impl
 

Methods in org.openrdf.model.impl that throw GraphException
 StatementIterator URIImpl.getPredicateStatements()
           
 void URIImpl.addProperty(URI property, Value value)
           
 StatementIterator URIImpl.getSubjectStatements()
           
 StatementIterator URIImpl.getObjectStatements()
           
 StatementIterator LiteralImpl.getObjectStatements()
           
 void BNodeImpl.addProperty(URI property, Value value)
           
 StatementIterator BNodeImpl.getSubjectStatements()
           
 StatementIterator BNodeImpl.getObjectStatements()
           
 

Uses of GraphException in org.openrdf.sesame.query.rql.model
 

Methods in org.openrdf.sesame.query.rql.model that throw GraphException
 StatementIterator Projection.getObjectStatements()
           
 void Intersection.addProperty(URI property, Value value)
           
 StatementIterator Intersection.getSubjectStatements()
           
 StatementIterator Intersection.getObjectStatements()
           
 

Uses of GraphException in org.openrdf.sesame.sailimpl.memory
 

Methods in org.openrdf.sesame.sailimpl.memory that throw GraphException
 void URINode.addProperty(URI property, Value value)
           
 void BNodeNode.addProperty(URI property, Value value)
           
 

Uses of GraphException in org.openrdf.sesame.sailimpl.nativerdf.model
 

Methods in org.openrdf.sesame.sailimpl.nativerdf.model that throw GraphException
 StatementIterator NativeURI.getSubjectStatements()
           
 StatementIterator NativeURI.getPredicateStatements()
           
 StatementIterator NativeURI.getObjectStatements()
           
 void NativeURI.addProperty(URI property, Value value)
           
 StatementIterator NativeLiteral.getObjectStatements()
           
 StatementIterator NativeBNode.getSubjectStatements()
           
 StatementIterator NativeBNode.getObjectStatements()
           
 void NativeBNode.addProperty(URI property, Value value)
           
 

Uses of GraphException in org.openrdf.sesame.sailimpl.rdbms.model
 

Methods in org.openrdf.sesame.sailimpl.rdbms.model that throw GraphException
 StatementIterator IdURI.getSubjectStatements()
           
 StatementIterator IdURI.getPredicateStatements()
           
 StatementIterator IdURI.getObjectStatements()
           
 void IdURI.addProperty(URI property, Value value)
           
 StatementIterator IdLiteral.getObjectStatements()
           
 StatementIterator IdBNode.getSubjectStatements()
           
 StatementIterator IdBNode.getObjectStatements()
           
 void IdBNode.addProperty(URI property, Value value)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.