public class NoopEvaluationStrategy extends Object implements EvaluationStrategy
| Constructor and Description |
|---|
NoopEvaluationStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
modelMatched()
Indicates that we have potentially found a match.
|
void |
modelSubmissionRejected()
Indicates that the match has been rejected, and we should reject any variables stored in the
ParameterValueStore from this match. |
void |
modelSubmitted(WindupVertexFrame model)
Adds the model to the list matched by this set of parameter values.
|
public void modelMatched()
EvaluationStrategymodelMatched in interface EvaluationStrategypublic void modelSubmissionRejected()
EvaluationStrategyParameterValueStore from this match.modelSubmissionRejected in interface EvaluationStrategypublic void modelSubmitted(WindupVertexFrame model)
EvaluationStrategymodelSubmitted in interface EvaluationStrategyCopyright © 2021 JBoss by Red Hat. All rights reserved.