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. UseCSVExporterinstead.CSVImporter<V,E> Deprecated. UseCSVImporterinsteadDefaultAttribute<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. UseDOTImporterinsteadEmptyComponentAttributeProvider<T> Deprecated. In favor of using lambdas.GmlExporter<V,E> Deprecated. In favor ofGmlImporter.GmlImporter<V,E> Deprecated. UseGmlImporterinsteadGraph6Sparse6Exporter<V,E> Deprecated. In favor ofGraph6Sparse6Exporter.Graph6Sparse6Importer<V,E> Deprecated. UseGraph6Sparse6ImporterinsteadGraphMLExporter<V,E> Deprecated. Deprecated in favor ofGraphMLExporter.GraphMLImporter<V,E> Deprecated. UseGraphMLImporterinsteadIntegerComponentNameProvider<T> Deprecated. UseIntegerIdProviderinstead.JSONExporter<V,E> Deprecated. UseJSONExporterinstead.JSONImporter<V,E> Deprecated. UseJSONImporterinsteadLemonExporter<V,E> Deprecated. UseLemonExporterinstead.MatrixExporter<V,E> Deprecated. UseMatrixExporterinstead.SimpleGraphMLImporter<V,E> Deprecated. In favor ofSimpleGraphMLImporter.StringComponentNameProvider<T> Deprecated. In favor of using lambdas.VisioExporter<V,E> Deprecated. UseVisioExporterinstead. -
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 theDIMACSExporterexporter.DIMACSFormat Deprecated. In favor of new input/outputGmlExporter.Parameter Parameters that affect the behavior of theGmlExporterexporter.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 theLemonExporterexporter.MatrixExporter.Format Formats supported by theMatrixExporterexporter. -
Exception Summary Exception Description ExportException Deprecated. In favor of nio package.ImportException Deprecated. In favor of nio package.