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

Packages that use MGraph
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 MGraph in org.apache.clerezza.rdf.core.access
 

Subinterfaces of MGraph in org.apache.clerezza.rdf.core.access
 interface LockableMGraph
          Represents an MGraph that can be locked for reading/writing.
 

Classes in org.apache.clerezza.rdf.core.access that implement MGraph
 class LockableMGraphWrapper
          Wrappes an MGraph as a LockableMGraph, this class is used by TcManager to support TcProviders that do not privide LockableMGraph.
 class SecuredMGraph
          A SecuredMGraph is a LockableMGraph that wraps a LockableMGraph checking each access for the rights on a the graph for which the uri is passed to the constructor.
 

Methods in org.apache.clerezza.rdf.core.access that return MGraph
 MGraph TcProvider.createMGraph(UriRef name)
          Creates an initially empty MGraph with a specified name
 MGraph TcProvider.getMGraph(UriRef name)
          Get an MGraph by its name.
 

Constructors in org.apache.clerezza.rdf.core.access with parameters of type MGraph
LockableMGraphWrapper(MGraph providedMGraph)
          Constructs a LocalbleMGraph for an MGraph.
 

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

Classes in org.apache.clerezza.rdf.core.impl that implement MGraph
 class AbstractMGraph
          AbstractMGraph is an abstract implementation of MGraph implementing the getGraph method.
 class SimpleMGraph
           
 class WriteBlockedMGraph
          This is a wrapper object for MGraph.
 

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

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

Constructors in org.apache.clerezza.rdf.core.impl.util with parameters of type MGraph
PrivilegedMGraphWrapper(MGraph wrappedMGraph)
           
 

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

Methods in org.apache.clerezza.rdf.core.serializedform with parameters of type MGraph
 void Parser.parse(MGraph target, InputStream serializedGraph, String formatIdentifier)
          Parses a serialized Graph from an InputStream.
 void ParsingProvider.parse(MGraph target, InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
          Parses a stream as the specified RDF-format.
 void Parser.parse(MGraph target, InputStream serializedGraph, String formatIdentifier, UriRef baseUri)
          Parses a serialized Graph from an InputStream.
 



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