| Package | Description |
|---|---|
| org.aksw.jena_sparql_api.normal_form | |
| org.aksw.sparqlify.restriction |
| 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(org.aksw.jena_sparql_api.exprs_ext.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) |
Copyright © 2015. All rights reserved.