Class XmlGraph

  • All Implemented Interfaces:
    Graph

    public final class XmlGraph
    extends Object
    implements Graph
    Graph implementation built on skeleton.
    Since:
    0.30.9
    • Constructor Detail

      • XmlGraph

        public XmlGraph​(Skeleton skeleton,
                        String pname,
                        String cname)
        Ctor.
        Parameters:
        skeleton - XMl representation on whiwh to build the graph
        pname - Package of the class this graph is for
        cname - Class in the skeleton this graph is for
    • Method Detail

      • nodes

        public List<Node> nodes()
        Description copied from interface: Graph
        Nodes composing this graph.
        Specified by:
        nodes in interface Graph
        Returns:
        List of the nodes belonging to this graph