Interface SIFToText

All Known Implementing Classes:
CustomFormat

public interface SIFToText
An interface for converting a SIF interaction to text.
Author:
Ozgun Babur
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates the textual data corresponding to the given binary interaction.
  • Method Details

    • convert

      String convert(SIFInteraction inter)
      Creates the textual data corresponding to the given binary interaction.
      Parameters:
      inter - the interaction
      Returns:
      text data