Interface SupportsExpr
-
- All Known Subinterfaces:
Group
- All Known Implementing Classes:
BasicGroup
,UnionBuilder
@Deprecated public interface SupportsExpr
Deprecated.useSparqlBuilder
instead.Interface for something that supports the ability to turn itself into a Sesame TupleExpr.
- Author:
- Michael Grove
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description TupleExpr
expr()
Deprecated.
-
-
-
Method Detail
-
expr
TupleExpr expr()
Deprecated.
-
-