@Deprecated public class IntegerVertexFactory extends Object implements VertexFactory<Integer>
| Constructor and Description |
|---|
IntegerVertexFactory()
Deprecated.
Constructs a new IntegerVertexFactory.
|
IntegerVertexFactory(int counter)
Deprecated.
Constructs a new IntegerVertexFactory.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
createVertex()
Deprecated.
Creates a new vertex.
|
public IntegerVertexFactory()
public IntegerVertexFactory(int counter)
counter - Starting value of the first vertex returned.public Integer createVertex()
VertexFactorycreateVertex in interface VertexFactory<Integer>Copyright © 2018. All rights reserved.