Interface Graph

  • All Known Implementing Classes:
    XmlGraph

    public interface Graph
    Graph containing list of nodes.
    Since:
    0.30.9
    • Method Detail

      • nodes

        List<Node> nodes()
        Nodes composing this graph.
        Returns:
        List of the nodes belonging to this graph