Class PatternCallBasedDeferred
java.lang.Object
tools.refinery.interpreter.matchers.psystem.BasePConstraint
tools.refinery.interpreter.matchers.psystem.DeferredPConstraint
tools.refinery.interpreter.matchers.psystem.VariableDeferredPConstraint
tools.refinery.interpreter.matchers.psystem.basicdeferred.PatternCallBasedDeferred
- All Implemented Interfaces:
IMultiQueryReference
,IQueryReference
,PConstraint
,PTraceable
- Direct Known Subclasses:
AggregatorConstraint
,LeftJoinConstraint
,NegativePatternCall
,PatternMatchCounter
public abstract class PatternCallBasedDeferred
extends VariableDeferredPConstraint
implements IQueryReference
-
Field Summary
FieldsFields inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
pBody
Fields inherited from interface tools.refinery.interpreter.matchers.psystem.PConstraint
COMPARE_BY_MONOTONOUS_ID
-
Constructor Summary
ConstructorsConstructorDescriptionPatternCallBasedDeferred
(PBody pBody, Tuple actualParametersTuple, PQuery pattern) PatternCallBasedDeferred
(PBody pBody, Tuple actualParametersTuple, PQuery pattern, Set<PVariable> additionalAffectedVariables) -
Method Summary
Modifier and TypeMethodDescriptionvoid
protected abstract void
doDoReplaceVariables
(PVariable obsolete, PVariable replacement) protected void
doReplaceVariable
(PVariable obsolete, PVariable replacement) Methods inherited from class tools.refinery.interpreter.matchers.psystem.VariableDeferredPConstraint
isReadyAt
Methods inherited from class tools.refinery.interpreter.matchers.psystem.BasePConstraint
delete, getAffectedVariables, getBody, getFunctionalDependencies, getMonotonousID, getPSystem, replaceVariable, toString, toStringRest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface tools.refinery.interpreter.matchers.psystem.IQueryReference
getReferredQueries
Methods inherited from interface tools.refinery.interpreter.matchers.psystem.PConstraint
getDeducedVariables
-
Field Details
-
actualParametersTuple
-
query
-
-
Constructor Details
-
PatternCallBasedDeferred
-
PatternCallBasedDeferred
-
-
Method Details
-
doDoReplaceVariables
-
getCandidateQuantifiedVariables
-
getDeferringVariables
- Specified by:
getDeferringVariables
in classVariableDeferredPConstraint
-
checkSanity
public void checkSanity()- Specified by:
checkSanity
in interfacePConstraint
- Overrides:
checkSanity
in classBasePConstraint
-
doReplaceVariable
- Specified by:
doReplaceVariable
in classBasePConstraint
-
getActualParametersTuple
-
getReferredQuery
- Specified by:
getReferredQuery
in interfaceIQueryReference
-