Uses of Class
org.aksw.jena_sparql_api.restriction.RestrictionImpl
Packages that use RestrictionImpl
Package
Description
-
Uses of RestrictionImpl in org.aksw.jena_sparql_api.normal_form
Methods in org.aksw.jena_sparql_api.normal_form that return RestrictionImplMethods in org.aksw.jena_sparql_api.normal_form that return types with arguments of type RestrictionImplModifier and TypeMethodDescriptionMap<org.apache.jena.sparql.core.Var,RestrictionImpl> Clause.getRestrictions() -
Uses of RestrictionImpl in org.aksw.jena_sparql_api.restriction
Methods in org.aksw.jena_sparql_api.restriction that return RestrictionImplModifier and TypeMethodDescriptionRestrictionImpl.clone()static RestrictionImplRestrictionManagerImpl.deriveRestriction(E_StrConcatPermissive expr) static RestrictionImplRestrictionManagerImpl.deriveRestriction(org.apache.jena.sparql.expr.E_StrConcat expr) static RestrictionImplRestrictionManagerImpl.deriveRestriction(org.apache.jena.sparql.expr.Expr expr) static RestrictionImplRestrictionManagerImpl.deriveRestrictionConcat(org.apache.jena.sparql.expr.ExprFunction concat) RestrictionManager.getOrCreateLocalRestriction(org.apache.jena.sparql.core.Var a) RestrictionManagerImpl.getOrCreateLocalRestriction(org.apache.jena.sparql.core.Var a) RestrictionManager.getRestriction(org.apache.jena.sparql.core.Var a) Get the restriction associated with the given variableRestrictionManager.getRestriction(org.apache.jena.sparql.expr.Expr expr) Return the restriction associated with as expression.RestrictionManagerImpl.getRestriction(org.apache.jena.sparql.core.Var a) RestrictionManagerImpl.getRestriction(org.apache.jena.sparql.expr.Expr expr) Methods in org.aksw.jena_sparql_api.restriction that return types with arguments of type RestrictionImplModifier and TypeMethodDescriptionMap<org.apache.jena.sparql.core.Var,RestrictionImpl> RestrictionManagerImpl.getRestrictions()RestrictionSetImpl.getRestrictions()Methods in org.aksw.jena_sparql_api.restriction with parameters of type RestrictionImplModifier and TypeMethodDescriptionbooleanRestrictionSetImpl.addAlternative(RestrictionImpl r) static BooleanRestrictionManagerImpl.determineSatisfiabilityEquals(RestrictionImpl a, RestrictionImpl b) Supported Constraints: Constant, StartsWith1booleanRestrictionManagerImpl.stateRestriction(org.apache.jena.sparql.core.Var var, RestrictionImpl restriction) booleanRestrictionSetImpl.stateRestriction(RestrictionImpl other) booleanRestrictionImpl.subsumesOrIsEqual(RestrictionImpl other) Return true if 'this' is equal to or less restrictive than otherMethod parameters in org.aksw.jena_sparql_api.restriction with type arguments of type RestrictionImplModifier and TypeMethodDescriptionvoidRestrictionManagerImpl.collectRestrictions(Map<org.apache.jena.sparql.core.Var, RestrictionImpl> result) Constructors in org.aksw.jena_sparql_api.restriction with parameters of type RestrictionImplModifierConstructorDescriptionRestrictionImpl(RestrictionImpl other) RestrictionSetImpl(RestrictionImpl restriction) Constructor parameters in org.aksw.jena_sparql_api.restriction with type arguments of type RestrictionImpl -
Uses of RestrictionImpl in org.aksw.jena_sparql_api.views
Methods in org.aksw.jena_sparql_api.views with parameters of type RestrictionImplModifier and TypeMethodDescriptionCandidateViewSelectorBase.inferColumnConstraints(org.apache.jena.sparql.core.Quad quad, RestrictionImpl[] termRestriction, Clause clause) Constructors in org.aksw.jena_sparql_api.views with parameters of type RestrictionImplModifierConstructorDescriptionVarDef(org.apache.jena.sparql.expr.Expr expr, RestrictionImpl restriction)