Class TopologicalSortNodeInfo


  • public final class TopologicalSortNodeInfo
    extends Object
    Information about the topological order of a node.
    • Method Detail

      • getNode

        public Node getNode()
        Gets the node in the network.
      • getMinDepth

        public int getMinDepth()
        Gets the minimum number of links from a root node to this node.
      • getMaxDepth

        public int getMaxDepth()
        Gets the maximum number of links from a root node to this node.