public interface EvaluationStrategy
ParameterizedGraphCondition during parameter evaluation.| 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.
|
void modelMatched()
void modelSubmitted(WindupVertexFrame model)
void modelSubmissionRejected()
ParameterValueStore from this match.Copyright © 2021 JBoss by Red Hat. All rights reserved.