Package edu.jas.gb

Class GBTransportMess

  • All Implemented Interfaces:
    java.io.Serializable

    public class GBTransportMess
    extends java.lang.Object
    implements java.io.Serializable
    Distributed GB transport message. This class and its subclasses are used for transport of polynomials and pairs and as markers in distributed GB algorithms.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GBTransportMess()  
    • 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
    • Method Detail

      • toString

        public java.lang.String toString()
        toString.
        Overrides:
        toString in class java.lang.Object