Search in sources :

Example 6 with DisjointUnion

use of org.apache.jena.graph.compose.DisjointUnion in project jena by apache.

the class TestDisjointUnion method testEmptyUnion.

public void testEmptyUnion() {
    DisjointUnion du = new DisjointUnion(Graph.emptyGraph, Graph.emptyGraph);
    assertEquals(true, du.isEmpty());
}
Also used : DisjointUnion(org.apache.jena.graph.compose.DisjointUnion)

Aggregations

DisjointUnion (org.apache.jena.graph.compose.DisjointUnion)6 Graph (org.apache.jena.graph.Graph)5