Documentation of 'edu.jas.gb.GBDistSP' Java class
GBDistSP
edu.jas.gb

Class GBDistSP<C extends RingElem<C>>



  • public class GBDistSP<C extends RingElem<C>>
    extends java.lang.Object
    Setup to run a distributed GB example.
    • Constructor Summary

      Constructors 
      Constructor and Description
      GBDistSP(int threads, java.lang.String mfile, int port)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.List<GenPolynomial<C>> execute(java.util.List<GenPolynomial<C>> F)
      Execute a distributed GB example.
      void terminate(boolean shutDown)
      Terminates the distributed thread pools.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GBDistSP

        public GBDistSP(int threads,
                        java.lang.String mfile,
                        int port)
        Constructor.
        Parameters:
        threads - number of threads respectivly processes.
        mfile - name of the machine file.
        port - for GB server.
    • Method Detail

      • execute

        public java.util.List<GenPolynomial<C>> execute(java.util.List<GenPolynomial<C>> F)
        Execute a distributed GB example. Distribute clients and start master.
        Parameters:
        F - list of polynomials
        Returns:
        GB(F) a Groebner base for F.
      • terminate

        public void terminate(boolean shutDown)
        Terminates the distributed thread pools.
        Parameters:
        shutDown - true, if shut-down of the remote executable servers is requested, false, if remote executable servers stay alive.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.