Class FederatedMemoTable.HopCommon

  • Enclosing class:
    FederatedMemoTable

    public static class FederatedMemoTable.HopCommon
    extends Object
    Represents common properties and costs associated with a Hop. This class holds a reference to the Hop and tracks its execution and network forwarding (transfer) costs.
    • Constructor Detail

      • HopCommon

        public HopCommon​(Hop hopRef,
                         double weight)
    • Method Detail

      • getHopRef

        public Hop getHopRef()
      • getSelfCost

        public double getSelfCost()
      • getForwardingCost

        public double getForwardingCost()
      • getWeight

        public double getWeight()