| Constructor and Description |
|---|
VarDef(com.hp.hpl.jena.sparql.expr.Expr expr,
RestrictionImpl restriction) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Constraint> |
CandidateViewSelectorBase.inferColumnConstraints(com.hp.hpl.jena.sparql.core.Quad quad,
RestrictionImpl[] termRestriction,
Clause clause) |
| Modifier and Type | Method and Description |
|---|---|
RestrictionImpl |
Clause.getRestriction(com.hp.hpl.jena.sparql.core.Var var) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.hp.hpl.jena.sparql.core.Var,RestrictionImpl> |
Clause.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
RestrictionImpl |
RestrictionImpl.clone() |
static RestrictionImpl |
RestrictionManagerImpl.deriveRestriction(com.hp.hpl.jena.sparql.expr.E_StrConcat expr) |
static RestrictionImpl |
RestrictionManagerImpl.deriveRestriction(E_StrConcatPermissive expr) |
static RestrictionImpl |
RestrictionManagerImpl.deriveRestriction(com.hp.hpl.jena.sparql.expr.Expr expr) |
static RestrictionImpl |
RestrictionManagerImpl.deriveRestrictionConcat(com.hp.hpl.jena.sparql.expr.ExprFunction concat) |
RestrictionImpl |
RestrictionManager.getOrCreateLocalRestriction(com.hp.hpl.jena.sparql.core.Var a) |
RestrictionImpl |
RestrictionManagerImpl.getOrCreateLocalRestriction(com.hp.hpl.jena.sparql.core.Var a) |
RestrictionImpl |
RestrictionManager.getRestriction(com.hp.hpl.jena.sparql.expr.Expr expr)
Return the restriction associated with as expression.
|
RestrictionImpl |
RestrictionManagerImpl.getRestriction(com.hp.hpl.jena.sparql.expr.Expr expr) |
RestrictionImpl |
RestrictionManager.getRestriction(com.hp.hpl.jena.sparql.core.Var a)
Get the restriction associated with the given variable
|
RestrictionImpl |
RestrictionManagerImpl.getRestriction(com.hp.hpl.jena.sparql.core.Var a) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.hp.hpl.jena.sparql.core.Var,RestrictionImpl> |
RestrictionManagerImpl.getRestrictions() |
Collection<RestrictionImpl> |
RestrictionSetImpl.getRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RestrictionSetImpl.addAlternative(RestrictionImpl r) |
static Boolean |
RestrictionManagerImpl.determineSatisfiabilityEquals(RestrictionImpl a,
RestrictionImpl b)
Supported Constraints: Constant, StartsWith1
|
boolean |
RestrictionSetImpl.stateRestriction(RestrictionImpl other) |
boolean |
RestrictionManagerImpl.stateRestriction(com.hp.hpl.jena.sparql.core.Var var,
RestrictionImpl restriction) |
boolean |
RestrictionImpl.subsumesOrIsEqual(RestrictionImpl other)
Return true if 'this' is equal to or less restrictive than other
|
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionManagerImpl.collectRestrictions(Map<com.hp.hpl.jena.sparql.core.Var,RestrictionImpl> result) |
| Constructor and Description |
|---|
RestrictionImpl(RestrictionImpl other) |
RestrictionSetImpl(RestrictionImpl restriction) |
| Constructor and Description |
|---|
RestrictionSetImpl(List<RestrictionImpl> restrictions) |
| Modifier and Type | Method and Description |
|---|---|
static RestrictionImpl |
RestrictionManagerBeforeChangingToMap.deriveRestriction(com.hp.hpl.jena.sparql.expr.E_StrConcat expr) |
static RestrictionImpl |
RestrictionManager2.deriveRestriction(com.hp.hpl.jena.sparql.expr.E_StrConcat expr) |
static RestrictionImpl |
RestrictionManagerBeforeChangingToMap.deriveRestriction(E_StrConcatPermissive expr) |
static RestrictionImpl |
RestrictionManager2.deriveRestriction(E_StrConcatPermissive expr) |
static RestrictionImpl |
RestrictionManagerBeforeChangingToMap.deriveRestriction(com.hp.hpl.jena.sparql.expr.Expr expr) |
static RestrictionImpl |
RestrictionManager2.deriveRestriction(com.hp.hpl.jena.sparql.expr.Expr expr) |
static RestrictionImpl |
RestrictionManagerBeforeChangingToMap.deriveRestrictionConcat(com.hp.hpl.jena.sparql.expr.ExprFunction concat) |
static RestrictionImpl |
RestrictionManager2.deriveRestrictionConcat(com.hp.hpl.jena.sparql.expr.ExprFunction concat) |
RestrictionImpl |
RestrictionManagerBeforeChangingToMap.getOrCreateLocalRestriction(com.hp.hpl.jena.sparql.core.Var a) |
RestrictionImpl |
RestrictionManagerBeforeChangingToMap.getRestriction(com.hp.hpl.jena.sparql.expr.Expr expr) |
RestrictionImpl |
RestrictionManagerBeforeChangingToMap.getRestriction(com.hp.hpl.jena.sparql.core.Var a) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
RestrictionManagerBeforeChangingToMap.determineSatisfiabilityEquals(RestrictionImpl a,
RestrictionImpl b)
Supported Constraints: Constant, StartsWith1
|
static Boolean |
RestrictionManager2.determineSatisfiabilityEquals(RestrictionImpl a,
RestrictionImpl b)
Supported Constraints: Constant, StartsWith1
|
boolean |
RestrictionManagerBeforeChangingToMap.stateRestriction(com.hp.hpl.jena.sparql.core.Var var,
RestrictionImpl restriction) |
boolean |
RestrictionManager2.stateRestriction(com.hp.hpl.jena.sparql.core.Var var,
RestrictionImpl restriction) |
Copyright © 2013. All Rights Reserved.