Interface Phase<I,​O>

    • Method Detail

      • execute

        O execute​(I input)
        Executes the phase. Transform some input int some output
        Parameters:
        input - the input of the phase
        Returns:
        the output of the phase