Uses of Interface
org.apache.jena.graph.impl.GraphWithPerform
Packages that use GraphWithPerform
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.
Internal implementation objects used by the rule system interpreters
and compilers.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
-
Uses of GraphWithPerform in org.apache.jena.graph.compose
Classes in org.apache.jena.graph.compose that implement GraphWithPerformModifier 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 GraphWithPerform in org.apache.jena.graph.impl
Classes in org.apache.jena.graph.impl that implement GraphWithPerformModifier and TypeClassDescriptionclassGraphBase is an implementation of Graph that provides some convenient base functionality for Graph implementations.classA version of Graph that enforces term equality even if the base graph uses value-indexing.classA wrapper class which simply defers all operations to its base. -
Uses of GraphWithPerform in org.apache.jena.mem
Classes in org.apache.jena.mem that implement GraphWithPerformModifier 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 GraphWithPerform in org.apache.jena.memvalue
Classes in org.apache.jena.memvalue that implement GraphWithPerform -
Uses of GraphWithPerform in org.apache.jena.ontology.models
Classes in org.apache.jena.ontology.models that implement GraphWithPerformModifier and TypeClassDescriptionclassGraphMemRefCount - a base class for GraphMemValue -
Uses of GraphWithPerform in org.apache.jena.reasoner
Classes in org.apache.jena.reasoner that implement GraphWithPerformModifier and TypeClassDescriptionclassA base level implementation of the InfGraph interface. -
Uses of GraphWithPerform in org.apache.jena.reasoner.rulesys
Classes in org.apache.jena.reasoner.rulesys that implement GraphWithPerformModifier 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 GraphWithPerform in org.apache.jena.reasoner.rulesys.impl
Classes in org.apache.jena.reasoner.rulesys.impl that implement GraphWithPerformModifier and TypeClassDescriptionclassA SafeGraph wraps a graph which might contain generalized RDF triples and hides them from API queries so that consumers of it are safe (but can use getRawGraph() to get back the unsafe graph. -
Uses of GraphWithPerform in org.apache.jena.reasoner.transitiveReasoner
Classes in org.apache.jena.reasoner.transitiveReasoner that implement GraphWithPerformModifier and TypeClassDescriptionclassImplementation of InfGraph used by the TransitiveReasoner.
GraphMemFactory.createDefaultGraph()for a general purpose graph orGraphMemFactory.createDefaultGraphSameValue()if necessary implementation.