Uses of Class
org.apache.clerezza.rdf.core.access.NoSuchEntityException

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

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

Methods in org.apache.clerezza.rdf.core.access that throw NoSuchEntityException
 void TcProvider.deleteTripleCollection(UriRef name)
          Deletes the Graph or MGraph of a specified name.
 Graph TcProvider.getGraph(UriRef name)
          Get a Graph by its name
 Graph TcProviderMultiplexer.getGraph(UriRef name)
           
 Graph TcManager.getGraph(UriRef name)
           
 MGraph TcProvider.getMGraph(UriRef name)
          Get an MGraph by its name.
 LockableMGraph TcProviderMultiplexer.getMGraph(UriRef name)
           
 TripleCollection TcProvider.getTriples(UriRef name)
          This method is used to get a TripleCollection indifferently whether it's a Graph or an MGraph.
 TripleCollection TcProviderMultiplexer.getTriples(UriRef name)
           
 



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