Interface Translator

  • All Known Implementing Classes:
    ParallelTranslator, Summary

    public interface Translator
    Translator that applies a translation to a batch of representations.
    Since:
    0.1
    • Method Detail

      • apply

        Stream<Path> apply​(Stream<Path> representations)
        Apply the translation for all representations.
        Parameters:
        representations - IRs to translate.
        Returns:
        Translated IRs.