Class StringNameProvider<V>

  • All Implemented Interfaces:
    VertexNameProvider<V>

    public class StringNameProvider<V>
    extends java.lang.Object
    implements VertexNameProvider<V>
    Generates vertex names by invoking Object.toString() on them. This assumes that the vertex's Object.toString() method returns a unique String representation for each vertex.
    Author:
    Charles Fry
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getVertexName​(V vertex)
      Returns the String representation of the unique integer representing a vertex.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringNameProvider

        public StringNameProvider()