public interface GraphToolkit<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Modifier and Type | Method | Description |
---|---|---|
void |
copyEdge(EdgeType source,
EdgeType dest) |
Copy auxiliary information from one edge to another.
|
GraphType |
createGraph() |
Create a new empty graph (no vertices or edges).
|
VertexType |
duplicateVertex(VertexType original) |
Make a copy of given vertex.
|
GraphType createGraph()
VertexType duplicateVertex(VertexType original)
original
- the vertex to copySpotBugs is licensed under the LGPL.