- DEFAULT_DIMACS_FORMAT - Static variable in class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
The default format used by the exporter.
- DEFAULT_GRAPH_ID - Static variable in class org.jgrapht.ext.DOTExporter
-
Deprecated.
Default graph id used by the exporter.
- DEFAULT_GRAPH_ID_KEY - Static variable in class org.jgrapht.ext.DOTImporter
-
Deprecated.
Default key used in the graph updater (if provided) for the graph ID.
- DefaultCellFactory() - Constructor for class org.jgrapht.ext.JGraphModelAdapter.DefaultCellFactory
-
- DIMACSExporter<V,E> - Class in org.jgrapht.ext
-
- DIMACSExporter() - Constructor for class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Constructs a new exporter.
- DIMACSExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Constructs a new exporter with a given vertex ID provider.
- DIMACSExporter(ComponentNameProvider<V>, DIMACSFormat) - Constructor for class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Constructs a new exporter with a given vertex ID provider.
- DIMACSExporter.Parameter - Enum in org.jgrapht.ext
-
- DIMACSFormat - Enum in org.jgrapht.ext
-
- DIMACSImporter<V,E> - Class in org.jgrapht.ext
-
- DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>, double) - Constructor for class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Construct a new DIMACSImporter
- DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Construct a new DIMACSImporter
- DOTExporter<V,E> - Class in org.jgrapht.ext
-
- DOTExporter() - Constructor for class org.jgrapht.ext.DOTExporter
-
Deprecated.
Constructs a new DOTExporter object with an integer name provider for the vertex IDs and null
providers for the vertex and edge labels.
- DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.DOTExporter
-
Deprecated.
Constructs a new DOTExporter object with the given ID and label providers.
- DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentAttributeProvider<V>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.ext.DOTExporter
-
Deprecated.
Constructs a new DOTExporter object with the given ID, label, and attribute providers.
- DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentAttributeProvider<V>, ComponentAttributeProvider<E>, ComponentNameProvider<Graph<V, E>>) - Constructor for class org.jgrapht.ext.DOTExporter
-
Deprecated.
Constructs a new DOTExporter object with the given ID, label, attribute, and graph id
providers.
- DOTImporter<V,E> - Class in org.jgrapht.ext
-
- DOTImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.DOTImporter
-
Deprecated.
Constructs a new DOTImporter with the given providers
- DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>) - Constructor for class org.jgrapht.ext.DOTImporter
-
Deprecated.
Constructs a new DOTImporter with the given providers
- DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>, ComponentUpdater<Graph<V, E>>) - Constructor for class org.jgrapht.ext.DOTImporter
-
Deprecated.
Constructs a new DOTImporter with the given providers
- DOTUtils - Class in org.jgrapht.ext
-
- DOTUtils() - Constructor for class org.jgrapht.ext.DOTUtils
-
Deprecated.
- getCellFactory() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the cell factory used to create the JGraph cells.
- getCellToEdgeMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the visualization mxICells onto their edges.
- getCellToVertexMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the visualization mxICells onto their vertices.
- getComponentAttributes(T) - Method in interface org.jgrapht.ext.ComponentAttributeProvider
-
Deprecated.
Returns a set of attribute key/value pairs for a vertex or edge.
- getDefaultEdgeAttributes() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the default edge attributes used for creating new JGraph edges.
- getDefaultVertexAttributes() - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the default vertex attributes used for creating new JGraph vertices.
- getDelimiter() - Method in class org.jgrapht.ext.CSVExporter
-
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
- getDelimiter() - Method in class org.jgrapht.ext.CSVImporter
-
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
- getEdgeAttributeProvider() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the edge attribute provider
- getEdgeCell(E) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph edge cell that corresponds to the specified JGraphT edge.
- getEdgeDescriptor() - Method in enum org.jgrapht.ext.DIMACSFormat
-
Deprecated.
Get the edge descriptor used in the format.
- getEdgeLabelAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the attribute name for edge labels
- getEdgeLabelProvider() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the edge label provider
- getEdgeProvider() - Method in class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Get the edge provider
- getEdgeProvider() - Method in class org.jgrapht.ext.GmlImporter
-
Deprecated.
Get the edge provider
- getEdgeProvider() - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Get the edge provider
- getEdgeToCellMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the edges onto their visualization mxICells.
- getEdgeWeightAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the attribute name for edge weights
- getEdgeWeightAttributeName() - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Get the attribute name for edge weights
- getFormat() - Method in class org.jgrapht.ext.CSVExporter
-
Deprecated.
Get the format of the exporter
- getFormat() - Method in class org.jgrapht.ext.CSVImporter
-
Deprecated.
Get the format that the importer is using.
- getFormat() - Method in class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Get the format of the exporter
- getFormat() - Method in class org.jgrapht.ext.MatrixExporter
-
Deprecated.
Get the format that the exporter is using.
- getProblem() - Method in enum org.jgrapht.ext.DIMACSFormat
-
Deprecated.
Get the name of the problem.
- getVertexAttributeProvider() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the vertex attribute provider
- getVertexCell(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph vertex cell that corresponds to the specified JGraphT vertex.
- getVertexLabelAttributeName() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the attribute name for vertex labels
- getVertexLabelProvider() - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Get the vertex label provider
- getVertexPort(Object) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Returns the JGraph port cell that corresponds to the specified JGraphT vertex.
- getVertexProvider() - Method in class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Get the vertex provider
- getVertexProvider() - Method in class org.jgrapht.ext.GmlImporter
-
Deprecated.
Get the vertex provider
- getVertexProvider() - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Get the vertex provider
- getVertexToCellMap() - Method in class org.jgrapht.ext.JGraphXAdapter
-
Returns Hashmap which maps the vertices onto their visualization mxICells.
- GmlExporter<V,E> - Class in org.jgrapht.ext
-
- GmlExporter() - Constructor for class org.jgrapht.ext.GmlExporter
-
Deprecated.
Creates a new GmlExporter object with integer name providers for the vertex and edge IDs and
null providers for the vertex and edge labels.
- GmlExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.GmlExporter
-
Deprecated.
Constructs a new GmlExporter object with the given ID and label providers.
- GmlExporter.Parameter - Enum in org.jgrapht.ext
-
- GmlImporter<V,E> - Class in org.jgrapht.ext
-
- GmlImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.GmlImporter
-
Deprecated.
Constructs a new importer.
- GraphExporter<V,E> - Interface in org.jgrapht.ext
-
- GraphImporter<V,E> - Interface in org.jgrapht.ext
-
- GraphMLExporter<V,E> - Class in org.jgrapht.ext
-
- GraphMLExporter() - Constructor for class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Constructs a new GraphMLExporter with integer name providers for the vertex and edge
identifiers.
- GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Constructs a new GraphMLExporter.
- GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentAttributeProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Constructs a new GraphMLExporter.
- GraphMLExporter.AttributeCategory - Enum in org.jgrapht.ext
-
- GraphMLExporter.AttributeType - Enum in org.jgrapht.ext
-
- GraphMLImporter<V,E> - Class in org.jgrapht.ext
-
- GraphMLImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Constructs a new importer.
- setDefaultEdgeAttributes(AttributeMap) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Sets the default edge attributes used for creating new JGraph edges.
- setDefaultVertexAttributes(AttributeMap) - Method in class org.jgrapht.ext.JGraphModelAdapter
-
Sets the default vertex attributes used for creating new JGraph vertices.
- setDelimiter(char) - Method in class org.jgrapht.ext.CSVExporter
-
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
- setDelimiter(char) - Method in class org.jgrapht.ext.CSVImporter
-
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
- setEdgeAttributeProvider(ComponentAttributeProvider<E>) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the edge attribute provider.
- setEdgeLabelAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the attribute name to use for edge labels.
- setEdgeLabelProvider(ComponentNameProvider<E>) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the edge label provider.
- setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Set the edge provider.
- setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.GmlImporter
-
Deprecated.
Set the edge provider.
- setEdgeProvider(EdgeProvider<V, E>) - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Set the edge provider.
- setEdgeWeightAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the attribute name to use for edge weights.
- setEdgeWeightAttributeName(String) - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Set the attribute name to use for edge weights.
- setExportEdgeWeights(boolean) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set whether the exporter will print edge weights.
- setFormat(CSVFormat) - Method in class org.jgrapht.ext.CSVExporter
-
Deprecated.
Set the format of the exporter
- setFormat(CSVFormat) - Method in class org.jgrapht.ext.CSVImporter
-
Deprecated.
Set the format of the importer
- setFormat(DIMACSFormat) - Method in class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Set the format of the exporter
- setFormat(MatrixExporter.Format) - Method in class org.jgrapht.ext.MatrixExporter
-
Deprecated.
Set the output format of the exporter
- setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.ext.CSVExporter
-
Deprecated.
Set the value of a parameter of the exporter
- setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.ext.CSVImporter
-
Deprecated.
Set the value of a parameter of the exporter
- setParameter(DIMACSExporter.Parameter, boolean) - Method in class org.jgrapht.ext.DIMACSExporter
-
Deprecated.
Set the value of a parameter of the exporter
- setParameter(GmlExporter.Parameter, boolean) - Method in class org.jgrapht.ext.GmlExporter
-
Deprecated.
Set the value of a parameter of the exporter
- setVertexAttributeProvider(ComponentAttributeProvider<V>) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the vertex attribute provider.
- setVertexLabelAttributeName(String) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the attribute name to use for vertex labels.
- setVertexLabelProvider(ComponentNameProvider<V>) - Method in class org.jgrapht.ext.GraphMLExporter
-
Deprecated.
Set the vertex label provider.
- setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.DIMACSImporter
-
Deprecated.
Set the vertex provider
- setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.GmlImporter
-
Deprecated.
Set the vertex provider
- setVertexProvider(VertexProvider<V>) - Method in class org.jgrapht.ext.GraphMLImporter
-
Deprecated.
Set the vertex provider
- StringComponentNameProvider<T> - Class in org.jgrapht.ext
-
- StringComponentNameProvider() - Constructor for class org.jgrapht.ext.StringComponentNameProvider
-
Deprecated.
- valueOf(String) - Static method in enum org.jgrapht.ext.CSVFormat.Parameter
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.CSVFormat
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.DIMACSExporter.Parameter
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.DIMACSFormat
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.GmlExporter.Parameter
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeCategory
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jgrapht.ext.MatrixExporter.Format
-
Deprecated.
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jgrapht.ext.CSVFormat.Parameter
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.CSVFormat
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.DIMACSExporter.Parameter
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.DIMACSFormat
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.GmlExporter.Parameter
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeCategory
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.GraphMLExporter.AttributeType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jgrapht.ext.MatrixExporter.Format
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- vertexAdded(GraphVertexChangeEvent<V>) - Method in class org.jgrapht.ext.JGraphXAdapter
-
- VertexProvider<V> - Interface in org.jgrapht.ext
-
- vertexRemoved(GraphVertexChangeEvent<V>) - Method in class org.jgrapht.ext.JGraphXAdapter
-
- VisioExporter<V,E> - Class in org.jgrapht.ext
-
- VisioExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.ext.VisioExporter
-
Deprecated.
Creates a new VisioExporter with the specified naming policy.
- VisioExporter() - Constructor for class org.jgrapht.ext.VisioExporter
-
Deprecated.
Creates a new VisioExporter.