public class ConstantValue extends KeyedEnumerablePConstraint<java.lang.Object>
PConstraint.CompareByMonotonousID| Constructor and Description | 
|---|
ConstantValue(PBody pBody,
             PVariable variable,
             java.lang.Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.util.Set<PVariable>,java.util.Set<PVariable>> | 
getFunctionalDependencies(IQueryMetaContext context)
A (preferably minimal) cover of known functional dependencies between variables. 
 | 
getSupplierKeydoReplaceVariable, getDeducedVariables, getVariableInTuple, getVariablesTuplecheckSanity, delete, getAffectedVariables, getMonotonousID, getPSystem, replaceVariable, toStringpublic java.util.Map<java.util.Set<PVariable>,java.util.Set<PVariable>> getFunctionalDependencies(IQueryMetaContext context)
PConstraintgetFunctionalDependencies in interface PConstraintgetFunctionalDependencies in class BasePConstraint