| Package | Description |
|---|---|
| org.aksw.sparqlify.core.algorithms | |
| org.aksw.sparqlify.database | |
| org.aksw.sparqlify.sparqlview |
| Modifier and Type | Method and Description |
|---|---|
static VariableConstraint |
CandidateViewSelectorBase.deriveIsPrefixOfConstraint(com.hp.hpl.jena.sparql.expr.Expr a,
com.hp.hpl.jena.sparql.expr.Expr b)
If a variable equals a (uri or string) constant, it means that the view must provide
a prefix for that value.
|
static VariableConstraint |
CandidateViewSelectorImplUseTheGenericImplInstead.deriveIsPrefixOfConstraint(com.hp.hpl.jena.sparql.expr.Expr a,
com.hp.hpl.jena.sparql.expr.Expr b)
If a variable equals a (uri or string) constant, it means that the view must provide
a prefix for that value.
|
static VariableConstraint |
CandidateViewSelectorBase.deriveViewLookupConstraint(com.hp.hpl.jena.sparql.expr.Expr expr)
Returns IsPrefixOf Constraints for equality expressions between variables and constants.
|
static VariableConstraint |
CandidateViewSelectorImplUseTheGenericImplInstead.deriveViewLookupConstraint(com.hp.hpl.jena.sparql.expr.Expr expr)
Returns IsPrefixOf Constraints for equality expressions between variables and constants.
|
| Modifier and Type | Method and Description |
|---|---|
static VariableConstraint |
RdfViewSystem2.deriveIsPrefixOfConstraint(com.hp.hpl.jena.sparql.expr.Expr a,
com.hp.hpl.jena.sparql.expr.Expr b)
If a variable equals a (uri or string) constant, it means that the view must provide
a prefix for that value.
|
static VariableConstraint |
RdfViewSystem2.deriveViewLookupConstraint(com.hp.hpl.jena.sparql.expr.Expr expr)
Returns IsPrefixOf Constraints for equality expressions between variables and constants.
|
| Modifier and Type | Method and Description |
|---|---|
static VariableConstraint |
SparqlViewSystem.deriveIsPrefixOfConstraint(com.hp.hpl.jena.sparql.expr.Expr a,
com.hp.hpl.jena.sparql.expr.Expr b)
If a variable equals a (uri or string) constant, it means that the view must provide
a prefix for that value.
|
static VariableConstraint |
SparqlViewSystem.deriveViewLookupConstraint(com.hp.hpl.jena.sparql.expr.Expr expr)
Returns IsPrefixOf Constraints for equality expressions between variables and constants.
|
Copyright © 2014. All Rights Reserved.