A B C D E F G H I J L M N O P R S T U V 
All Classes All Packages

A

addEdgeAttributeConsumer(BiConsumer<Pair<E, String>, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add an edge attribute consumer.
addEdgeAttributeConsumer(BiConsumer<Pair<E, String>, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add an edge attribute consumer.
addEdgeConsumer(Consumer<E>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add an edge consumer.
addEdgeConsumer(Consumer<E>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add an edge consumer.
addEdgeCountConsumer(Consumer<Integer>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add an edge count consumer.
addEdgeCountConsumer(Consumer<Integer>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add an edge count consumer.
addGraphAttributeConsumer(BiConsumer<String, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add a graph attribute consumer.
addGraphAttributeConsumer(BiConsumer<String, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add a graph attribute consumer.
addImportEventConsumer(Consumer<ImportEvent>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add an ImportEvent consumer.
addImportEventConsumer(Consumer<ImportEvent>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add an ImportEvent consumer.
addVertexAttributeConsumer(BiConsumer<Pair<V, String>, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add a vertex attribute consumer.
addVertexAttributeConsumer(BiConsumer<Pair<V, String>, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add a vertex attribute consumer.
addVertexConsumer(Consumer<V>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add a vertex consumer.
addVertexConsumer(Consumer<V>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add a vertex consumer.
addVertexCountConsumer(Consumer<Integer>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Add a vertex count consumer.
addVertexCountConsumer(Consumer<Integer>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Add a vertex count consumer.
ADJACENCY_LIST - org.jgrapht.io.CSVFormat
Deprecated.
Adjacency list
ADJACENCY_LIST - org.jgrapht.nio.csv.CSVFormat
Adjacency list
ALL - org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
 
ALL - org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
 
apply(T) - Method in class org.jgrapht.nio.IntegerIdProvider
 
Attribute - Interface in org.jgrapht.io
Deprecated.
In favor of nio package.
Attribute - Interface in org.jgrapht.nio
An attribute
AttributeType - Enum in org.jgrapht.io
Deprecated.
In favor of nio package.
AttributeType - Enum in org.jgrapht.nio
Denotes the type of an attribute.

B

BaseEventDrivenImporter<V,​E> - Class in org.jgrapht.nio
Base implementation for an importer which uses consumers to notify interested parties.
BaseEventDrivenImporter() - Constructor for class org.jgrapht.nio.BaseEventDrivenImporter
Constructor
BaseExporter<V,​E> - Class in org.jgrapht.nio
Base implementation for an exporter.
BaseExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.BaseExporter
Constructor
BOOLEAN - org.jgrapht.io.AttributeType
Deprecated.
 
BOOLEAN - org.jgrapht.nio.AttributeType
 
buildEdge(V, V, String, Map<String, Attribute>) - Method in interface org.jgrapht.io.EdgeProvider
Deprecated.
Construct an edge.
buildVertex(String, Map<String, Attribute>) - Method in interface org.jgrapht.io.VertexProvider
Deprecated.
Create a vertex

C

clear() - Method in class org.jgrapht.io.IntegerComponentNameProvider
Deprecated.
Clears all cached identifiers, and resets the unique identifier counter.
COLORING - org.jgrapht.io.DIMACSFormat
Deprecated.
Coloring format.
COLORING - org.jgrapht.nio.dimacs.DIMACSFormat
Coloring format.
ComponentAttributeProvider<T> - Interface in org.jgrapht.io
Deprecated.
In favor of using lambdas.
ComponentNameProvider<T> - Interface in org.jgrapht.io
Deprecated.
In favor of using lambdas.
ComponentUpdater<T> - Interface in org.jgrapht.io
Deprecated.
Use new importers.
create(String) - Static method in enum org.jgrapht.io.AttributeType
Deprecated.
Create a type from a string representation
create(String) - Static method in enum org.jgrapht.nio.AttributeType
Create a type from a string representation
createAttribute(Boolean) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a boolean attribute
createAttribute(Boolean) - Static method in class org.jgrapht.nio.DefaultAttribute
Create a boolean attribute
createAttribute(Double) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a double attribute
createAttribute(Double) - Static method in class org.jgrapht.nio.DefaultAttribute
Create a double attribute
createAttribute(Float) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a float attribute
createAttribute(Float) - Static method in class org.jgrapht.nio.DefaultAttribute
Create a float attribute
createAttribute(Integer) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create an integer attribute
createAttribute(Integer) - Static method in class org.jgrapht.nio.DefaultAttribute
Create an integer attribute
createAttribute(Long) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a long attribute
createAttribute(Long) - Static method in class org.jgrapht.nio.DefaultAttribute
Create a long attribute
createAttribute(String) - Static method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a string attribute
createAttribute(String) - Static method in class org.jgrapht.nio.DefaultAttribute
Create a string attribute
CSVEventDrivenImporter - Class in org.jgrapht.nio.csv
Imports a graph from a CSV Format or any other Delimiter-separated value format.
CSVEventDrivenImporter() - Constructor for class org.jgrapht.nio.csv.CSVEventDrivenImporter
Constructs a new importer using the CSVFormat.ADJACENCY_LIST format as default.
CSVEventDrivenImporter(CSVFormat) - Constructor for class org.jgrapht.nio.csv.CSVEventDrivenImporter
Constructs a new importer.
CSVEventDrivenImporter(CSVFormat, char) - Constructor for class org.jgrapht.nio.csv.CSVEventDrivenImporter
Constructs a new importer.
CSVExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use CSVExporter instead.
CSVExporter<V,​E> - Class in org.jgrapht.nio.csv
Exports a graph into a CSV Format or any other Delimiter-separated value format.
CSVExporter() - Constructor for class org.jgrapht.io.CSVExporter
Deprecated.
Creates a new CSVExporter with CSVFormat.ADJACENCY_LIST format and integer name provider for the vertices.
CSVExporter() - Constructor for class org.jgrapht.nio.csv.CSVExporter
Creates a new CSVExporter with CSVFormat.ADJACENCY_LIST format and integer name provider for the vertices.
CSVExporter(Function<V, String>, CSVFormat, char) - Constructor for class org.jgrapht.nio.csv.CSVExporter
Constructs a new CSVExporter with the given ID providers and format.
CSVExporter(ComponentNameProvider<V>, CSVFormat, char) - Constructor for class org.jgrapht.io.CSVExporter
Deprecated.
Constructs a new CSVExporter with the given ID providers and format.
CSVExporter(CSVFormat) - Constructor for class org.jgrapht.io.CSVExporter
Deprecated.
Creates a new CSVExporter with integer name providers for the vertices.
CSVExporter(CSVFormat, char) - Constructor for class org.jgrapht.io.CSVExporter
Deprecated.
Creates a new CSVExporter with integer name providers for the vertices.
CSVExporter(CSVFormat) - Constructor for class org.jgrapht.nio.csv.CSVExporter
Creates a new CSVExporter with integer id providers for the vertices.
CSVExporter(CSVFormat, char) - Constructor for class org.jgrapht.nio.csv.CSVExporter
Creates a new CSVExporter with integer id providers for the vertices.
CSVFormat - Enum in org.jgrapht.io
Deprecated.
No longer used.
CSVFormat - Enum in org.jgrapht.nio.csv
Supported CSV formats.
CSVFormat.Parameter - Enum in org.jgrapht.io
Deprecated.
Parameters that affect the behavior of CVS importers/exporters.
CSVFormat.Parameter - Enum in org.jgrapht.nio.csv
Parameters that affect the behavior of CVS importers/exporters.
CSVImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use CSVImporter instead
CSVImporter<V,​E> - Class in org.jgrapht.nio.csv
Imports a graph from a CSV Format or any other Delimiter-separated value format.
CSVImporter() - Constructor for class org.jgrapht.nio.csv.CSVImporter
Constructs a new importer using the CSVFormat.ADJACENCY_LIST format as default.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.CSVImporter
Deprecated.
Constructs a new importer using the CSVFormat.ADJACENCY_LIST format as default.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>, CSVFormat) - Constructor for class org.jgrapht.io.CSVImporter
Deprecated.
Constructs a new importer.
CSVImporter(VertexProvider<V>, EdgeProvider<V, E>, CSVFormat, char) - Constructor for class org.jgrapht.io.CSVImporter
Deprecated.
Constructs a new importer.
CSVImporter(CSVFormat) - Constructor for class org.jgrapht.nio.csv.CSVImporter
Constructs a new importer.
CSVImporter(CSVFormat, char) - Constructor for class org.jgrapht.nio.csv.CSVImporter
Constructs a new importer.

D

DEFAULT_DIMACS_FORMAT - Static variable in class org.jgrapht.io.DIMACSExporter
Deprecated.
The default format used by the exporter.
DEFAULT_DIMACS_FORMAT - Static variable in class org.jgrapht.nio.dimacs.DIMACSExporter
The default format used by the exporter.
DEFAULT_GRAPH_ID - Static variable in class org.jgrapht.io.DOTExporter
Deprecated.
Default graph id used by the exporter.
DEFAULT_GRAPH_ID - Static variable in class org.jgrapht.nio.dot.DOTExporter
Default graph id used by the exporter.
DEFAULT_GRAPH_ID_KEY - Static variable in class org.jgrapht.io.DOTImporter
Deprecated.
Default key used in the graph updater (if provided) for the graph ID.
DEFAULT_GRAPH_ID_KEY - Static variable in class org.jgrapht.nio.dot.DOTEventDrivenImporter
Default key used for the graph ID.
DEFAULT_GRAPH6SPARSE6_FORMAT - Static variable in class org.jgrapht.io.Graph6Sparse6Exporter
Deprecated.
The default format used by the exporter.
DEFAULT_GRAPH6SPARSE6_FORMAT - Static variable in class org.jgrapht.nio.graph6.Graph6Sparse6Exporter
The default format used by the exporter.
DEFAULT_VERTEX_ID_KEY - Static variable in class org.jgrapht.nio.gml.GmlImporter
Default key used for vertex ID.
DefaultAttribute<T> - Class in org.jgrapht.io
Deprecated.
In favor of nio package.
DefaultAttribute<T> - Class in org.jgrapht.nio
Default implementation of an attribute.
DefaultAttribute(T, AttributeType) - Constructor for class org.jgrapht.io.DefaultAttribute
Deprecated.
Create a new attribute
DefaultAttribute(T, AttributeType) - Constructor for class org.jgrapht.nio.DefaultAttribute
Create a new attribute
DIMACSEventDrivenImporter - Class in org.jgrapht.nio.dimacs
A generic importer using consumers for DIMACS format.
DIMACSEventDrivenImporter() - Constructor for class org.jgrapht.nio.dimacs.DIMACSEventDrivenImporter
Construct a new importer
DIMACSExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
In favor of DIMACSImporter.
DIMACSExporter<V,​E> - Class in org.jgrapht.nio.dimacs
Exports a graph into DIMACS format.
DIMACSExporter() - Constructor for class org.jgrapht.io.DIMACSExporter
Deprecated.
Constructs a new exporter.
DIMACSExporter() - Constructor for class org.jgrapht.nio.dimacs.DIMACSExporter
Constructs a new exporter.
DIMACSExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.dimacs.DIMACSExporter
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter(Function<V, String>, DIMACSFormat) - Constructor for class org.jgrapht.nio.dimacs.DIMACSExporter
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.io.DIMACSExporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter(ComponentNameProvider<V>, DIMACSFormat) - Constructor for class org.jgrapht.io.DIMACSExporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
DIMACSExporter.Parameter - Enum in org.jgrapht.io
Deprecated.
Parameters that affect the behavior of the DIMACSExporter exporter.
DIMACSExporter.Parameter - Enum in org.jgrapht.nio.dimacs
Parameters that affect the behavior of the DIMACSExporter exporter.
DIMACSFormat - Enum in org.jgrapht.io
Deprecated.
In favor of new input/output
DIMACSFormat - Enum in org.jgrapht.nio.dimacs
DIMACS challenge format.
DIMACSImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
In favor of DIMACSImporter.
DIMACSImporter<V,​E> - Class in org.jgrapht.nio.dimacs
Imports a graph specified in DIMACS format.
DIMACSImporter() - Constructor for class org.jgrapht.nio.dimacs.DIMACSImporter
Construct a new DIMACSImporter
DIMACSImporter(double) - Constructor for class org.jgrapht.nio.dimacs.DIMACSImporter
Construct a new DIMACSImporter
DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.DIMACSImporter
Deprecated.
Construct a new DIMACSImporter
DIMACSImporter(VertexProvider<V>, EdgeProvider<V, E>, double) - Constructor for class org.jgrapht.io.DIMACSImporter
Deprecated.
Construct a new DIMACSImporter
DOTEventDrivenImporter - Class in org.jgrapht.nio.dot
Import a graph from a DOT file.
DOTEventDrivenImporter() - Constructor for class org.jgrapht.nio.dot.DOTEventDrivenImporter
Constructs a new importer.
DOTExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
In favor of DOTExporter.
DOTExporter<V,​E> - Class in org.jgrapht.nio.dot
Exports a graph into a DOT file.
DOTExporter() - Constructor for class org.jgrapht.io.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() - Constructor for class org.jgrapht.nio.dot.DOTExporter
Constructs a new DOTExporter object with an integer id provider.
DOTExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.dot.DOTExporter
Constructs a new DOTExporter object with the given id provider.
DOTExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.io.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.io.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.io.DOTExporter
Deprecated.
Constructs a new DOTExporter object with the given ID, label, attribute, and graph id providers.
DOTImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use DOTImporter instead
DOTImporter<V,​E> - Class in org.jgrapht.nio.dot
Import a graph from a DOT file.
DOTImporter() - Constructor for class org.jgrapht.nio.dot.DOTImporter
Constructs a new importer.
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.DOTImporter
Deprecated.
Constructs a new importer.
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>) - Constructor for class org.jgrapht.io.DOTImporter
Deprecated.
Constructs a new importer.
DOTImporter(VertexProvider<V>, EdgeProvider<V, E>, ComponentUpdater<V>, ComponentUpdater<Graph<V, E>>) - Constructor for class org.jgrapht.io.DOTImporter
Deprecated.
Constructs a new importer.
DOUBLE - org.jgrapht.io.AttributeType
Deprecated.
 
DOUBLE - org.jgrapht.nio.AttributeType
 

E

EDGE - org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
 
EDGE - org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
 
EDGE_LIST - org.jgrapht.io.CSVFormat
Deprecated.
Edge list
EDGE_LIST - org.jgrapht.nio.csv.CSVFormat
Edge list
EDGE_WEIGHTS - org.jgrapht.io.CSVFormat.Parameter
Deprecated.
Whether to import/export edge weights.
EDGE_WEIGHTS - org.jgrapht.nio.csv.CSVFormat.Parameter
Whether to import/export edge weights.
edgeAttributeProvider - Variable in class org.jgrapht.nio.BaseExporter
An edge attribute provider
edgeIdProvider - Variable in class org.jgrapht.nio.BaseExporter
An edge id provider
EdgeProvider<V,​E> - Interface in org.jgrapht.io
Deprecated.
Use new importers.
EmptyComponentAttributeProvider<T> - Class in org.jgrapht.io
Deprecated.
In favor of using lambdas.
EmptyComponentAttributeProvider() - Constructor for class org.jgrapht.io.EmptyComponentAttributeProvider
Deprecated.
 
END - org.jgrapht.nio.ImportEvent
End of the import
equals(Object) - Method in class org.jgrapht.io.DefaultAttribute
Deprecated.
 
equals(Object) - Method in class org.jgrapht.nio.DefaultAttribute
 
ESCAPE_STRINGS_AS_JAVA - org.jgrapht.io.GmlExporter.Parameter
Deprecated.
If set the exporter escapes all strings as Java strings, otherwise no escaping is performed.
ESCAPE_STRINGS_AS_JAVA - org.jgrapht.io.LemonExporter.Parameter
Deprecated.
If set the exporter escapes all strings as Java strings, otherwise no escaping is performed.
ESCAPE_STRINGS_AS_JAVA - org.jgrapht.nio.gml.GmlExporter.Parameter
If set the exporter escapes all strings as Java strings, otherwise no escaping is performed.
ESCAPE_STRINGS_AS_JAVA - org.jgrapht.nio.lemon.LemonExporter.Parameter
If set the exporter escapes all strings as Java strings, otherwise no escaping is performed.
EventDrivenImporter<V,​E> - Interface in org.jgrapht.nio
Interface for an importer using consumers.
EXPORT_EDGE_LABELS - org.jgrapht.io.GmlExporter.Parameter
Deprecated.
If set the exporter outputs edge labels
EXPORT_EDGE_LABELS - org.jgrapht.nio.gml.GmlExporter.Parameter
If set the exporter outputs edge labels.
EXPORT_EDGE_WEIGHTS - org.jgrapht.io.DIMACSExporter.Parameter
Deprecated.
If set the exporter outputs edge weights
EXPORT_EDGE_WEIGHTS - org.jgrapht.io.GmlExporter.Parameter
Deprecated.
If set the exporter outputs edge weights
EXPORT_EDGE_WEIGHTS - org.jgrapht.io.LemonExporter.Parameter
Deprecated.
If set the exporter outputs edge weights
EXPORT_EDGE_WEIGHTS - org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
If set the exporter outputs edge weights
EXPORT_EDGE_WEIGHTS - org.jgrapht.nio.gml.GmlExporter.Parameter
If set the exporter outputs edge weights
EXPORT_EDGE_WEIGHTS - org.jgrapht.nio.lemon.LemonExporter.Parameter
If set the exporter outputs edge weights
EXPORT_VERTEX_LABELS - org.jgrapht.io.GmlExporter.Parameter
Deprecated.
If set the exporter outputs vertex labels
EXPORT_VERTEX_LABELS - org.jgrapht.nio.gml.GmlExporter.Parameter
If set the exporter outputs vertex labels.
ExportException - Exception in org.jgrapht.io
Deprecated.
In favor of nio package.
ExportException - Exception in org.jgrapht.nio
An exception that the library throws in case of graph export errors.
ExportException() - Constructor for exception org.jgrapht.io.ExportException
Deprecated.
Constructs an ExportException with null as its error detail message.
ExportException() - Constructor for exception org.jgrapht.nio.ExportException
Constructs an ExportException with null as its error detail message.
ExportException(String) - Constructor for exception org.jgrapht.io.ExportException
Deprecated.
Constructs an ExportException with the specified detail message.
ExportException(String) - Constructor for exception org.jgrapht.nio.ExportException
Constructs an ExportException with the specified detail message.
ExportException(String, Throwable) - Constructor for exception org.jgrapht.io.ExportException
Deprecated.
Constructs an ExportException with the specified detail message and cause.
ExportException(String, Throwable) - Constructor for exception org.jgrapht.nio.ExportException
Constructs an ExportException with the specified detail message and cause.
ExportException(Throwable) - Constructor for exception org.jgrapht.io.ExportException
Deprecated.
Constructs an ExportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ExportException(Throwable) - Constructor for exception org.jgrapht.nio.ExportException
Constructs an ExportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
exportGraph(Graph<V, E>, File) - Method in interface org.jgrapht.io.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, File) - Method in interface org.jgrapht.nio.GraphExporter
Export a graph to the given File.
exportGraph(Graph<V, E>, OutputStream) - Method in interface org.jgrapht.io.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, OutputStream) - Method in interface org.jgrapht.nio.GraphExporter
Export a graph to the given OutputStream.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Exports a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.DIMACSExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.DOTExporter
Deprecated.
Exports a graph into a plain text file in DOT format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.GmlExporter
Deprecated.
Exports an graph into a plain text GML format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.Graph6Sparse6Exporter
Deprecated.
 
exportGraph(Graph<V, E>, Writer) - Method in interface org.jgrapht.io.GraphExporter
Deprecated.
Export a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Exports a graph in GraphML format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.JSONExporter
Deprecated.
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.LemonExporter
Deprecated.
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.MatrixExporter
Deprecated.
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.io.VisioExporter
Deprecated.
Exports the specified graph into a Visio CSV file format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.csv.CSVExporter
Exports a graph
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.csv.VisioExporter
Exports the specified graph into a Visio CSV file format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.dimacs.DIMACSExporter
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.dot.DOTExporter
Exports a graph into a plain text file in DOT format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.gml.GmlExporter
Exports an graph into a plain text GML format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.graph6.Graph6Sparse6Exporter
 
exportGraph(Graph<V, E>, Writer) - Method in interface org.jgrapht.nio.GraphExporter
Export a graph using the given Writer.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Exports a graph in GraphML format.
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.json.JSONExporter
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.lemon.LemonExporter
 
exportGraph(Graph<V, E>, Writer) - Method in class org.jgrapht.nio.matrix.MatrixExporter
 

F

FLOAT - org.jgrapht.io.AttributeType
Deprecated.
 
FLOAT - org.jgrapht.nio.AttributeType
 

G

getComponentAttributes(T) - Method in interface org.jgrapht.io.ComponentAttributeProvider
Deprecated.
Returns a set of attribute key/value pairs for a vertex or edge.
getComponentAttributes(T) - Method in class org.jgrapht.io.EmptyComponentAttributeProvider
Deprecated.
 
getDelimiter() - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
getDelimiter() - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Get the delimiter (comma, semicolon, pipe, etc).
getDelimiter() - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Get the delimiter (comma, semicolon, pipe, etc).
getDelimiter() - Method in class org.jgrapht.nio.csv.CSVExporter
Get the delimiter (comma, semicolon, pipe, etc).
getDelimiter() - Method in class org.jgrapht.nio.csv.CSVImporter
Get the delimiter (comma, semicolon, pipe, etc).
getEdgeAttribute(E, String) - Method in class org.jgrapht.nio.BaseExporter
Get an optional of an edge attribute
getEdgeAttributeProvider() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the edge attribute provider
getEdgeAttributeProvider() - Method in class org.jgrapht.nio.BaseExporter
Get the edge attribute provider
getEdgeAttributes(E) - Method in class org.jgrapht.nio.BaseExporter
Get edge attributes
getEdgeDescriptor() - Method in enum org.jgrapht.io.DIMACSFormat
Deprecated.
Get the edge descriptor used in the format.
getEdgeDescriptor() - Method in enum org.jgrapht.nio.dimacs.DIMACSFormat
Get the edge descriptor used in the format.
getEdgeId(E) - Method in class org.jgrapht.nio.BaseExporter
Get an optional of the edge id
getEdgeIdProvider() - Method in class org.jgrapht.nio.BaseExporter
Get the edge id provider
getEdgeLabelAttributeName() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the attribute name for edge labels
getEdgeLabelAttributeName() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Get the attribute name for edge labels
getEdgeLabelProvider() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the edge label provider
getEdgeWeightAttributeName() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.io.GraphMLImporter
Deprecated.
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.GraphMLImporter
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
Get the attribute name for edge weights
getEdgeWeightAttributeName() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Get the attribute name for edge weights
getFormat() - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Get the format of the exporter
getFormat() - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Get the format that the importer is using.
getFormat() - Method in class org.jgrapht.io.DIMACSExporter
Deprecated.
Get the format of the exporter
getFormat() - Method in class org.jgrapht.io.MatrixExporter
Deprecated.
Get the format that the exporter is using.
getFormat() - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Get the format that the importer is using.
getFormat() - Method in class org.jgrapht.nio.csv.CSVExporter
Get the format of the exporter
getFormat() - Method in class org.jgrapht.nio.csv.CSVImporter
Get the format that the importer is using.
getFormat() - Method in class org.jgrapht.nio.dimacs.DIMACSExporter
Get the format of the exporter
getFormat() - Method in class org.jgrapht.nio.matrix.MatrixExporter
Get the format that the exporter is using.
getGraphAttribute(String) - Method in class org.jgrapht.nio.BaseExporter
Get an optional of a graph attribute
getGraphAttributeProvider() - Method in class org.jgrapht.nio.BaseExporter
Get the graph attribute provider.
getGraphId() - Method in class org.jgrapht.nio.BaseExporter
Get the graph id if present
getGraphIdProvider() - Method in class org.jgrapht.nio.BaseExporter
Get the graph id provider.
getName(T) - Method in interface org.jgrapht.io.ComponentNameProvider
Deprecated.
Returns a unique name.
getName(T) - Method in class org.jgrapht.io.IntegerComponentNameProvider
Deprecated.
Returns the string representation of a component.
getName(T) - Method in class org.jgrapht.io.StringComponentNameProvider
Deprecated.
Returns the string representation of a component.
getProblem() - Method in enum org.jgrapht.io.DIMACSFormat
Deprecated.
Get the name of the problem.
getProblem() - Method in enum org.jgrapht.nio.dimacs.DIMACSFormat
Get the name of the problem.
getType() - Method in interface org.jgrapht.io.Attribute
Deprecated.
Get the type of the attribute
getType() - Method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Get the type of the attribute
getType() - Method in interface org.jgrapht.nio.Attribute
Get the type of the attribute
getType() - Method in class org.jgrapht.nio.DefaultAttribute
Get the type of the attribute
getValue() - Method in interface org.jgrapht.io.Attribute
Deprecated.
Get the value of the attribute
getValue() - Method in class org.jgrapht.io.DefaultAttribute
Deprecated.
Get the string value of the attribute
getValue() - Method in interface org.jgrapht.nio.Attribute
Get the value of the attribute
getValue() - Method in class org.jgrapht.nio.DefaultAttribute
Get the string value of the attribute
getVertexAttribute(V, String) - Method in class org.jgrapht.nio.BaseExporter
Get an optional of a vertex attribute
getVertexAttributeProvider() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the vertex attribute provider
getVertexAttributeProvider() - Method in class org.jgrapht.nio.BaseExporter
Get the vertex attribute provider
getVertexAttributes(V) - Method in class org.jgrapht.nio.BaseExporter
Get vertex attributes
getVertexId(V) - Method in class org.jgrapht.nio.BaseExporter
Get the vertex id
getVertexIdProvider() - Method in class org.jgrapht.nio.BaseExporter
Get vertex id provider.
getVertexLabelAttributeName() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the attribute name for vertex labels
getVertexLabelAttributeName() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Get the attribute name for vertex labels
getVertexLabelProvider() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Get the vertex label provider
GmlEventDrivenImporter - Class in org.jgrapht.nio.gml
Imports a graph from a GML file (Graph Modeling Language).
GmlEventDrivenImporter() - Constructor for class org.jgrapht.nio.gml.GmlEventDrivenImporter
Constructs a new importer.
GmlExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
In favor of GmlImporter.
GmlExporter<V,​E> - Class in org.jgrapht.nio.gml
Exports a graph into a GML file (Graph Modeling Language).
GmlExporter() - Constructor for class org.jgrapht.io.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() - Constructor for class org.jgrapht.nio.gml.GmlExporter
Creates a new GmlExporter object with integer id providers for the vertex identifiers.
GmlExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.gml.GmlExporter
Constructs a new GmlExporter object with the given id providers.
GmlExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.io.GmlExporter
Deprecated.
Constructs a new GmlExporter object with the given ID and label providers.
GmlExporter.Parameter - Enum in org.jgrapht.io
Deprecated.
Parameters that affect the behavior of the GmlExporter exporter.
GmlExporter.Parameter - Enum in org.jgrapht.nio.gml
Parameters that affect the behavior of the GmlExporter exporter.
GmlImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use GmlImporter instead
GmlImporter<V,​E> - Class in org.jgrapht.nio.gml
Imports a graph from a GML file (Graph Modeling Language).
GmlImporter() - Constructor for class org.jgrapht.nio.gml.GmlImporter
Constructs a new importer.
GmlImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.GmlImporter
Deprecated.
Constructs a new importer.
GRAPH - org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
 
GRAPH - org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
 
GRAPH6 - org.jgrapht.io.Graph6Sparse6Exporter.Format
Deprecated.
 
GRAPH6 - org.jgrapht.nio.graph6.Graph6Sparse6Exporter.Format
 
Graph6Sparse6EventDrivenImporter - Class in org.jgrapht.nio.graph6
Importer which reads graphs in graph6 or sparse6 format.
Graph6Sparse6EventDrivenImporter() - Constructor for class org.jgrapht.nio.graph6.Graph6Sparse6EventDrivenImporter
Construct a new importer
Graph6Sparse6Exporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Graph6Sparse6Exporter<V,​E> - Class in org.jgrapht.nio.graph6
Exporter which exports graphs in graph6 or sparse6 format.
Graph6Sparse6Exporter() - Constructor for class org.jgrapht.io.Graph6Sparse6Exporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
Graph6Sparse6Exporter() - Constructor for class org.jgrapht.nio.graph6.Graph6Sparse6Exporter
Constructs a new exporter with a given vertex ID provider.
Graph6Sparse6Exporter(Graph6Sparse6Exporter.Format) - Constructor for class org.jgrapht.io.Graph6Sparse6Exporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
Graph6Sparse6Exporter(Graph6Sparse6Exporter.Format) - Constructor for class org.jgrapht.nio.graph6.Graph6Sparse6Exporter
Constructs a new exporter with a given vertex ID provider.
Graph6Sparse6Exporter.Format - Enum in org.jgrapht.io
Deprecated.
Format type: graph6 (g6) or sparse6(s6)
Graph6Sparse6Exporter.Format - Enum in org.jgrapht.nio.graph6
Format type: graph6 (g6) or sparse6(s6)
Graph6Sparse6Importer<V,​E> - Class in org.jgrapht.io
Deprecated.
Graph6Sparse6Importer<V,​E> - Class in org.jgrapht.nio.graph6
Importer which reads graphs in graph6 or sparse6 format.
Graph6Sparse6Importer() - Constructor for class org.jgrapht.nio.graph6.Graph6Sparse6Importer
Construct a new importer
Graph6Sparse6Importer(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.Graph6Sparse6Importer
Deprecated.
Construct a new Graph6Sparse6Importer
Graph6Sparse6Importer(VertexProvider<V>, EdgeProvider<V, E>, double) - Constructor for class org.jgrapht.io.Graph6Sparse6Importer
Deprecated.
Construct a new Graph6Sparse6Importer
graphAttributeProvider - Variable in class org.jgrapht.nio.BaseExporter
A graph attribute provider
GraphExporter<V,​E> - Interface in org.jgrapht.io
Deprecated.
In favor of nio package.
GraphExporter<V,​E> - Interface in org.jgrapht.nio
Interface for graph exporters
graphIdProvider - Variable in class org.jgrapht.nio.BaseExporter
A graph id provider
GraphImporter<V,​E> - Interface in org.jgrapht.io
Deprecated.
In favor of nio package.
GraphImporter<V,​E> - Interface in org.jgrapht.nio
Interface for graph importers
GraphMLEventDrivenImporter - Class in org.jgrapht.nio.graphml
Imports a graph from a GraphML data source.
GraphMLEventDrivenImporter() - Constructor for class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
Constructs a new importer.
GraphMLExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Deprecated in favor of GraphMLExporter.
GraphMLExporter<V,​E> - Class in org.jgrapht.nio.graphml
Exports a graph as GraphML.
GraphMLExporter() - Constructor for class org.jgrapht.io.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter with integer name providers for the vertex and edge identifiers.
GraphMLExporter() - Constructor for class org.jgrapht.nio.graphml.GraphMLExporter
Constructs a new GraphMLExporter with integer id provider for the vertices.
GraphMLExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.graphml.GraphMLExporter
Constructs a new GraphMLExporter.
GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentAttributeProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.io.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter.
GraphMLExporter(ComponentNameProvider<V>, ComponentNameProvider<V>, ComponentNameProvider<E>, ComponentNameProvider<E>) - Constructor for class org.jgrapht.io.GraphMLExporter
Deprecated.
Constructs a new GraphMLExporter.
GraphMLExporter.AttributeCategory - Enum in org.jgrapht.io
Deprecated.
Denotes the category of a GraphML-Attribute.
GraphMLExporter.AttributeCategory - Enum in org.jgrapht.nio.graphml
Denotes the category of a GraphML-Attribute.
GraphMLImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use GraphMLImporter instead
GraphMLImporter<V,​E> - Class in org.jgrapht.nio.graphml
Imports a graph from a GraphML data source.
GraphMLImporter() - Constructor for class org.jgrapht.nio.graphml.GraphMLImporter
Constructs a new importer.
GraphMLImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.GraphMLImporter
Deprecated.
Constructs a new importer.

H

hashCode() - Method in class org.jgrapht.io.DefaultAttribute
Deprecated.
 
hashCode() - Method in class org.jgrapht.nio.DefaultAttribute
 
HTML - org.jgrapht.io.AttributeType
Deprecated.
 
HTML - org.jgrapht.nio.AttributeType
 

I

ImportEvent - Enum in org.jgrapht.nio
Special events which may happen during import.
ImportException - Exception in org.jgrapht.io
Deprecated.
In favor of nio package.
ImportException - Exception in org.jgrapht.nio
An exception that the library throws in case of graph import errors.
ImportException() - Constructor for exception org.jgrapht.io.ImportException
Deprecated.
Constructs an ImportException with null as its error detail message.
ImportException() - Constructor for exception org.jgrapht.nio.ImportException
Constructs an ImportException with null as its error detail message.
ImportException(String) - Constructor for exception org.jgrapht.io.ImportException
Deprecated.
Constructs an ImportException with the specified detail message.
ImportException(String) - Constructor for exception org.jgrapht.nio.ImportException
Constructs an ImportException with the specified detail message.
ImportException(String, Throwable) - Constructor for exception org.jgrapht.io.ImportException
Deprecated.
Constructs an ImportException with the specified detail message and cause.
ImportException(String, Throwable) - Constructor for exception org.jgrapht.nio.ImportException
Constructs an ImportException with the specified detail message and cause.
ImportException(Throwable) - Constructor for exception org.jgrapht.io.ImportException
Deprecated.
Constructs an ImportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
ImportException(Throwable) - Constructor for exception org.jgrapht.nio.ImportException
Constructs an ImportException with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
importGraph(Graph<V, E>, File) - Method in interface org.jgrapht.io.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, File) - Method in interface org.jgrapht.nio.GraphImporter
Import a graph from the given File.
importGraph(Graph<V, E>, InputStream) - Method in interface org.jgrapht.io.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, InputStream) - Method in interface org.jgrapht.nio.GraphImporter
Import a graph from the given InputStream.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.DIMACSImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.DOTImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.GmlImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.Graph6Sparse6Importer
Deprecated.
 
importGraph(Graph<V, E>, Reader) - Method in interface org.jgrapht.io.GraphImporter
Deprecated.
Import a graph
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.GraphMLImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.JSONImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.csv.CSVImporter
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.dimacs.DIMACSImporter
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.dot.DOTImporter
 
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.gml.GmlImporter
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.graph6.Graph6Sparse6Importer
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in interface org.jgrapht.nio.GraphImporter
Import a graph using the given Reader.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.graphml.GraphMLImporter
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Import a graph.
importGraph(Graph<V, E>, Reader) - Method in class org.jgrapht.nio.json.JSONImporter
Import a graph.
importGraph(Graph<V, E>, String) - Method in class org.jgrapht.io.Graph6Sparse6Importer
Deprecated.
Import the graph represented by a String in graph6 or sparse6 encoding.
importInput(File) - Method in interface org.jgrapht.nio.EventDrivenImporter
Import a graph
importInput(InputStream) - Method in interface org.jgrapht.nio.EventDrivenImporter
Import a graph
importInput(Reader) - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.dimacs.DIMACSEventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.dot.DOTEventDrivenImporter
 
importInput(Reader) - Method in interface org.jgrapht.nio.EventDrivenImporter
Import a graph
importInput(Reader) - Method in class org.jgrapht.nio.gml.GmlEventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.graph6.Graph6Sparse6EventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
 
importInput(Reader) - Method in class org.jgrapht.nio.json.JSONEventDrivenImporter
 
INT - org.jgrapht.io.AttributeType
Deprecated.
 
INT - org.jgrapht.nio.AttributeType
 
IntegerComponentNameProvider<T> - Class in org.jgrapht.io
Deprecated.
Use IntegerIdProvider instead.
IntegerComponentNameProvider() - Constructor for class org.jgrapht.io.IntegerComponentNameProvider
Deprecated.
Create a provider with the default base id (1).
IntegerComponentNameProvider(int) - Constructor for class org.jgrapht.io.IntegerComponentNameProvider
Deprecated.
Create a provider with a given arbitrary base
IntegerIdProvider<T> - Class in org.jgrapht.nio
Assign a unique integer identifier to a set of elements.
IntegerIdProvider() - Constructor for class org.jgrapht.nio.IntegerIdProvider
Create a new provider
IntegerIdProvider(int) - Constructor for class org.jgrapht.nio.IntegerIdProvider
Create a new provider.
isExportEdgeLabels() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Whether the exporter will print edge labels.
isExportEdgeWeights() - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Whether the exporter will print edge weights.
isExportEdgeWeights() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Whether the exporter will print edge weights.
isExportVertexLabels() - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Whether the exporter will print vertex labels.
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(DIMACSExporter.Parameter) - Method in class org.jgrapht.io.DIMACSExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(GmlExporter.Parameter) - Method in class org.jgrapht.io.GmlExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(LemonExporter.Parameter) - Method in class org.jgrapht.io.LemonExporter
Deprecated.
Return if a particular parameter of the exporter is enabled
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Return if a particular parameter of the exporter is enabled
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.nio.csv.CSVExporter
Return if a particular parameter of the exporter is enabled
isParameter(CSVFormat.Parameter) - Method in class org.jgrapht.nio.csv.CSVImporter
Return if a particular parameter of the exporter is enabled
isParameter(DIMACSExporter.Parameter) - Method in class org.jgrapht.nio.dimacs.DIMACSExporter
Return if a particular parameter of the exporter is enabled
isParameter(GmlExporter.Parameter) - Method in class org.jgrapht.nio.gml.GmlExporter
Return if a particular parameter of the exporter is enabled
isParameter(LemonExporter.Parameter) - Method in class org.jgrapht.nio.lemon.LemonExporter
Return if a particular parameter of the exporter is enabled
isSchemaValidation() - Method in class org.jgrapht.io.GraphMLImporter
Deprecated.
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.nio.graphml.GraphMLImporter
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
Whether the importer validates the input
isSchemaValidation() - Method in class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Whether the importer validates the input

J

JSONEventDrivenImporter - Class in org.jgrapht.nio.json
Imports a graph from a JSON file.
JSONEventDrivenImporter() - Constructor for class org.jgrapht.nio.json.JSONEventDrivenImporter
Constructs a new importer.
JSONExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use JSONExporter instead.
JSONExporter<V,​E> - Class in org.jgrapht.nio.json
Exports a graph using JSON.
JSONExporter() - Constructor for class org.jgrapht.io.JSONExporter
Deprecated.
Creates a new exporter with integer name provider for the vertex identifiers.
JSONExporter() - Constructor for class org.jgrapht.nio.json.JSONExporter
Creates a new exporter with integers for the vertex identifiers.
JSONExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.json.JSONExporter
Creates a new exporter.
JSONExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.io.JSONExporter
Deprecated.
Creates a new exporter.
JSONExporter(ComponentNameProvider<V>, ComponentAttributeProvider<V>, ComponentNameProvider<E>, ComponentAttributeProvider<E>) - Constructor for class org.jgrapht.io.JSONExporter
Deprecated.
Constructs a new exporter
JSONImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use JSONImporter instead
JSONImporter<V,​E> - Class in org.jgrapht.nio.json
Imports a graph from a JSON file.
JSONImporter() - Constructor for class org.jgrapht.nio.json.JSONImporter
Construct a new importer
JSONImporter(VertexProvider<V>, EdgeProvider<V, E>) - Constructor for class org.jgrapht.io.JSONImporter
Deprecated.
Constructs a new importer.

L

LemonExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use LemonExporter instead.
LemonExporter<V,​E> - Class in org.jgrapht.nio.lemon
Exports a graph into Lemon graph format (LGF).
LemonExporter() - Constructor for class org.jgrapht.io.LemonExporter
Deprecated.
Constructs a new exporter.
LemonExporter() - Constructor for class org.jgrapht.nio.lemon.LemonExporter
Constructs a new exporter.
LemonExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.lemon.LemonExporter
Constructs a new exporter with a given vertex id provider.
LemonExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.io.LemonExporter
Deprecated.
Constructs a new exporter with a given vertex ID provider.
LemonExporter.Parameter - Enum in org.jgrapht.io
Deprecated.
Parameters that affect the behavior of the LemonExporter exporter.
LemonExporter.Parameter - Enum in org.jgrapht.nio.lemon
Parameters that affect the behavior of the LemonExporter exporter.
LONG - org.jgrapht.io.AttributeType
Deprecated.
 
LONG - org.jgrapht.nio.AttributeType
 

M

mapVertexToInteger(String) - Method in class org.jgrapht.nio.dimacs.DIMACSEventDrivenImporter
Map a vertex identifier to an integer.
MATRIX - org.jgrapht.io.CSVFormat
Deprecated.
Matrix
MATRIX - org.jgrapht.nio.csv.CSVFormat
Matrix
MATRIX_FORMAT_NODEID - org.jgrapht.io.CSVFormat.Parameter
Deprecated.
Whether to import/export node ids.
MATRIX_FORMAT_NODEID - org.jgrapht.nio.csv.CSVFormat.Parameter
Whether to import/export node ids.
MATRIX_FORMAT_ZERO_WHEN_NO_EDGE - org.jgrapht.io.CSVFormat.Parameter
Deprecated.
Whether the input/output contains zero for missing edges.
MATRIX_FORMAT_ZERO_WHEN_NO_EDGE - org.jgrapht.nio.csv.CSVFormat.Parameter
Whether the input/output contains zero for missing edges.
MatrixExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use MatrixExporter instead.
MatrixExporter<V,​E> - Class in org.jgrapht.nio.matrix
Exports a graph to a plain text matrix format, which can be processed by matrix manipulation software, such as MTJ or MATLAB.
MatrixExporter() - Constructor for class org.jgrapht.io.MatrixExporter
Deprecated.
Creates a new MatrixExporter with integer name provider for the vertex identifiers and MatrixExporter.Format.SPARSE_ADJACENCY_MATRIX as the default format.
MatrixExporter() - Constructor for class org.jgrapht.nio.matrix.MatrixExporter
Creates a new MatrixExporter with integer name provider for the vertex identifiers and MatrixExporter.Format.SPARSE_ADJACENCY_MATRIX as the default format.
MatrixExporter(MatrixExporter.Format) - Constructor for class org.jgrapht.io.MatrixExporter
Deprecated.
Creates a new MatrixExporter with integer name provider for the vertex identifiers.
MatrixExporter(MatrixExporter.Format, ComponentNameProvider<V>) - Constructor for class org.jgrapht.io.MatrixExporter
Deprecated.
Creates a new MatrixExporter.
MatrixExporter(MatrixExporter.Format) - Constructor for class org.jgrapht.nio.matrix.MatrixExporter
Creates a new MatrixExporter with integer name provider for the vertex identifiers.
MatrixExporter(MatrixExporter.Format, Function<V, String>) - Constructor for class org.jgrapht.nio.matrix.MatrixExporter
Creates a new MatrixExporter.
MatrixExporter.Format - Enum in org.jgrapht.io
Deprecated.
Formats supported by the MatrixExporter exporter.
MatrixExporter.Format - Enum in org.jgrapht.nio.matrix
Formats supported by the MatrixExporter exporter.
MAX_CLIQUE - org.jgrapht.io.DIMACSFormat
Deprecated.
Max-clique challenge format.
MAX_CLIQUE - org.jgrapht.nio.dimacs.DIMACSFormat
Max-clique challenge format.

N

NODE - org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
 
NODE - org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
 
notifyEdge(E) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for an edge.
notifyEdgeAttribute(E, String, Attribute) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for an edge attribute
notifyEdgeCount(Integer) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for the edge count.
notifyGraphAttribute(String, Attribute) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for a graph attribute
notifyImportEvent(ImportEvent) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for an importer ImportEvent
notifyVertex(V) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for a vertex.
notifyVertexAttribute(V, String, Attribute) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for a vertex attribute
notifyVertexCount(Integer) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Notify for the vertex count.
NULL - org.jgrapht.io.AttributeType
Deprecated.
 
NULL - org.jgrapht.nio.AttributeType
 
NULL - Static variable in class org.jgrapht.io.DefaultAttribute
Deprecated.
The null attribute.
NULL - Static variable in class org.jgrapht.nio.DefaultAttribute
The null attribute.

O

org.jgrapht.io - package org.jgrapht.io
Importers/Exporters for various graph formats.
org.jgrapht.nio - package org.jgrapht.nio
Importers/Exporters for various graph formats.
org.jgrapht.nio.csv - package org.jgrapht.nio.csv
CSV importers/exporters
org.jgrapht.nio.dimacs - package org.jgrapht.nio.dimacs
DIMACS Challenges importers/exporters
org.jgrapht.nio.dot - package org.jgrapht.nio.dot
DOT importers/exporters
org.jgrapht.nio.gml - package org.jgrapht.nio.gml
GML importers/exporters
org.jgrapht.nio.graph6 - package org.jgrapht.nio.graph6
Graph6, sparse6 and digraph6 importers/exporters
org.jgrapht.nio.graphml - package org.jgrapht.nio.graphml
GraphML importers/exporters
org.jgrapht.nio.json - package org.jgrapht.nio.json
Json importers/exporters
org.jgrapht.nio.lemon - package org.jgrapht.nio.lemon
Lemon input/output.
org.jgrapht.nio.matrix - package org.jgrapht.nio.matrix
Matrix input/output

P

putGraphAttribute(String, String) - Method in class org.jgrapht.io.DOTExporter
Deprecated.
Set a graph attribute.

R

registerAttribute(String, GraphMLExporter.AttributeCategory, AttributeType) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Register a GraphML-Attribute
registerAttribute(String, GraphMLExporter.AttributeCategory, AttributeType, String) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Register a GraphML-Attribute
registerAttribute(String, GraphMLExporter.AttributeCategory, AttributeType) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Register a GraphML-Attribute
registerAttribute(String, GraphMLExporter.AttributeCategory, AttributeType, String) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Register a GraphML-Attribute
removeEdgeAttributeConsumer(BiConsumer<Pair<E, String>, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove an edge attribute consumer.
removeEdgeAttributeConsumer(BiConsumer<Pair<E, String>, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove an edge attribute consumer.
removeEdgeConsumer(Consumer<E>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove an edge consumer.
removeEdgeConsumer(Consumer<E>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove an edge consumer.
removeEdgeCountConsumer(Consumer<Integer>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove an edge count consumer.
removeEdgeCountConsumer(Consumer<Integer>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove an edge count consumer.
removeGraphAttribute(String) - Method in class org.jgrapht.io.DOTExporter
Deprecated.
Clear a graph attribute.
removeGraphAttributeConsumer(BiConsumer<String, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove a graph attribute consumer.
removeGraphAttributeConsumer(BiConsumer<String, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove a graph attribute consumer.
removeImportEventConsumer(Consumer<ImportEvent>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove an ImportEvent consumer.
removeImportEventConsumer(Consumer<ImportEvent>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove an ImportEvent consumer.
removeVertexAttributeConsumer(BiConsumer<Pair<V, String>, Attribute>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove a vertex attribute consumer.
removeVertexAttributeConsumer(BiConsumer<Pair<V, String>, Attribute>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove a vertex attribute consumer.
removeVertexConsumer(Consumer<V>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove a vertex consumer.
removeVertexConsumer(Consumer<V>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove a vertex consumer.
removeVertexCountConsumer(Consumer<Integer>) - Method in class org.jgrapht.nio.BaseEventDrivenImporter
Remove a vertex count consumer.
removeVertexCountConsumer(Consumer<Integer>) - Method in interface org.jgrapht.nio.EventDrivenImporter
Remove a vertex count consumer.
renumberVertices(boolean) - Method in class org.jgrapht.nio.dimacs.DIMACSEventDrivenImporter
Set whether to renumber vertices or not.

S

setDelimiter(char) - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
setDelimiter(char) - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Set the delimiter (comma, semicolon, pipe, etc).
setDelimiter(char) - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Set the delimiter (comma, semicolon, pipe, etc).
setDelimiter(char) - Method in class org.jgrapht.nio.csv.CSVExporter
Set the delimiter (comma, semicolon, pipe, etc).
setDelimiter(char) - Method in class org.jgrapht.nio.csv.CSVImporter
Set the delimiter (comma, semicolon, pipe, etc).
setEdgeAttributeProvider(Function<E, Map<String, Attribute>>) - Method in class org.jgrapht.nio.BaseExporter
Set the edge attribute provider.
setEdgeAttributeProvider(ComponentAttributeProvider<E>) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the edge attribute provider.
setEdgeIdProvider(Function<E, String>) - Method in class org.jgrapht.nio.BaseExporter
Set edge id provider
setEdgeLabelAttributeName(String) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the attribute name to use for edge labels.
setEdgeLabelAttributeName(String) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set the attribute name to use for edge labels.
setEdgeLabelProvider(ComponentNameProvider<E>) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the edge label provider.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.io.GraphMLImporter
Deprecated.
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.GraphMLImporter
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
Set the attribute name to use for edge weights.
setEdgeWeightAttributeName(String) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Set the attribute name to use for edge weights.
setExportEdgeLabels(boolean) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set whether the exporter will print edge labels.
setExportEdgeWeights(boolean) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set whether the exporter will print edge weights.
setExportEdgeWeights(boolean) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set whether the exporter will print edge weights.
setExportVertexLabels(boolean) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set whether the exporter will print vertex labels.
setFormat(CSVFormat) - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Set the format of the exporter
setFormat(CSVFormat) - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Set the format of the importer
setFormat(DIMACSFormat) - Method in class org.jgrapht.io.DIMACSExporter
Deprecated.
Set the format of the exporter
setFormat(MatrixExporter.Format) - Method in class org.jgrapht.io.MatrixExporter
Deprecated.
Set the output format of the exporter
setFormat(CSVFormat) - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Set the format of the importer
setFormat(CSVFormat) - Method in class org.jgrapht.nio.csv.CSVExporter
Set the format of the exporter
setFormat(CSVFormat) - Method in class org.jgrapht.nio.csv.CSVImporter
Set the format of the importer
setFormat(DIMACSFormat) - Method in class org.jgrapht.nio.dimacs.DIMACSExporter
Set the format of the exporter
setFormat(MatrixExporter.Format) - Method in class org.jgrapht.nio.matrix.MatrixExporter
Set the output format of the exporter
setGraphAttributeProvider(Supplier<Map<String, Attribute>>) - Method in class org.jgrapht.nio.BaseExporter
Set the graph attribute provider.
setGraphIdProvider(Supplier<String>) - Method in class org.jgrapht.nio.BaseExporter
Set the graph id provider.
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.io.CSVExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.io.CSVImporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(DIMACSExporter.Parameter, boolean) - Method in class org.jgrapht.io.DIMACSExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(GmlExporter.Parameter, boolean) - Method in class org.jgrapht.io.GmlExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(LemonExporter.Parameter, boolean) - Method in class org.jgrapht.io.LemonExporter
Deprecated.
Set the value of a parameter of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.nio.csv.CSVEventDrivenImporter
Set the value of a parameter of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.nio.csv.CSVExporter
Set the value of a parameter of the exporter
setParameter(CSVFormat.Parameter, boolean) - Method in class org.jgrapht.nio.csv.CSVImporter
Set the value of a parameter of the exporter
setParameter(DIMACSExporter.Parameter, boolean) - Method in class org.jgrapht.nio.dimacs.DIMACSExporter
Set the value of a parameter of the exporter
setParameter(GmlExporter.Parameter, boolean) - Method in class org.jgrapht.nio.gml.GmlExporter
Set the value of a parameter of the exporter
setParameter(LemonExporter.Parameter, boolean) - Method in class org.jgrapht.nio.lemon.LemonExporter
Set the value of a parameter of the exporter
setSchemaValidation(boolean) - Method in class org.jgrapht.io.GraphMLImporter
Deprecated.
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.nio.graphml.GraphMLEventDrivenImporter
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.nio.graphml.GraphMLImporter
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
Set whether the importer should validate the input
setSchemaValidation(boolean) - Method in class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Set whether the importer should validate the input
setVertexAttributeProvider(Function<V, Map<String, Attribute>>) - Method in class org.jgrapht.nio.BaseExporter
Set the vertex attribute provider
setVertexAttributeProvider(ComponentAttributeProvider<V>) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the vertex attribute provider.
setVertexIdProvider(Function<V, String>) - Method in class org.jgrapht.nio.BaseExporter
Set the vertex id provider
setVertexLabelAttributeName(String) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the attribute name to use for vertex labels.
setVertexLabelAttributeName(String) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Set the attribute name to use for vertex labels.
setVertexLabelProvider(ComponentNameProvider<V>) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Set the vertex label provider.
SHORTEST_PATH - org.jgrapht.io.DIMACSFormat
Deprecated.
Shortest path challenge format.
SHORTEST_PATH - org.jgrapht.nio.dimacs.DIMACSFormat
Shortest path challenge format.
SimpleGraphMLEdgeListImporter - Class in org.jgrapht.nio.graphml
Imports a GraphML file as an edge list.
SimpleGraphMLEdgeListImporter() - Constructor for class org.jgrapht.nio.graphml.SimpleGraphMLEdgeListImporter
Constructs a new importer.
SimpleGraphMLEventDrivenImporter - Class in org.jgrapht.nio.graphml
Imports a graph from a GraphML data source.
SimpleGraphMLEventDrivenImporter() - Constructor for class org.jgrapht.nio.graphml.SimpleGraphMLEventDrivenImporter
Constructs a new importer.
SimpleGraphMLImporter<V,​E> - Class in org.jgrapht.io
Deprecated.
SimpleGraphMLImporter<V,​E> - Class in org.jgrapht.nio.graphml
Imports a graph from a GraphML data source.
SimpleGraphMLImporter() - Constructor for class org.jgrapht.io.SimpleGraphMLImporter
Deprecated.
Constructs a new importer.
SimpleGraphMLImporter() - Constructor for class org.jgrapht.nio.graphml.SimpleGraphMLImporter
Constructs a new importer.
SPARSE_ADJACENCY_MATRIX - org.jgrapht.io.MatrixExporter.Format
Deprecated.
A sparse representation of the adjacency matrix.
SPARSE_ADJACENCY_MATRIX - org.jgrapht.nio.matrix.MatrixExporter.Format
A sparse representation of the adjacency matrix.
SPARSE_LAPLACIAN_MATRIX - org.jgrapht.io.MatrixExporter.Format
Deprecated.
A sparse representation of the Laplacian.
SPARSE_LAPLACIAN_MATRIX - org.jgrapht.nio.matrix.MatrixExporter.Format
A sparse representation of the Laplacian.
SPARSE_NORMALIZED_LAPLACIAN_MATRIX - org.jgrapht.io.MatrixExporter.Format
Deprecated.
A sparse representation of the normalized Laplacian.
SPARSE_NORMALIZED_LAPLACIAN_MATRIX - org.jgrapht.nio.matrix.MatrixExporter.Format
A sparse representation of the normalized Laplacian.
SPARSE6 - org.jgrapht.io.Graph6Sparse6Exporter.Format
Deprecated.
 
SPARSE6 - org.jgrapht.nio.graph6.Graph6Sparse6Exporter.Format
 
START - org.jgrapht.nio.ImportEvent
Start of the import
STRING - org.jgrapht.io.AttributeType
Deprecated.
 
STRING - org.jgrapht.nio.AttributeType
 
StringComponentNameProvider<T> - Class in org.jgrapht.io
Deprecated.
In favor of using lambdas.
StringComponentNameProvider() - Constructor for class org.jgrapht.io.StringComponentNameProvider
Deprecated.
 

T

toString() - Method in enum org.jgrapht.io.AttributeType
Deprecated.
Get a string representation of the attribute type
toString() - Method in class org.jgrapht.io.DefaultAttribute
Deprecated.
 
toString() - Method in enum org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
Get a string representation of the attribute category
toString() - Method in enum org.jgrapht.nio.AttributeType
Get a string representation of the attribute type
toString() - Method in class org.jgrapht.nio.DefaultAttribute
 
toString() - Method in enum org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
Get a string representation of the attribute category

U

UNKNOWN - org.jgrapht.io.AttributeType
Deprecated.
 
UNKNOWN - org.jgrapht.nio.AttributeType
 
unregisterAttribute(String) - Method in class org.jgrapht.io.GraphMLExporter
Deprecated.
Unregister a GraphML-Attribute
unregisterAttribute(String) - Method in class org.jgrapht.nio.graphml.GraphMLExporter
Unregister a GraphML-Attribute
update(T, Map<String, Attribute>) - Method in interface org.jgrapht.io.ComponentUpdater
Deprecated.
Update component with the extra attributes.

V

valueOf(String) - Static method in enum org.jgrapht.io.AttributeType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.CSVFormat.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.CSVFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.DIMACSExporter.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.DIMACSFormat
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.GmlExporter.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.Graph6Sparse6Exporter.Format
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.GraphMLExporter.AttributeCategory
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.LemonExporter.Parameter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.io.MatrixExporter.Format
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.csv.CSVFormat.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.csv.CSVFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.dimacs.DIMACSFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.gml.GmlExporter.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.graph6.Graph6Sparse6Exporter.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.ImportEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.lemon.LemonExporter.Parameter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jgrapht.nio.matrix.MatrixExporter.Format
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jgrapht.io.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.io.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.io.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.io.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.io.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.io.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.io.Graph6Sparse6Exporter.Format
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.io.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.io.LemonExporter.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.io.MatrixExporter.Format
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.csv.CSVFormat.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.csv.CSVFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.dimacs.DIMACSExporter.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.dimacs.DIMACSFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.gml.GmlExporter.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.graph6.Graph6Sparse6Exporter.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.graphml.GraphMLExporter.AttributeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.ImportEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.lemon.LemonExporter.Parameter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jgrapht.nio.matrix.MatrixExporter.Format
Returns an array containing the constants of this enum type, in the order they are declared.
vertexAttributeProvider - Variable in class org.jgrapht.nio.BaseExporter
A vertex attribute provider
vertexIdProvider - Variable in class org.jgrapht.nio.BaseExporter
A vertex id provider
VertexProvider<V> - Interface in org.jgrapht.io
Deprecated.
Use new importers.
VisioExporter<V,​E> - Class in org.jgrapht.io
Deprecated.
Use VisioExporter instead.
VisioExporter<V,​E> - Class in org.jgrapht.nio.csv
Exports a graph to a CSV format that can be imported into MS Visio.
VisioExporter() - Constructor for class org.jgrapht.io.VisioExporter
Deprecated.
Creates a new VisioExporter.
VisioExporter() - Constructor for class org.jgrapht.nio.csv.VisioExporter
Creates a new VisioExporter.
VisioExporter(Function<V, String>) - Constructor for class org.jgrapht.nio.csv.VisioExporter
Creates a new exporter.
VisioExporter(ComponentNameProvider<V>) - Constructor for class org.jgrapht.io.VisioExporter
Deprecated.
Creates a new VisioExporter with the specified naming policy.
A B C D E F G H I J L M N O P R S T U V 
All Classes All Packages