Uses of Interface
org.apache.jena.graph.Capabilities
Package
Description
This package defines the Graph and Node family of classes, which
form the underlying datatypes of the Jena system.
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
This package provides basic implementations of Graph interfaces
such as EventManager and Capabilities.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
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.
-
Uses of Capabilities in org.apache.jena.graph
-
Uses of Capabilities in org.apache.jena.graph.compose
-
Uses of Capabilities in org.apache.jena.graph.impl
Modifier and TypeClassDescriptionclass
A default implementation of capabilities, in which everything is allowed, size is accurate, and graphs may be completely empty.class
Modifier and TypeMethodDescriptionCollectionGraph.getCapabilities()
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).GraphPlain.getCapabilities()
WrappedGraph.getCapabilities()
-
Uses of Capabilities in org.apache.jena.reasoner
Modifier and TypeClassDescriptionstatic class
An InfCapabilities notes that size may not be accurate.static class
An InfCapabilities notes that size may not be accurate.Modifier and TypeMethodDescriptionBaseInfGraph.getCapabilities()
Answer the InfCapabilities of this InfGraph.Reasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to. -
Uses of Capabilities in org.apache.jena.reasoner.rulesys
Modifier and TypeMethodDescriptionBasicForwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.FBRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.LPBackwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.OWLMicroReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.OWLMiniReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.RDFSFBRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.RDFSForwardRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to.RDFSRuleReasoner.getGraphCapabilities()
Return the Jena Graph Capabilities that the inference graphs generated by this reasoner are expected to conform to. -
Uses of Capabilities in org.apache.jena.reasoner.transitiveReasoner
Modifier and TypeMethodDescriptionTransitiveInfGraph.getCapabilities()
Answer the InfCapabilities of this InfGraph.TransitiveReasoner.getGraphCapabilities()
Return the Jena Graph Capabilties that the inference graphs generated by this reasoner are expected to conform to.