public interface GraphToolkit<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Modifier and Type | Method and 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 copyFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.