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 TypeMethodDescriptionconvert(SIFInteraction inter) Creates the textual data corresponding to the given binary interaction.
-
Method Details
-
convert
Creates the textual data corresponding to the given binary interaction.- Parameters:
inter- the interaction- Returns:
- text data
-