public class VoidVertexFactory extends java.lang.Object implements VertexFactory<java.lang.Void>
Constructor and Description |
---|
VoidVertexFactory() |
Modifier and Type | Method and Description |
---|---|
Vertex<java.lang.Void> |
create(int vertexIdx) |
public Vertex<java.lang.Void> create(int vertexIdx)
create
in interface VertexFactory<java.lang.Void>