Uses of Interface
org.apache.clerezza.rdf.core.Graph

Packages that use Graph
org.apache.clerezza.rdf.core   
org.apache.clerezza.rdf.core.access This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various implementations. 
org.apache.clerezza.rdf.core.impl   
org.apache.clerezza.rdf.core.impl.util   
org.apache.clerezza.rdf.core.serializedform   
 

Uses of Graph in org.apache.clerezza.rdf.core
 

Methods in org.apache.clerezza.rdf.core that return Graph
 Graph MGraph.getGraph()
          Returns the graph
 

Uses of Graph in org.apache.clerezza.rdf.core.access
 

Methods in org.apache.clerezza.rdf.core.access that return Graph
 Graph TcProvider.createGraph(UriRef name, TripleCollection triples)
          Creates a Graph with a specified name
 Graph TcProviderMultiplexer.createGraph(UriRef name, TripleCollection triples)
           
 Graph TcManager.createGraph(UriRef name, TripleCollection triples)
           
 Graph TcManager.executeSparqlQuery(ConstructQuery query, TripleCollection defaultGraph)
          Executes a sparql CONSTRUCT query.
 Graph TcManager.executeSparqlQuery(DescribeQuery query, TripleCollection defaultGraph)
          Executes a sparql DESCRIBE query.
 Graph SecuredMGraph.getGraph()
           
 Graph LockableMGraphWrapper.getGraph()
           
 Graph TcProvider.getGraph(UriRef name)
          Get a Graph by its name
 Graph TcProviderMultiplexer.getGraph(UriRef name)
           
 Graph TcManager.getGraph(UriRef name)
           
 

Methods in org.apache.clerezza.rdf.core.access with parameters of type Graph
 Set<UriRef> TcProvider.getNames(Graph graph)
          get a set of the names of a Graph
 Set<UriRef> TcProviderMultiplexer.getNames(Graph graph)
           
 Set<UriRef> TcManager.getNames(Graph graph)
           
 

Uses of Graph in org.apache.clerezza.rdf.core.impl
 

Classes in org.apache.clerezza.rdf.core.impl that implement Graph
 class AbstractGraph
          AbstractGraph is an abstract implementation of Graph implementing the equals and the hashCode methods.
 class SimpleGraph
           
 

Methods in org.apache.clerezza.rdf.core.impl that return Graph
 Graph AbstractMGraph.getGraph()
           
 Graph WriteBlockedMGraph.getGraph()
           
 Graph SimpleMGraph.getGraph()
           
 

Uses of Graph in org.apache.clerezza.rdf.core.impl.util
 

Classes in org.apache.clerezza.rdf.core.impl.util that implement Graph
 class PrivilegedGraphWrapper
          Calls the methods of the wrapped Graph as privileged code, because they may need permissions like writing to disk or accessing network.
 

Methods in org.apache.clerezza.rdf.core.impl.util that return Graph
 Graph PrivilegedMGraphWrapper.getGraph()
           
 

Constructors in org.apache.clerezza.rdf.core.impl.util with parameters of type Graph
PrivilegedGraphWrapper(Graph graph)
           
 

Uses of Graph in org.apache.clerezza.rdf.core.serializedform
 

Methods in org.apache.clerezza.rdf.core.serializedform that return Graph
 Graph Parser.parse(InputStream serializedGraph, String formatIdentifier)
          Parses a serialized Graph from an InputStream.
 Graph Parser.parse(InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
          Parses a serialized Graph from an InputStream.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.