Uses of Class
org.apache.jena.graph.compose.Dyadic
Packages that use Dyadic
Package
Description
This package defines simple composite graphs - union, intersection,
difference, and update-tracking.
-
Uses of Dyadic in org.apache.jena.graph.compose
Subclasses of Dyadic in org.apache.jena.graph.composeModifier and TypeClassDescriptionclassClass 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.classThe dynamic intersection of two graphs L and R.classA class representing the dynamic union of two graphs.