|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphToolkit<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
An interface for creating Graph objects, and for copying auxiliary information in vertices and edges.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
GraphType createGraph()
VertexType duplicateVertex(VertexType original)
original - the vertex to copy
void copyEdge(EdgeType source,
EdgeType dest)
source - the source edgedest - the destination edge
|
FindBugs™ 1.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||