Class NoopEvaluationStrategy

  • All Implemented Interfaces:
    EvaluationStrategy

    public class NoopEvaluationStrategy
    extends Object
    implements EvaluationStrategy
    This is often used with existing value stores as we are simply matching against existing values.
    • Constructor Detail

      • NoopEvaluationStrategy

        public NoopEvaluationStrategy()
    • Method Detail

      • modelSubmissionRejected

        public void modelSubmissionRejected()
        Description copied from interface: EvaluationStrategy
        Indicates that the match has been rejected, and we should reject any variables stored in the ParameterValueStore from this match.
        Specified by:
        modelSubmissionRejected in interface EvaluationStrategy
      • modelSubmitted

        public void modelSubmitted​(org.jboss.windup.graph.model.WindupVertexFrame model)
        Description copied from interface: EvaluationStrategy
        Adds the model to the list matched by this set of parameter values.
        Specified by:
        modelSubmitted in interface EvaluationStrategy