Uses of Interface
org.openrdf.model.Graph

Packages that use Graph
org.openrdf.model RDF model interfaces.  
org.openrdf.model.impl Implementations of the RDF model interfaces. 
org.openrdf.sesame.omm   
org.openrdf.sesame.query   
org.openrdf.sesame.repository Repository API interfaces. 
org.openrdf.sesame.repository.local Implementations of the repository API for local Sesame repositories. 
org.openrdf.sesame.repository.remote Implementations of the repository API for remote Sesame repositories. 
org.openrdf.sesame.sailimpl.omm.security   
 

Uses of Graph in org.openrdf.model
 

Methods in org.openrdf.model with parameters of type Graph
 void Graph.add(Graph graph)
          Adds all statements in the supplied graph to this graph.
 void Graph.add(Graph graph, boolean joinBlankNodes)
          Adds all statements in the supplied graph to this graph.
 int Graph.remove(Graph graph)
          Remove all statements in the supplied graph from this graph.
 

Uses of Graph in org.openrdf.model.impl
 

Classes in org.openrdf.model.impl that implement Graph
 class GraphImpl
          GraphImpl - an implementation of the graph interface that uses a local repository as storage backend.
 

Methods in org.openrdf.model.impl with parameters of type Graph
 void GraphImpl.add(Graph graph)
           
 void GraphImpl.add(Graph graph, boolean joinBlankNodes)
           
 int GraphImpl.remove(Graph graph)
           
 

Uses of Graph in org.openrdf.sesame.omm
 

Methods in org.openrdf.sesame.omm with parameters of type Graph
 void SecurityServices.importPolicy(Graph graph)
          Imports the security policy given an RDF Graph.
 

Uses of Graph in org.openrdf.sesame.query
 

Methods in org.openrdf.sesame.query that return Graph
 Graph QueryResultsGraphBuilder.getGraph()
          Gets the graph that has been build from the query result.
 

Uses of Graph in org.openrdf.sesame.repository
 

Methods in org.openrdf.sesame.repository that return Graph
 Graph SesameRepository.performGraphQuery(QueryLanguage language, String query)
          Evaluates a graph query and reports the resulting statements to the specified listener.
 

Methods in org.openrdf.sesame.repository with parameters of type Graph
 void SesameRepository.addGraph(Graph graph)
          Adds the contents of the supplied graph to the repository.
 void SesameRepository.addGraph(Graph graph, boolean joinBlankNodes)
          Adds the contents of the supplied graph to the repository.
 void SesameRepository.removeGraph(Graph graph)
          Removes the contents of the supplied graph from the repository.
 

Uses of Graph in org.openrdf.sesame.repository.local
 

Methods in org.openrdf.sesame.repository.local that return Graph
 Graph LocalRepository.performGraphQuery(QueryLanguage language, String query)
           
 Graph LocalRepository.getGraph()
          Creates a Graph representation of this repository.
 

Methods in org.openrdf.sesame.repository.local with parameters of type Graph
 void LocalRepository.mergeGraph(Graph graph)
           
 void LocalRepository.addGraph(Graph graph)
           
 void LocalRepository.addGraph(Graph graph, boolean joinBlankNodes)
           
 void LocalRepository.removeGraph(Graph graph)
           
 

Uses of Graph in org.openrdf.sesame.repository.remote
 

Methods in org.openrdf.sesame.repository.remote that return Graph
 Graph HTTPRepository.performGraphQuery(QueryLanguage language, String query)
           
 

Methods in org.openrdf.sesame.repository.remote with parameters of type Graph
 void HTTPRepository.addGraph(Graph graph)
           
 void HTTPRepository.addGraph(Graph graph, boolean joinBlankNodes)
           
 void HTTPRepository.removeGraph(Graph graph)
           
 

Uses of Graph in org.openrdf.sesame.sailimpl.omm.security
 

Methods in org.openrdf.sesame.sailimpl.omm.security with parameters of type Graph
 void SecuritySail.importPolicy(Graph graph)
          Imports the security policy given a Graph.
 



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