Class CallWithAdornment
java.lang.Object
tools.refinery.interpreter.localsearch.matcher.CallWithAdornment
Immutable data that represents the role of a pattern call within an LS query plan.
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).
- Since:
- 2.1
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CallWithAdornment
-
-
Method Details
-
getCall
-
getAdornment
-
getReferredQuery
-
getMatcherReference
-