Class ModelModificationPhase

    • Constructor Detail

      • ModelModificationPhase

        public ModelModificationPhase​(ModelModificationContext context)
        Creates a new instance with the context containing the model modifiers to use when executing the phase.
        Parameters:
        context - phase context containing the model modifiers
    • Method Detail

      • execute

        public InputParameterModel execute​(InputParameterModel originalModel)
        Description copied from interface: Phase
        Executes the phase. Transform some input int some output
        Parameters:
        originalModel - the input of the phase
        Returns:
        the output of the phase