Modifier and Type | Method and Description |
---|---|
MGraph |
RemoteConceptsDescriptionManager.getRemoteConceptsDescriptionMGraph()
This method creates an
MGraph to store concepts' descriptions
if this graph does not already exist. |
Modifier and Type | Method and Description |
---|---|
MGraph |
SystemConfig.createMGraph(UriRef name) |
MGraph |
SystemConfig.getMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
protected abstract MGraph |
AbstractDiscobitsHandler.getMGraph() |
protected MGraph |
DiscobitsTypeHandler.getMGraph() |
Constructor and Description |
---|
CollectionCreator(MGraph mGraph) |
Modifier and Type | Method and Description |
---|---|
MGraph |
DocumentationProvider.createMGraph(UriRef name) |
MGraph |
DocumentationProvider.getMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
MGraph |
EnrichmentTcProvider.createMGraph(UriRef name) |
MGraph |
EnrichmentTcProvider.getMGraph(UriRef name) |
Modifier and Type | Interface and Description |
---|---|
interface |
LockableMGraph
Represents an
MGraph that can be locked for reading/writing. |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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. |
Constructor and Description |
---|
LockableMGraphWrapper(MGraph providedMGraph)
Constructs a LocalbleMGraph for an MGraph.
|
LockableMGraphWrapper(MGraph providedMGraph,
java.util.concurrent.locks.ReadWriteLock lock) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMGraph
AbstractMGraph is an abstract implementation of MGraph
implementing the getGraph method. |
class |
SimpleMGraph |
class |
WriteBlockedMGraph
This is a wrapper object for
MGraph . |
Modifier and Type | Class and Description |
---|---|
class |
PrivilegedMGraphWrapper
Calls the methods of the wrapped
MGraph as privileged
code, because they may need permissions like writing to disk or accessing
network. |
Constructor and Description |
---|
PrivilegedMGraphWrapper(MGraph wrappedMGraph) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LockableMGraphWrapperForTesting
Wrappes an MGraph as a LockableMGraph.
|
class |
RandomMGraph
A
MGraph wrapper that allows growing and shrinking of
the wrapped mgraph. |
Modifier and Type | Method and Description |
---|---|
protected abstract MGraph |
MGraphTest.getEmptyMGraph()
Subclasses implement this method to provide implementation instances of
MGraph.
|
Constructor and Description |
---|
LockableMGraphWrapperForTesting(MGraph providedMGraph)
Constructs a LocalbleMGraph for an MGraph.
|
RandomMGraph(int initialSize,
int interconnectivity,
MGraph mGraph)
Creates a new random mutual graph.
|
RandomMGraph(MGraph mGraph,
int interconnectivity) |
Constructor and Description |
---|
IndexDefinitionManager(MGraph definitionGraph)
Creates a new IndexDefinitionManager.
|
Modifier and Type | Class and Description |
---|---|
class |
EnrichmentTriples
Given a base graph and a set of Enrichers this TripleCollection contains
the triples provided by the enrichers.
|
Modifier and Type | Class and Description |
---|---|
class |
FileMGraph |
Modifier and Type | Method and Description |
---|---|
MGraph |
FileTcProvider.createMGraph(UriRef name) |
MGraph |
FileTcProvider.getMGraph(UriRef name)
Get an
MGraph by its name. |
Modifier and Type | Method and Description |
---|---|
void |
JenaParserProvider.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri) |
Modifier and Type | Class and Description |
---|---|
class |
JenaGraphAdaptor
An adaptor to expose a Jena Graph as Clerezza MGraph.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetLockedMGraph
|
Modifier and Type | Method and Description |
---|---|
MGraph |
ModelGraph.getMGraph()
Getter for the
MGraph |
Constructor and Description |
---|
DatasetLockedMGraph(java.util.concurrent.locks.ReadWriteLock lock,
MGraph providedMGraph)
Constructs a LocalbleMGraph for an MGraph.
|
Modifier and Type | Method and Description |
---|---|
MGraph |
SingleTdbDatasetTcProvider.createMGraph(UriRef name) |
MGraph |
TdbTcProvider.createMGraph(UriRef name) |
MGraph |
SingleTdbDatasetTcProvider.getMGraph(UriRef name) |
MGraph |
TdbTcProvider.getMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
void |
ClerezzaRDFaParser.parse(MGraph target,
InputStream in,
String formatIdentifier,
UriRef baseUri) |
Constructor and Description |
---|
ClerezzaStatementSink(MGraph mGraph) |
Modifier and Type | Method and Description |
---|---|
void |
RdfJsonParsingProvider.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri) |
Modifier and Type | Method and Description |
---|---|
MGraph |
SimpleTcProvider.createMGraph(UriRef name) |
MGraph |
SimpleTcProvider.getMGraph(UriRef name) |
Modifier and Type | Method and Description |
---|---|
MGraph |
ExternalizingProvider.createMGraph(UriRef name) |
MGraph |
ExternalizingProvider.getMGraph(UriRef name) |
Modifier and Type | Class and Description |
---|---|
class |
UnionMGraph
This class represents the union of multiple triple collections.
|
Modifier and Type | Method and Description |
---|---|
static void |
MGraphUtils.removeSubGraph(MGraph mGraph,
TripleCollection subGraph)
Removes a subGraph from an MGraph.
|
static void |
Smusher.sameAsSmush(MGraph mGraph,
TripleCollection owlSameStatements)
Smushes the specified graph adding owl:sameAs statements pointing to the new canonical IRI
|
static void |
Smusher.smush(MGraph mGraph,
TripleCollection tBox)
smush mGaph given the ontological facts.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtuosoGraph
This is a read-only version of
VirtuosoMGraph |
class |
VirtuosoMGraph
Implementation of MGraph for the Virtuoso quad store.
|
Modifier and Type | Method and Description |
---|---|
MGraph |
VirtuosoWeightedProvider.createMGraph(UriRef name)
Creates an initially empty MGraph.
|
MGraph |
VirtuosoWeightedProvider.getMGraph(UriRef name)
Retrieves the MGraph (modifiable) with the given UriRef.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.