Uses of Class
org.eclipse.rdf4j.queryrender.builder.UnionBuilder
-
Packages that use UnionBuilder Package Description org.eclipse.rdf4j.queryrender.builder This package is deprecated. -
-
Uses of UnionBuilder in org.eclipse.rdf4j.queryrender.builder
Methods in org.eclipse.rdf4j.queryrender.builder that return UnionBuilder Modifier and Type Method Description UnionBuilder<T,E>
UnionBuilder. addGroup(Group theGroup)
Deprecated.UnionBuilder<T,E>
UnionBuilder. removeGroup(Group theGroup)
Deprecated.UnionBuilder<T,E>
GroupBuilder. union()
Deprecated.Methods in org.eclipse.rdf4j.queryrender.builder that return types with arguments of type UnionBuilder Modifier and Type Method Description GroupBuilder<T,UnionBuilder<T,E>>
UnionBuilder. left()
Deprecated.Return a builder for creating the left operand of the unionGroupBuilder<T,UnionBuilder<T,E>>
UnionBuilder. right()
Deprecated.Return a builder for creating the right operand of the union
-