public class RestrictedExpr extends Object
| Constructor and Description |
|---|
RestrictedExpr(com.hp.hpl.jena.sparql.expr.Expr expr) |
RestrictedExpr(com.hp.hpl.jena.sparql.expr.Expr expr,
RestrictionSetImpl restrictions) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictedExpr |
create(com.hp.hpl.jena.sparql.expr.Expr expr) |
static RestrictedExpr |
create(com.hp.hpl.jena.sparql.expr.Expr expr,
RestrictionSetImpl restrictions) |
boolean |
equals(Object obj) |
com.hp.hpl.jena.sparql.expr.Expr |
getExpr() |
RestrictionSetImpl |
getRestrictions() |
int |
hashCode() |
String |
toString() |
public RestrictedExpr(com.hp.hpl.jena.sparql.expr.Expr expr)
public RestrictedExpr(com.hp.hpl.jena.sparql.expr.Expr expr,
RestrictionSetImpl restrictions)
public static RestrictedExpr create(com.hp.hpl.jena.sparql.expr.Expr expr)
public static RestrictedExpr create(com.hp.hpl.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions)
public com.hp.hpl.jena.sparql.expr.Expr getExpr()
public RestrictionSetImpl getRestrictions()
Copyright © 2013. All Rights Reserved.