Class ParameterizedIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>

  • All Implemented Interfaces:
    org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.config.OperationBuilder, org.ocpsoft.rewrite.param.Parameterized

    public abstract class ParameterizedIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
    extends AbstractIterationOperation<T>
    implements org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.param.Parameterized
    • Constructor Detail

      • ParameterizedIterationOperation

        public ParameterizedIterationOperation()
      • ParameterizedIterationOperation

        public ParameterizedIterationOperation​(String variableName)
    • Method Detail

      • performParameterized

        public abstract void performParameterized​(GraphRewrite event,
                                                  org.ocpsoft.rewrite.context.EvaluationContext context,
                                                  T payload)
      • perform

        public final void perform​(GraphRewrite event,
                                  org.ocpsoft.rewrite.context.EvaluationContext context)
        Overrides:
        perform in class AbstractIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>
      • perform

        public final void perform​(GraphRewrite event,
                                  org.ocpsoft.rewrite.context.EvaluationContext context,
                                  T payload)
        Specified by:
        perform in class AbstractIterationOperation<T extends org.jboss.windup.graph.model.WindupVertexFrame>