public class FileSourceDGS extends FileSourceParser
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".FileSourceSourceBase.ElementType| Constructor and Description | 
|---|
| FileSourceDGS() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParserFactory | getNewParserFactory()Get a new parser factory. | 
| boolean | nextStep()Since there is no step in DOT, this does the same action than
  FileSourceParser.nextEvents(). | 
begin, begin, begin, begin, end, nextEvents, readAll, readAll, readAll, readAlladdAttributeSink, addElementSink, addSink, attributeSinks, clearAttributeSinks, clearElementSinks, clearSinks, elementSinks, removeAttributeSink, removeElementSink, removeSink, sendAttributeChangedEvent, sendAttributeChangedEvent, sendEdgeAdded, sendEdgeAdded, sendEdgeAttributeAdded, sendEdgeAttributeAdded, sendEdgeAttributeChanged, sendEdgeAttributeChanged, sendEdgeAttributeRemoved, sendEdgeAttributeRemoved, sendEdgeRemoved, sendEdgeRemoved, sendGraphAttributeAdded, sendGraphAttributeAdded, sendGraphAttributeChanged, sendGraphAttributeChanged, sendGraphAttributeRemoved, sendGraphAttributeRemoved, sendGraphCleared, sendGraphCleared, sendNodeAdded, sendNodeAdded, sendNodeAttributeAdded, sendNodeAttributeAdded, sendNodeAttributeChanged, sendNodeAttributeChanged, sendNodeAttributeRemoved, sendNodeAttributeRemoved, sendNodeRemoved, sendNodeRemoved, sendStepBegins, sendStepBeginsequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttributeSink, addElementSink, addSink, clearAttributeSinks, clearElementSinks, clearSinks, removeAttributeSink, removeElementSink, removeSinkpublic ParserFactory getNewParserFactory()
FileSourceParsergetNewParserFactory in class FileSourceParserpublic boolean nextStep()
                 throws java.io.IOException
FileSourceParserFileSourceParser.nextEvents().nextStep in interface FileSourcenextStep in class FileSourceParserjava.io.IOException - If an I/O error occurs while reading.