Uses of Class
org.apache.jena.graph.compose.Dyadic
-
Packages that use Dyadic Package Description org.apache.jena.graph.compose 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.compose Modifier and Type Class Description class
Difference
Class representing the dynamic set difference L - R of two graphs.class
DisjointUnion
DisjointUnion - a version of Union that assumes the graphs are disjoint, and hence thatfind
need not do duplicate-removal.class
Intersection
The dynamic intersection of two graphs L and R.class
Union
A class representing the dynamic union of two graphs.
-