Uses of Package
org.apache.jena.graph.compose
Packages that use org.apache.jena.graph.compose
Package
Description
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
-
Classes in org.apache.jena.graph.compose used by org.apache.jena.graph.composeClassDescriptionBase class for graphs that are composed of multiple sub-graphs.Base class for the two-operand composition operations; has two graphs L and RA base class for composition graphs that are composed from zero or more sub-graphs (thus providing a basis for polyadic composition operators).A class representing the dynamic union of two graphs.