V - the graph vertex typeStringComponentNameProvider@Deprecated public class StringNameProvider<V> extends Object implements VertexNameProvider<V>
Object.toString() on them. This assumes that the vertex's
Object.toString() method returns a unique representation for each vertex.| Constructor and Description |
|---|
StringNameProvider()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getVertexName(V vertex)
Deprecated.
Returns the string representation of a vertex.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamepublic String getVertexName(V vertex)
getVertexName in interface VertexNameProvider<V>vertex - the vertex to be namedCopyright © 2017. All rights reserved.