Uses of Class
org.apache.jena.graph.impl.GraphBase
Packages that use GraphBase
Package
Description
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.
Various memory-based implementations of interfaces,
specifically GraphMem for memory-based Graphs.
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.
-
Uses of GraphBase in org.apache.jena.graph.compose
Subclasses of GraphBase in org.apache.jena.graph.composeModifier and TypeClassDescriptionclassBase class for graphs that are composed of multiple sub-graphs.classGraph operation for wrapping a base graph and leaving it unchanged while recording all the attempted updates for later access.classClass representing the dynamic set difference L - R of two graphs.classDisjointUnion - a version of Union that assumes the graphs are disjoint, and hence thatfindneed not do duplicate-removal.classBase class for the two-operand composition operations; has two graphs L and RclassThe dynamic intersection of two graphs L and R.classA graph implementation that presents the union of zero or more subgraphs, one of which is distinguished as the updateable graph.classA base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators).classA class representing the dynamic union of two graphs. -
Uses of GraphBase in org.apache.jena.graph.impl
Subclasses of GraphBase in org.apache.jena.graph.implModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.To be removed. -
Uses of GraphBase in org.apache.jena.mem
Subclasses of GraphBase in org.apache.jena.memModifier and TypeClassDescriptionclassDeprecated.This implementation of GraphMem will be replaced by a new implementation.classGraphMemBase - a common base class for GraphMem and SmallGraphMem. -
Uses of GraphBase in org.apache.jena.mem2
Subclasses of GraphBase in org.apache.jena.mem2Modifier and TypeClassDescriptionclassA graph that stores triples in memory.classA graph that stores triples in memory.classA graph that stores triples in memory.classA graph that stores triples in memory. -
Uses of GraphBase in org.apache.jena.reasoner
Subclasses of GraphBase in org.apache.jena.reasonerModifier and TypeClassDescriptionclassA base level implementation of the InfGraph interface. -
Uses of GraphBase in org.apache.jena.reasoner.rulesys
Subclasses of GraphBase in org.apache.jena.reasoner.rulesysModifier and TypeClassDescriptionclassAn inference graph interface that runs a set of forward chaining rules to conclusion on each added triple and stores the entire result set.classAn inference graph that uses a mixture of forward and backward chaining rules.classInference graph for accessing the LP version of the backward chaining rule engine.classCustomization of the generic rule inference graph for RDFS inference.classRETE implementation of the forward rule inference graph. -
Uses of GraphBase in org.apache.jena.reasoner.transitiveReasoner
Subclasses of GraphBase in org.apache.jena.reasoner.transitiveReasonerModifier and TypeClassDescriptionclassImplementation of InfGraph used by the TransitiveReasoner.