Package | Description |
---|---|
org.jgrapht.io |
Importers/Exporters for various graph formats.
|
Modifier and Type | Method and Description |
---|---|
ComponentAttributeProvider<E> |
GraphMLExporter.getEdgeAttributeProvider()
Get the edge attribute provider
|
ComponentAttributeProvider<V> |
GraphMLExporter.getVertexAttributeProvider()
Get the vertex attribute provider
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLExporter.setEdgeAttributeProvider(ComponentAttributeProvider<E> edgeAttributeProvider)
Set the edge attribute provider.
|
void |
GraphMLExporter.setVertexAttributeProvider(ComponentAttributeProvider<V> vertexAttributeProvider)
Set the vertex attribute provider.
|
Constructor and Description |
---|
DOTExporter(ComponentNameProvider<V> vertexIDProvider,
ComponentNameProvider<V> vertexLabelProvider,
ComponentNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
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)
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)
Constructs a new DOTExporter object with the given ID, label, attribute, and graph id
providers.
|
DOTExporter(ComponentNameProvider<V> vertexIDProvider,
ComponentNameProvider<V> vertexLabelProvider,
ComponentNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentAttributeProvider<E> edgeAttributeProvider,
ComponentNameProvider<Graph<V,E>> graphIDProvider)
Constructs a new DOTExporter object with the given ID, label, attribute, and graph id
providers.
|
GraphMLExporter(ComponentNameProvider<V> vertexIDProvider,
ComponentNameProvider<V> vertexLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentNameProvider<E> edgeIDProvider,
ComponentNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new GraphMLExporter.
|
GraphMLExporter(ComponentNameProvider<V> vertexIDProvider,
ComponentNameProvider<V> vertexLabelProvider,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentNameProvider<E> edgeIDProvider,
ComponentNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Constructs a new GraphMLExporter.
|
Copyright © 2017. All rights reserved.