Class Disassemble

  • All Implemented Interfaces:
    Translation

    public final class Disassemble
    extends Object
    implements Translation
    Disassemble a representation to a file.
    Since:
    0.2
    • Constructor Detail

      • Disassemble

        public Disassemble​(Path target)
        Constructor.
        Parameters:
        target - Where to save the EO.
    • Method Detail

      • apply

        public Representation apply​(Representation representation)
        Description copied from interface: Translation
        Apply the translation to the original representation.
        Specified by:
        apply in interface Translation
        Parameters:
        representation - Original representation.
        Returns:
        Translated representation.