Interface and Description |
---|
org.jgrapht.ext.ComponentAttributeProvider
Use
ComponentAttributeProvider instead. |
org.jgrapht.ext.ComponentNameProvider
Use
ComponentNameProvider instead. |
org.jgrapht.ext.ComponentUpdater
Use
ComponentUpdater instead. |
org.jgrapht.DirectedGraph
In favor of
Graph . |
org.jgrapht.ext.EdgeProvider
Use
EdgeProvider instead. |
org.jgrapht.ext.GraphExporter
Use
GraphExporter instead. |
org.jgrapht.ext.GraphImporter
Use
GraphImporter instead. |
org.jgrapht.UndirectedGraph
In favor of
Graph . |
org.jgrapht.ext.VertexProvider
Use
VertexProvider instead. |
org.jgrapht.WeightedGraph
In favor of
Graph . |
Enum and Description |
---|
org.jgrapht.ext.CSVFormat
Use
CSVFormat instead. |
org.jgrapht.ext.CSVFormat.Parameter
Use
CSVFormat.Parameter instead. |
org.jgrapht.ext.DIMACSExporter.Parameter
Use
DIMACSExporter.Parameter instead. |
org.jgrapht.ext.DIMACSFormat
Use
DIMACSFormat instead. |
org.jgrapht.ext.GmlExporter.Parameter
Use
GmlExporter.Parameter instead. |
org.jgrapht.ext.GraphMLExporter.AttributeCategory
Use attribute support from
GraphMLExporter instead. |
org.jgrapht.ext.GraphMLExporter.AttributeType
Use attribute support from
GraphMLExporter instead. |
org.jgrapht.ext.MatrixExporter.Format
Use
MatrixExporter.Format instead. |
Exceptions and Description |
---|
org.jgrapht.ext.ExportException
Use
ExportException instead. |
org.jgrapht.ext.ImportException
Use
ImportException instead. |
Constructor and Description |
---|
org.jgrapht.graph.AbstractBaseGraph(EdgeFactory<V, E>, boolean, boolean) |
org.jgrapht.graph.ListenableDirectedGraph(Class<? extends E>) |
org.jgrapht.graph.ListenableUndirectedGraph(Class<? extends E>) |
org.jgrapht.util.ModifiableInteger()
not really deprecated, just marked so to avoid mistaken use.
|
org.jgrapht.traverse.TopologicalOrderIterator(Graph<V, E>, Queue<V>) |
Copyright © 2017. All rights reserved.