Package | Description |
---|---|
org.apache.clerezza.platform.graphprovider.content | |
org.apache.clerezza.platform.typepriority | |
org.apache.clerezza.rdf.core.access |
This package provides access to named
org.apache.clerezza.rdf.model.Graph S and org.apache.clerezza.rdf.model.MGraph S that may originate from various
implementations. |
org.apache.clerezza.rdf.core.impl | |
org.apache.clerezza.rdf.core.test | |
org.apache.clerezza.rdf.jena.tdb.internals | |
org.apache.clerezza.rdf.utils | |
org.apache.clerezza.rdf.utils.smushing | |
org.apache.clerezza.rdf.virtuoso.storage | |
org.apache.clerezza.utils.customproperty |
Modifier and Type | Method and Description |
---|---|
LockableMGraph |
ContentGraphProvider.getContentGraph() |
Modifier and Type | Method and Description |
---|---|
protected void |
TypePrioritizer.bindSystemGraph(LockableMGraph systemGraph) |
protected void |
TypePrioritizer.unbindSystemGraph(LockableMGraph systemGraph) |
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 |
---|---|
LockableMGraph |
TcManager.createMGraph(UriRef name) |
LockableMGraph |
TcProviderMultiplexer.createMGraph(UriRef name) |
LockableMGraph |
TcManager.getMGraph(UriRef name) |
LockableMGraph |
TcProviderMultiplexer.getMGraph(UriRef name) |
LockableMGraph |
SecuredMGraph.getUnsecuredMGraph()
Returns the wrapped LockableMGraph if the caller has all access rights.
|
Constructor and Description |
---|
SecuredMGraph(LockableMGraph wrapped,
UriRef name,
TcAccessController tcAccessController) |
Modifier and Type | Class and Description |
---|---|
class |
WriteBlockedMGraph
This is a wrapper object for
MGraph . |
Constructor and Description |
---|
WriteBlockedMGraph(LockableMGraph mGraph)
Creates a wrapper of
SimpleMGraph |
Modifier and Type | Class and Description |
---|---|
class |
LockableMGraphWrapperForTesting
Wrappes an MGraph as a LockableMGraph.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetLockedMGraph
|
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 |
Smusher.sameAsSmush(LockableMGraph mGraph,
TripleCollection owlSameStatements) |
static void |
Smusher.smush(LockableMGraph mGraph,
TripleCollection tBox) |
Modifier and Type | Method and Description |
---|---|
void |
BaseSmusher.smush(LockableMGraph mGraph,
Set<Set<NonLiteral>> equivalenceSets,
boolean addOwlSameAs)
Smushes the resources in mGraph that belong to the same set in equivalenceSets,
i.e.
|
void |
IfpSmusher.smush(LockableMGraph mGraph,
TripleCollection tBox)
smush mGaph given the ontological facts.
|
void |
SameAsSmusher.smush(LockableMGraph mGraph,
TripleCollection owlSameStatements,
boolean addCanonicalSameAsStatements)
This will ensure that all properties of sameAs resources are associated
to the preferedIri as returned by
getPreferedIri |
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 |
---|---|
protected NonLiteral |
CustomProperty.addBasicCustomField(LockableMGraph contentGraph,
UriRef property,
int cardinality,
String label,
String description,
String config,
NonLiteral propertyCollection) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.