Package edu.jas.gb

Class GBSPTransportMessPairIndex

java.lang.Object
edu.jas.gb.GBSPTransportMess
edu.jas.gb.GBSPTransportMessPairIndex
All Implemented Interfaces:
Serializable

class GBSPTransportMessPairIndex extends GBSPTransportMess
Distributed GB transport message for index pairs.
  • Field Details

  • Constructor Details

    • GBSPTransportMessPairIndex

      public GBSPTransportMessPairIndex(CriticalPair p)
      GBSPTransportMessPairIndex.
      Parameters:
      p - pair for transport.
    • GBSPTransportMessPairIndex

      public GBSPTransportMessPairIndex(int i, int j)
      GBSPTransportMessPairIndex.
      Parameters:
      i - first index.
      j - second index.
    • GBSPTransportMessPairIndex

      public GBSPTransportMessPairIndex(Integer i, Integer j)
      GBSPTransportMessPairIndex.
      Parameters:
      i - first index.
      j - second index.
  • Method Details