Uses of Interface
org.apache.jena.graph.Capabilities
Packages that use 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
Methods in org.apache.jena.graph that return Capabilities -
Uses of Capabilities in org.apache.jena.graph.compose
Methods in org.apache.jena.graph.compose that return Capabilities -
Uses of Capabilities in org.apache.jena.graph.impl
Classes in org.apache.jena.graph.impl that implement CapabilitiesModifier and TypeClassDescriptionclassA default implementation of capabilities, in which everything is allowed, size is accurate, and graphs may be completely empty.classMethods in org.apache.jena.graph.impl that return CapabilitiesModifier 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()Constructors in org.apache.jena.graph.impl with parameters of type Capabilities -
Uses of Capabilities in org.apache.jena.mem2
Methods in org.apache.jena.mem2 that return Capabilities -
Uses of Capabilities in org.apache.jena.reasoner
Classes in org.apache.jena.reasoner that implement CapabilitiesModifier and TypeClassDescriptionstatic classAn InfCapabilities notes that size may not be accurate.static classAn InfCapabilities notes that size may not be accurate.Methods in org.apache.jena.reasoner that return CapabilitiesModifier 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
Methods in org.apache.jena.reasoner.rulesys that return CapabilitiesModifier 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
Methods in org.apache.jena.reasoner.transitiveReasoner that return CapabilitiesModifier 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.