com.jeffpalm.graph.algorithms
Class Transpose

java.lang.Object
  extended by com.jeffpalm.graph.algorithms.Transpose
All Implemented Interfaces:
Graph.Transform

public class Transpose
extends java.lang.Object
implements Graph.Transform


Constructor Summary
Transpose()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 Graph transform(Graph g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transpose

public Transpose()
Method Detail

transform

public Graph transform(Graph g)
Specified by:
transform in interface Graph.Transform

main

public static void main(java.lang.String[] args)