Interface GraphSerializer

All Known Implementing Classes:
DotGraphSerializer, TgfGraphSerializer

public interface GraphSerializer
Author:
Vojtech Sassmann <vojtech.sassmann@gmail.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates content of a text file describing graph.
  • Method Details

    • generateTextFileContent

      String generateTextFileContent(Graph graph)
      Generates content of a text file describing graph.
      Returns:
      content of a text file describing relations of given attributes.