Interface Group
-
- All Superinterfaces:
SupportsExpr
- All Known Implementing Classes:
BasicGroup
,UnionBuilder
@Deprecated public interface Group extends SupportsExpr
Deprecated.useSparqlBuilder
instead.Abstract representation of a group of atoms in a query
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addChild(Group theGroup)
Deprecated.boolean
isOptional()
Deprecated.int
size()
Deprecated.-
Methods inherited from interface org.eclipse.rdf4j.queryrender.builder.SupportsExpr
expr
-
-
-
-
Method Detail
-
isOptional
boolean isOptional()
Deprecated.
-
addChild
void addChild(Group theGroup)
Deprecated.
-
size
int size()
Deprecated.
-
-