Uses of Interface
org.aksw.jenax.constraint.api.CBinding
Packages that use CBinding
Package
Description
-
Uses of CBinding in org.aksw.jenax.constraint.api
Methods in org.aksw.jenax.constraint.api that return CBindingModifier and TypeMethodDescriptionCBinding.cloneObject()CBinding.project(Collection<org.apache.jena.sparql.core.Var> vars) CBinding.stateIntersection(CBinding that) CBinding.stateIntersection(org.apache.jena.sparql.core.Var var, VSpace space) CBinding.stateUnion(CBinding that) CBinding.stateUnion(org.apache.jena.sparql.core.Var var, VSpace space) Methods in org.aksw.jenax.constraint.api with parameters of type CBindingModifier and TypeMethodDescriptionCBinding.stateIntersection(CBinding that) CBinding.stateUnion(CBinding that) -
Uses of CBinding in org.aksw.jenax.constraint.impl
Classes in org.aksw.jenax.constraint.impl that implement CBindingMethods in org.aksw.jenax.constraint.impl that return CBindingModifier and TypeMethodDescriptionCBindingMap.cloneObject()static CBindingCBindingMap.create()CBindingMap.project(Collection<org.apache.jena.sparql.core.Var> vars) CBindingMap.stateIntersection(CBinding that) CBindingMap.stateIntersection(org.apache.jena.sparql.core.Var var, VSpace thatSpace) CBindingMap.stateUnion(CBinding that) CBindingMap.stateUnion(org.apache.jena.sparql.core.Var var, VSpace thatSpace) Methods in org.aksw.jenax.constraint.impl with parameters of type CBindingModifier and TypeMethodDescriptionCBindingMap.stateIntersection(CBinding that) CBindingMap.stateUnion(CBinding that) -
Uses of CBinding in org.aksw.jenax.constraint.util
Methods in org.aksw.jenax.constraint.util with parameters of type CBindingModifier and TypeMethodDescriptionstatic voidstatic voidConstraintDerivations.deriveConstraints(CBinding row, org.apache.jena.graph.Triple triple) static voidConstraintDerivations.deriveConstraints(CBinding row, org.apache.jena.sparql.core.Quad quad) Derive constraints from a quad; merges them into the RowConstraints instancestatic voidConstraintDerivations.deriveConstraints(CBinding row, org.apache.jena.sparql.core.VarExprList defs) ElementBindstatic VSpaceConstraintDerivations.deriveValueSpace(org.apache.jena.sparql.expr.Expr expr, CBinding cxt) Attempt to figure out what the expression might return