Package org.aksw.jenax.constraint.util
Class ConstraintDerivations
java.lang.Object
org.aksw.jenax.constraint.util.ConstraintDerivations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidderiveConstraints(CBinding row, org.apache.jena.graph.Triple triple) static voidderiveConstraints(CBinding row, org.apache.jena.sparql.core.Quad quad) Derive constraints from a quad; merges them into the RowConstraints instancestatic voidderiveConstraints(CBinding row, org.apache.jena.sparql.core.VarExprList defs) ElementBindstatic VSpacederiveValueSpace(org.apache.jena.sparql.expr.Expr expr, CBinding cxt) Attempt to figure out what the expression might returnstatic com.google.common.collect.Range<ComparableNodeValue>mapRangeToPrefix(com.google.common.collect.Range<ComparableNodeValue> r)
-
Constructor Details
-
ConstraintDerivations
public ConstraintDerivations()
-
-
Method Details
-
deriveConstraints
Derive constraints from a quad; merges them into the RowConstraints instance -
deriveConstraints
-
deriveConstraints
ElementBind -
derive
-
deriveValueSpace
Attempt to figure out what the expression might return -
mapRangeToPrefix
public static com.google.common.collect.Range<ComparableNodeValue> mapRangeToPrefix(com.google.common.collect.Range<ComparableNodeValue> r)
-