Package | Description |
---|---|
org.apache.jena.graph |
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
|
org.apache.jena.graph.compose |
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
|
org.apache.jena.graph.impl |
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
|
org.apache.jena.reasoner |
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
|
org.apache.jena.reasoner.rulesys |
Provides a selection of simple rule engines for Jena inference models.
|
org.apache.jena.reasoner.transitiveReasoner |
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
|
org.apache.jena.shared |
This package defines some classes common to the Jena API
and SPI levels, in particular the JenaException class from which
all Jena-specific exceptions hang, and the interface PrefixMapping
for translation to and from QNames.
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
Graph.getCapabilities()
returns this Graph's capabilities
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
Polyadic.getCapabilities() |
Capabilities |
Delta.getCapabilities() |
Modifier and Type | Class and Description |
---|---|
class |
AllCapabilities
A default implementation of capabilities, in which everything is allowed,
size is accurate, and graphs may be completely empty.
|
class |
WrappedCapabilities |
Modifier and Type | Method and Description |
---|---|
Capabilities |
GraphPlain.getCapabilities() |
Capabilities |
GraphBase.getCapabilities()
Answer the capabilities of this graph; the default is an AllCapabilities object
(the same one each time, not that it matters - Capabilities should be
immutable).
|
Capabilities |
CollectionGraph.getCapabilities() |
Capabilities |
WrappedGraph.getCapabilities() |
Constructor and Description |
---|
WrappedCapabilities(Capabilities other) |
Modifier and Type | Class and Description |
---|---|
static class |
BaseInfGraph.InfCapabilities
An InfCapabilities notes that size may not be accurate, and some
triples may be irremovable.
|
static class |
BaseInfGraph.InfFindSafeCapabilities
An InfCapabilities notes that size may not be accurate, and some
triples may be irremovable.
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
BaseInfGraph.getCapabilities()
Answer the InfCapabilities of this InfGraph.
|
Capabilities |
Reasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
RDFSRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
RDFSFBRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
FBRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
LPBackwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
BasicForwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
RDFSForwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
OWLMiniReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
|
Capabilities |
OWLMicroReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
TransitiveInfGraph.getCapabilities()
Answer the InfCapabilities of this InfGraph.
|
Capabilities |
TransitiveReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated
by this reasoner are expected to conform to.
|
Modifier and Type | Method and Description |
---|---|
Capabilities |
RandomOrderGraph.getCapabilities() |
Licenced under the Apache License, Version 2.0