Uses of Class
org.aksw.jena_sparql_api.views.RestrictedExpr
Packages that use RestrictedExpr
-
Uses of RestrictedExpr in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return RestrictedExprModifier and TypeMethodDescriptionstatic RestrictedExprRestrictedExpr.create(org.apache.jena.sparql.expr.Expr expr) static RestrictedExprRestrictedExpr.create(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) Methods in org.aksw.jena_sparql_api.views that return types with arguments of type RestrictedExprModifier and TypeMethodDescriptionVarDefinition.getDefinitions(org.apache.jena.sparql.core.Var viewVar) ViewInstance.getDefinitionsForViewVariable(org.apache.jena.sparql.core.Var viewVar) Convenience getter.com.google.common.collect.Multimap<org.apache.jena.sparql.core.Var,RestrictedExpr> VarDefinition.getMap()Method parameters in org.aksw.jena_sparql_api.views with type arguments of type RestrictedExprModifier and TypeMethodDescriptionstatic StringVarDefinition.toIndentedString(com.google.common.collect.Multimap<org.apache.jena.sparql.core.Var, RestrictedExpr> varToExprs) Constructor parameters in org.aksw.jena_sparql_api.views with type arguments of type RestrictedExprModifierConstructorDescriptionVarDefinition(com.google.common.collect.Multimap<org.apache.jena.sparql.core.Var, RestrictedExpr> varToExprs)