Expand description
I define adapters for the graph
related traits.
Structsยง
- Dataset
Graph - I wrap a
Dataset
as aGraph
corresponding to a specific graph (default or named) of the wrapped dataset. - Partial
Union Graph - I wrap a
Dataset
as aGraph
corresponding to the union of a subset of its graphs, determined by aGraphNameMatcher
. - Union
Graph - I wrap a
Dataset
as aGraph
corresponding to the union of all graphs (default and named) from the original dataset.