Class DOTEventDrivenImporter

    • Field Detail

      • DEFAULT_GRAPH_ID_KEY

        public static final java.lang.String DEFAULT_GRAPH_ID_KEY
        Default key used for the graph ID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DOTEventDrivenImporter

        public DOTEventDrivenImporter()
        Constructs a new importer.
    • Method Detail

      • importInput

        public void importInput​(java.io.Reader in)
                         throws ImportException
        Description copied from interface: EventDrivenImporter
        Import a graph
        Specified by:
        importInput in interface EventDrivenImporter<java.lang.String,​org.jgrapht.alg.util.Pair<java.lang.String,​java.lang.String>>
        Parameters:
        in - the input reader
        Throws:
        ImportException - in case any error occurs, such as I/O or parse error