Uses of Class
org.eclipse.rdf4j.query.algebra.Intersection
-
Packages that use Intersection Package Description org.eclipse.rdf4j.query.algebra Abstract Query Algebra model.org.eclipse.rdf4j.query.algebra.helpers -
-
Uses of Intersection in org.eclipse.rdf4j.query.algebra
Methods in org.eclipse.rdf4j.query.algebra that return Intersection Modifier and Type Method Description IntersectionIntersection. clone()Methods in org.eclipse.rdf4j.query.algebra with parameters of type Intersection Modifier and Type Method Description voidQueryModelVisitor. meet(Intersection node) -
Uses of Intersection in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type Intersection Modifier and Type Method Description voidAbstractQueryModelVisitor. meet(Intersection node)voidAbstractSimpleQueryModelVisitor. meet(Intersection node)voidStatementPatternVisitor. meet(Intersection node)
-