Class StaticRouting.NodesMap

java.lang.Object
org.btrplace.model.view.network.StaticRouting.NodesMap
Enclosing class:
StaticRouting

public static class StaticRouting.NodesMap
extends Object
Inner class that map two nodes to ease the routing. It allows to easily compare and differentiate and the nodes pair (src, dst).
  • Constructor Details

    • NodesMap

      public NodesMap​(Node n1, Node n2)
      Make a new pair.
      Parameters:
      n1 - the first node
      n2 - the second node
  • Method Details