Uses of Class
org.aksw.jena_sparql_api.restriction.RestrictionSetImpl
Packages that use RestrictionSetImpl
-
Uses of RestrictionSetImpl in org.aksw.jena_sparql_api.restriction
Methods in org.aksw.jena_sparql_api.restriction that return RestrictionSetImplMethods in org.aksw.jena_sparql_api.restriction with parameters of type RestrictionSetImplModifier and TypeMethodDescriptionbooleanRestrictionSetImpl.addAlternatives(RestrictionSetImpl rs) booleanRestrictionSetImpl.stateRestriction(RestrictionSetImpl other) Constructors in org.aksw.jena_sparql_api.restriction with parameters of type RestrictionSetImpl -
Uses of RestrictionSetImpl in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views that return RestrictionSetImplMethods in org.aksw.jena_sparql_api.views with parameters of type RestrictionSetImplModifier and TypeMethodDescriptionstatic RestrictedExprRestrictedExpr.create(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) Constructors in org.aksw.jena_sparql_api.views with parameters of type RestrictionSetImplModifierConstructorDescriptionRestrictedExpr(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions) VarDef(org.apache.jena.sparql.expr.Expr expr, RestrictionSetImpl restrictions)