public class CallWithAdornment
extends java.lang.Object
The call is expressed as the PConstraint
call
(implementing IQueryReference
),
while the stored adornment
records the way it will be used within a search plan (specifically,
pattern parameters within the adornment will have their values known at the point of evaluating the constraint).
Constructor and Description |
---|
CallWithAdornment(IQueryReference call,
java.util.Set<PParameter> adornment) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PParameter> |
getAdornment() |
IQueryReference |
getCall() |
MatcherReference |
getMatcherReference() |
PQuery |
getReferredQuery() |
public CallWithAdornment(IQueryReference call, java.util.Set<PParameter> adornment)
public IQueryReference getCall()
public java.util.Set<PParameter> getAdornment()
public PQuery getReferredQuery()
public MatcherReference getMatcherReference()