Uses of Class
org.apache.jena.graph.compose.CompositionBase
Packages that use CompositionBase
Package
Description
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
-
Uses of CompositionBase in org.apache.jena.graph.compose
Subclasses of CompositionBase in org.apache.jena.graph.composeModifier and TypeClassDescriptionclassGraph 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.