Module org.jgrapht.io
Package org.jgrapht.nio.gml
GML importers/exporters
-
Interface Summary Interface Description GmlListener This interface defines a complete listener for a parse tree produced byGmlParser
. -
Class Summary Class Description GmlBaseListener This class provides an empty implementation ofGmlListener
, which can be extended to create a listener which only needs to handle a subset of the available methods.GmlEventDrivenImporter Imports a graph from a GML file (Graph Modeling Language).GmlExporter<V,E> Exports a graph into a GML file (Graph Modeling Language).GmlImporter<V,E> Imports a graph from a GML file (Graph Modeling Language).GmlLexer GmlParser GmlParser.GmlContext GmlParser.KeyValuePairContext GmlParser.ListKeyValueContext GmlParser.NumberKeyValueContext GmlParser.StringKeyValueContext -
Enum Summary Enum Description GmlExporter.Parameter Parameters that affect the behavior of theGmlExporter
exporter.