Class TopologicallyConnectedNodesSet


  • public class TopologicallyConnectedNodesSet
    extends Object
    Represents a set of nodes for which for any couple of nodes exists at least one path being connected together AND having no open SwitchNode. The nodeSet holds the connected set of nodes. borderSwitchNodesSet holds the SwitchNode that are open and for which 1 adjacent node is in the nodeSet, and the other is not.
    Author:
    Benoit Jeanson
    • Method Detail

      • getNodesSet

        public Set<Node> getNodesSet()
      • getBorderSwitchNodesSet

        public Set<SwitchNode> getBorderSwitchNodesSet()