Package org.aksw.jenax.constraint.impl
Class CBindingMap
java.lang.Object
org.aksw.jenax.constraint.impl.CBindingMap
- All Implemented Interfaces:
CBinding,Contradictable
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCBindingMap(Map<org.apache.jena.sparql.core.Var, VSpace> varToProfile) -
Method Summary
Modifier and TypeMethodDescriptionstatic CBindingcreate()get(org.apache.jena.sparql.core.Var var) Collection<org.apache.jena.sparql.core.Var>getVars()booleanWhether such a state has been reachedproject(Collection<org.apache.jena.sparql.core.Var> vars) stateIntersection(CBinding that) stateIntersection(org.apache.jena.sparql.core.Var var, VSpace thatSpace) stateUnion(CBinding that) stateUnion(org.apache.jena.sparql.core.Var var, VSpace thatSpace) toString()
-
Field Details
-
varToProfile
-
-
Constructor Details
-
CBindingMap
-
-
Method Details
-
create
-
getVars
-
get
-
toString
-
cloneObject
- Specified by:
cloneObjectin interfaceCBinding
-
isConflicting
public boolean isConflicting()Description copied from interface:ContradictableWhether such a state has been reached- Specified by:
isConflictingin interfaceContradictable
-
stateIntersection
- Specified by:
stateIntersectionin interfaceCBinding
-
stateUnion
- Specified by:
stateUnionin interfaceCBinding
-
stateIntersection
- Specified by:
stateIntersectionin interfaceCBinding
-
stateUnion
- Specified by:
stateUnionin interfaceCBinding
-
project
-