public class UndirectedKruskalVertexBuilder<E extends SpanningTreeEdgeData> extends java.lang.Object implements VertexFactory<UndirectedKruskalVertex<E>>
Constructor and Description |
---|
UndirectedKruskalVertexBuilder(EdgeDataFactory<E> edgeDataFactory) |
Modifier and Type | Method and Description |
---|---|
UndirectedKruskalVertex<E> |
newVertex()
Creates an instance of the given type of vertex
|
public UndirectedKruskalVertexBuilder(EdgeDataFactory<E> edgeDataFactory)
public UndirectedKruskalVertex<E> newVertex()
VertexFactory
newVertex
in interface VertexFactory<UndirectedKruskalVertex<E extends SpanningTreeEdgeData>>