Package | Description |
---|---|
org.jgrapht.ext |
Extensions and integration means to other products.
|
Modifier and Type | Method and Description |
---|---|
ComponentAttributeProvider<E> |
GraphMLExporter.getEdgeAttributeProvider()
Deprecated.
Get the edge attribute provider
|
ComponentAttributeProvider<V> |
GraphMLExporter.getVertexAttributeProvider()
Deprecated.
Get the vertex attribute provider
|
Modifier and Type | Method and Description |
---|---|
void |
GraphMLExporter.setEdgeAttributeProvider(ComponentAttributeProvider<E> edgeAttributeProvider)
Deprecated.
Set the edge attribute provider.
|
void |
GraphMLExporter.setVertexAttributeProvider(ComponentAttributeProvider<V> vertexAttributeProvider)
Deprecated.
Set the vertex attribute provider.
|
Constructor and Description |
---|
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)
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.
|
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.
|
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,
ComponentAttributeProvider<V> vertexAttributeProvider,
ComponentNameProvider<E> edgeIDProvider,
ComponentNameProvider<E> edgeLabelProvider,
ComponentAttributeProvider<E> edgeAttributeProvider)
Deprecated.
Constructs a new GraphMLExporter.
|
Copyright © 2017. All rights reserved.