Class OldFileSourceDGS

All Implemented Interfaces:
FileSource, Source

public class OldFileSourceDGS
extends FileSourceBase
Class responsible for parsing files in the DGS format.

The DGS file format is especially designed for storing dynamic graph definitions into a file. More information about the DGS file format will be found on the GraphStream web site: http://graphstream-project.org/

The usual file name extension used for this format is ".dgs".
See Also:
FileSource