Class GraphTest


  • public class GraphTest
    extends java.lang.Object
    • Field Detail

      • graph

        private static Graph graph
      • nodes

        private static Node[] nodes
    • Constructor Detail

      • GraphTest

        public GraphTest()
    • Method Detail

      • initAll

        public static void initAll()
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • getArcsBetween

        private java.util.List<Arc> getArcsBetween​(Node a,
                                                   Node b)
        Returns:
        List of arcs between a and b.
      • testTranspose

        public void testTranspose()