Package org.jgrapht.io
Importers/Exporters for various graph formats.
-
Interface Summary Interface Description Attribute Deprecated. In favor of nio package.ComponentAttributeProvider<T> Deprecated. In favor of using lambdas.ComponentNameProvider<T> Deprecated. In favor of using lambdas.ComponentUpdater<T> Deprecated. Use new importers.EdgeProvider<V,E> Deprecated. Use new importers.GraphExporter<V,E> Deprecated. In favor of nio package.GraphImporter<V,E> Deprecated. In favor of nio package.VertexProvider<V> Deprecated. Use new importers. -
Class Summary Class Description CSVExporter<V,E> Deprecated. UseCSVExporter
instead.CSVImporter<V,E> Deprecated. UseCSVImporter
insteadDefaultAttribute<T> Deprecated. In favor of nio package.DIMACSExporter<V,E> Deprecated. In favor ofDIMACSImporter
.DIMACSImporter<V,E> Deprecated. In favor ofDIMACSImporter
.DOTExporter<V,E> Deprecated. In favor ofDOTExporter
.DOTImporter<V,E> Deprecated. UseDOTImporter
insteadEmptyComponentAttributeProvider<T> Deprecated. In favor of using lambdas.GmlExporter<V,E> Deprecated. In favor ofGmlImporter
.GmlImporter<V,E> Deprecated. UseGmlImporter
insteadGraph6Sparse6Exporter<V,E> Deprecated. In favor ofGraph6Sparse6Exporter
.Graph6Sparse6Importer<V,E> Deprecated. UseGraph6Sparse6Importer
insteadGraphMLExporter<V,E> Deprecated. Deprecated in favor ofGraphMLExporter
.GraphMLImporter<V,E> Deprecated. UseGraphMLImporter
insteadIntegerComponentNameProvider<T> Deprecated. UseIntegerIdProvider
instead.JSONExporter<V,E> Deprecated. UseJSONExporter
instead.JSONImporter<V,E> Deprecated. UseJSONImporter
insteadLemonExporter<V,E> Deprecated. UseLemonExporter
instead.MatrixExporter<V,E> Deprecated. UseMatrixExporter
instead.SimpleGraphMLImporter<V,E> Deprecated. In favor ofSimpleGraphMLImporter
.StringComponentNameProvider<T> Deprecated. In favor of using lambdas.VisioExporter<V,E> Deprecated. UseVisioExporter
instead. -
Enum Summary Enum Description AttributeType Deprecated. In favor of nio package.CSVFormat Deprecated. No longer used.CSVFormat.Parameter Parameters that affect the behavior of CVS importers/exporters.DIMACSExporter.Parameter Parameters that affect the behavior of theDIMACSExporter
exporter.DIMACSFormat Deprecated. In favor of new input/outputGmlExporter.Parameter Parameters that affect the behavior of theGmlExporter
exporter.Graph6Sparse6Exporter.Format Format type: graph6 (g6) or sparse6(s6)GraphMLExporter.AttributeCategory Denotes the category of a GraphML-Attribute.LemonExporter.Parameter Parameters that affect the behavior of theLemonExporter
exporter.MatrixExporter.Format Formats supported by theMatrixExporter
exporter. -
Exception Summary Exception Description ExportException Deprecated. In favor of nio package.ImportException Deprecated. In favor of nio package.