Class RestrictedExpr

java.lang.Object
org.aksw.jena_sparql_api.views.RestrictedExpr

public class RestrictedExpr extends Object
[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 Details

    • RestrictedExpr

      public RestrictedExpr(org.apache.jena.sparql.expr.Expr expr)
    • RestrictedExpr

      public RestrictedExpr(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions)
  • Method Details