|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.graph.Transpose<GraphType,EdgeType,VertexType>
public class Transpose<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Algorithm to transpose a graph.
Constructor Summary | |
---|---|
Transpose()
Constructor. |
Method Summary | |
---|---|
VertexType |
getOriginalGraphVertex(VertexType v)
Get the vertex in the original graph which corresponds to the given vertex in the transposed graph. |
VertexType |
getTransposedGraphVertex(VertexType v)
Get the vertex in the transposed graph which corresponds to the given vertex in the original graph. |
GraphType |
transpose(GraphType orig,
GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
Transpose a graph. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transpose()
Method Detail |
---|
public GraphType transpose(GraphType orig, GraphToolkit<GraphType,EdgeType,VertexType> toolkit)
orig
- the graph to transposetoolkit
- a GraphToolkit to be used to create the transposed Graph
public VertexType getTransposedGraphVertex(VertexType v)
v
- the vertex in the original graph
public VertexType getOriginalGraphVertex(VertexType v)
v
- the vertex in the transposed graph
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |