Module org.jgrapht.io
Package org.jgrapht.nio
Importers/Exporters for various graph formats.
-
Interface Summary Interface Description Attribute An attributeEventDrivenImporter<V,E> Interface for an importer using consumers.GraphExporter<V,E> Interface for graph exportersGraphImporter<V,E> Interface for graph importers -
Class Summary Class Description BaseEventDrivenImporter<V,E> Base implementation for an importer which uses consumers to notify interested parties.BaseExporter<V,E> Base implementation for an exporter.DefaultAttribute<T> Default implementation of an attribute.IntegerIdProvider<T> Assign a unique integer identifier to a set of elements. -
Enum Summary Enum Description AttributeType Denotes the type of an attribute.ImportEvent Special events which may happen during import. -
Exception Summary Exception Description ExportException An exception that the library throws in case of graph export errors.ImportException An exception that the library throws in case of graph import errors.