public class PatternMatchCounter extends PatternCallBasedDeferred
PConstraint.CompareByMonotonousID| Constructor and Description | 
|---|
PatternMatchCounter(PBody pBody,
                   Tuple actualParametersTuple,
                   PQuery query,
                   PVariable resultVariable)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<PVariable> | 
getDeducedVariables()
The set of variables whose potential values can be enumerated (once all non-deduced variables have known values). 
 | 
java.util.Map<java.util.Set<PVariable>,java.util.Set<PVariable>> | 
getFunctionalDependencies(IQueryMetaContext context)
A (preferably minimal) cover of known functional dependencies between variables. 
 | 
PVariable | 
getResultVariable()  | 
checkSanity, getActualParametersTuple, getDeferringVariables, getReferredQueryisReadyAtdelete, getAffectedVariables, getMonotonousID, getPSystem, replaceVariable, toStringpublic java.util.Set<PVariable> getDeducedVariables()
PConstraintpublic java.util.Map<java.util.Set<PVariable>,java.util.Set<PVariable>> getFunctionalDependencies(IQueryMetaContext context)
PConstraintgetFunctionalDependencies in interface PConstraintgetFunctionalDependencies in class BasePConstraintpublic PVariable getResultVariable()