JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.codemelon.graph.vertex
Interface VertexFactory<V extends
Vertex
>
All Known Implementing Classes:
DirectedOrderedDfsVertex.Factory
,
UndirectedKruskalVertexBuilder
public interface
VertexFactory<V extends
Vertex
>
Requires a factory method for creating new vertices of the given type.
Method Summary
Methods
Modifier and Type
Method and Description
V
newVertex
()
Creates an instance of the given type of vertex
Method Detail
newVertex
V
newVertex()
Creates an instance of the given type of vertex
Returns:
a new instance of the given vertex type
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method