Package org.aksw.jena_sparql_api.views
Class RestrictedExpr
java.lang.Object
org.aksw.jena_sparql_api.views.RestrictedExpr
[SPARQL level]
A restrictedExpr is comprised of
- An SPARQL expression
- restrictions associated with its corresponding value after evaluation (under some interpretation)
Example:
Some expression can be declared to yield integers in the range [0..4]
or uris with certain prefixes.
- Author:
- Claus Stadler <cstadler@informatik.uni-leipzig.de>
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictedExpr(org.apache.jena.sparql.expr.Expr expr) RestrictedExpr(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) -
Method Summary
Modifier and TypeMethodDescriptionstatic RestrictedExprcreate(org.apache.jena.sparql.expr.Expr expr) static RestrictedExprcreate(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) booleanorg.apache.jena.sparql.expr.ExprgetExpr()inthashCode()toString()
-
Constructor Details
-
RestrictedExpr
public RestrictedExpr(org.apache.jena.sparql.expr.Expr expr) -
RestrictedExpr
-
-
Method Details
-
create
-
create
public static RestrictedExpr create(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) -
getExpr
public org.apache.jena.sparql.expr.Expr getExpr() -
getRestrictions
-
toString
-
hashCode
public int hashCode() -
equals
-