Documentation of 'org.jgrapht.graph.ClassBasedVertexFactory' Java class
ClassBasedVertexFactory
org.jgrapht.graph

Class ClassBasedVertexFactory<V>

  • Type Parameters:
    V - the graph vertex type
    All Implemented Interfaces:
    VertexFactory<V>


    public class ClassBasedVertexFactory<V>
    extends java.lang.Object
    implements VertexFactory<V>
    A VertexFactory for producing vertices by using a class as a factory.
    Since:
    July 5, 2007
    • Constructor Summary

      Constructors 
      Constructor and Description
      ClassBasedVertexFactory(java.lang.Class<? extends V> vertexClass)
      Create a new class based vertex factory.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      V createVertex()
      Creates a new vertex.
      • Methods inherited from class java.lang.Object

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

      • ClassBasedVertexFactory

        public ClassBasedVertexFactory(java.lang.Class<? extends V> vertexClass)
        Create a new class based vertex factory.
        Parameters:
        vertexClass - the vertex class

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.