Package org.jgrapht.graph
Class ClassBasedVertexFactory<V>
java.lang.Object
org.jgrapht.graph.ClassBasedVertexFactory<V>
- All Implemented Interfaces:
VertexFactory<V>
A
VertexFactory for producing vertices by using a class as a factory.- Since:
- July 5, 2007
- Author:
- Guillaume Boulmier
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassBasedVertexFactory
-
-
Method Details
-
createVertex
Description copied from interface:VertexFactoryCreates a new vertex.- Specified by:
createVertexin interfaceVertexFactory<V>- Returns:
- the new vertex
- See Also:
-