Class DiGraphDotClient

java.lang.Object
it.unimi.di.prog2.h25.DiGraphDotClient

public class DiGraphDotClient extends Object
Tests directed graph package generating a Dot file.
  • Constructor Details

    • DiGraphDotClient

      public DiGraphDotClient()
  • Method Details

    • main

      public static void main(String[] args) throws IOException
      Generates an ImplicitDiGraph.

      More precisely, generates a graph with nodes in the range [start, stop[] and arcs (x, x + 1) and (x, 2 * x) and prints its Dot serialization on the standard output.

      Parameters:
      args - the start and stop values.
      Throws:
      IOException