ValueSource
public class FixedInterpolatorValueSource extends java.lang.Object implements ValueSource
Constructor | Description |
---|---|
FixedInterpolatorValueSource(FixedStringSearchInterpolator fixedStringSearchInterpolator) |
Modifier and Type | Method | Description |
---|---|---|
void |
clearFeedback() |
Clear the feedback accumulated by a prior interpolation run.
|
java.util.List |
getFeedback() |
Return the feedback about resolution failures for a particular expression.
|
java.lang.Object |
getValue(java.lang.String expression) |
public FixedInterpolatorValueSource(FixedStringSearchInterpolator fixedStringSearchInterpolator)
public java.lang.Object getValue(java.lang.String expression)
getValue
in interface ValueSource
expression
- The string expression.public java.util.List getFeedback()
ValueSource
getFeedback
in interface ValueSource
public void clearFeedback()
ValueSource
clearFeedback
in interface ValueSource
Copyright © 2018. All rights reserved.