Package edu.jas.gb

Class GBSPTransportMessPairIndex

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      java.lang.Integer i  
      java.lang.Integer j  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()
      toString.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • i

        public final java.lang.Integer i
      • j

        public final java.lang.Integer j
    • Constructor Detail

      • 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​(java.lang.Integer i,
                                          java.lang.Integer j)
        GBSPTransportMessPairIndex.
        Parameters:
        i - first index.
        j - second index.