Interface GraphvizGraph

    • Method Detail

      • getName

        java.lang.String getName()
        Name of the graph.
        Returns:
        Name of the graph.
      • isDirected

        boolean isDirected()
        Graph type.
        Returns:
        True if the graph is a directed graph.
      • getGraphvizNodes

        java.util.List<GraphvizGraph.GraphvizNode> getGraphvizNodes()
        Retrieve a list of nodes in the graph.
        Returns:
        A list of nodes in the graph.
      • getGraphvizEdges

        java.util.List<GraphvizGraph.GraphvizEdge> getGraphvizEdges()
        Retrieve a list of edges in the graph.
        Returns:
        A list of edges in the graph.