Uses of Interface
org.jgrapht.io.ComponentNameProvider
-
Packages that use ComponentNameProvider Package Description org.jgrapht.io Importers/Exporters for various graph formats. -
-
Uses of ComponentNameProvider in org.jgrapht.io
Classes in org.jgrapht.io that implement ComponentNameProvider Modifier and Type Class Description class
IntegerComponentNameProvider<T>
Deprecated.UseIntegerIdProvider
instead.class
StringComponentNameProvider<T>
Deprecated.In favor of using lambdas.Fields in org.jgrapht.io declared as ComponentNameProvider Modifier and Type Field Description protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<E>
AbstractBaseExporter. edgeIDProvider
Deprecated.Provides an identifier for an edge.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.protected ComponentNameProvider<V>
AbstractBaseExporter. vertexIDProvider
Deprecated.Provides an identifier for a vertex.Methods in org.jgrapht.io that return ComponentNameProvider Modifier and Type Method Description ComponentNameProvider<E>
GraphMLExporter. getEdgeLabelProvider()
Deprecated.Get the edge label providerComponentNameProvider<V>
GraphMLExporter. getVertexLabelProvider()
Deprecated.Get the vertex label providerMethods in org.jgrapht.io with parameters of type ComponentNameProvider Modifier and Type Method Description void
GraphMLExporter. setEdgeLabelProvider(ComponentNameProvider<E> edgeLabelProvider)
Deprecated.Set the edge label provider.void
GraphMLExporter. setVertexLabelProvider(ComponentNameProvider<V> vertexLabelProvider)
Deprecated.Set the vertex label provider.Constructors in org.jgrapht.io with parameters of type ComponentNameProvider Constructor Description CSVExporter(ComponentNameProvider<V> vertexIDProvider, CSVFormat format, char delimiter)
Deprecated.Constructs a new CSVExporter with the given ID providers and format.DIMACSExporter(ComponentNameProvider<V> vertexIDProvider)
Deprecated.Constructs a new exporter with a given vertex ID provider.DIMACSExporter(ComponentNameProvider<V> vertexIDProvider, DIMACSFormat format)
Deprecated.Constructs a new exporter with a given vertex ID provider.DOTExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentNameProvider<E> edgeLabelProvider)
Deprecated.Constructs a new DOTExporter object with the given ID and label providers.DOTExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentNameProvider<E> edgeLabelProvider, ComponentAttributeProvider<V> vertexAttributeProvider, ComponentAttributeProvider<E> edgeAttributeProvider)
Deprecated.Constructs a new DOTExporter object with the given ID, label, and attribute providers.DOTExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentNameProvider<E> edgeLabelProvider, ComponentAttributeProvider<V> vertexAttributeProvider, ComponentAttributeProvider<E> edgeAttributeProvider, ComponentNameProvider<Graph<V,E>> graphIDProvider)
Deprecated.Constructs a new DOTExporter object with the given ID, label, attribute, and graph id providers.GmlExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentNameProvider<E> edgeIDProvider, ComponentNameProvider<E> edgeLabelProvider)
Deprecated.Constructs a new GmlExporter object with the given ID and label providers.GraphMLExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentAttributeProvider<V> vertexAttributeProvider, ComponentNameProvider<E> edgeIDProvider, ComponentNameProvider<E> edgeLabelProvider, ComponentAttributeProvider<E> edgeAttributeProvider)
Deprecated.Constructs a new GraphMLExporter.GraphMLExporter(ComponentNameProvider<V> vertexIDProvider, ComponentNameProvider<V> vertexLabelProvider, ComponentNameProvider<E> edgeIDProvider, ComponentNameProvider<E> edgeLabelProvider)
Deprecated.Constructs a new GraphMLExporter.JSONExporter(ComponentNameProvider<V> vertexIDProvider)
Deprecated.Creates a new exporter.JSONExporter(ComponentNameProvider<V> vertexIDProvider, ComponentAttributeProvider<V> vertexAttributeProvider, ComponentNameProvider<E> edgeIDProvider, ComponentAttributeProvider<E> edgeAttributeProvider)
Deprecated.Constructs a new exporterLemonExporter(ComponentNameProvider<V> vertexIDProvider)
Deprecated.Constructs a new exporter with a given vertex ID provider.MatrixExporter(MatrixExporter.Format format, ComponentNameProvider<V> vertexIDProvider)
Deprecated.Creates a new MatrixExporter.VisioExporter(ComponentNameProvider<V> vertexIDProvider)
Deprecated.Creates a new VisioExporter with the specified naming policy.
-