Interface Translation

All Known Implementing Classes:
Assemble, Disassemble, LoggedTranslation

public interface Translation
Single translation.
Since:
0.2
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(Representation representation)
    Apply the translation to the original representation.
  • Method Details

    • apply

      Representation apply(Representation representation)
      Apply the translation to the original representation.
      Parameters:
      representation - Original representation.
      Returns:
      Translated representation.