Package org.graffiti.plugin.io

Contains interfaces and classes for reading and writing a graph object in diverse file formats.
  • Interface Summary
    Interface Description
    GraphPostProcessor
    Interfaces a "graph post-processor", which is called once a graph is newly loaded from file and once a graph is newly created.
    InputSerializer
    Interfaces a serializer, which is able to reconstruct a graph from a given input.
    OutputSerializer
    Interfaces a serializer, which is able to write a given graph in a special format to a given output stream.
    Serializer
    Defines a generic serializer which provides a set of extensions.
    SupportsWriterOutput  
  • Class Summary
    Class Description
    AbstractInputSerializer
    Provides additional methods to access a graph file from different kinds of input.
    AbstractIOSerializer
    Provides additional methods to read and write from/to different kinds of targets.
    AbstractOutputSerializer
    Provides additional methods to write a graph object.
  • Exception Summary
    Exception Description
    ParserException
    ParserException will be thrown whenever an error occurs while reading in a graph.