Class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>
java.lang.Object
edu.jas.gbmod.ModGroebnerBaseAbstract<C>
- All Implemented Interfaces:
ModGroebnerBase<C>
- Direct Known Subclasses:
ModGroebnerBaseSeq
@Deprecated
public abstract class ModGroebnerBaseAbstract<C extends GcdRingElem<C>>
extends Object
implements ModGroebnerBase<C>
Deprecated.
use respective methods from GroebnerBaseAbstract
Module Groebner Bases abstract class. Implements Groebner bases and GB test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.LoggerDeprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcancel()Deprecated.Cancel ThreadPool.GB(ModuleList<C> M) Deprecated.GB.booleanisGB(ModuleList<C> M) Deprecated.isGB.voidDeprecated.Cleanup and terminate ThreadPool.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModGroebnerBase
GB, isGB
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger loggerDeprecated.
-
-
Constructor Details
-
ModGroebnerBaseAbstract
public ModGroebnerBaseAbstract()Deprecated.
-
-
Method Details
-
isGB
Deprecated.isGB.- Specified by:
isGBin interfaceModGroebnerBase<C extends GcdRingElem<C>>- Parameters:
M- a module basis.- Returns:
- true, if M is a Groebner base, else false.
-
GB
Deprecated.GB.- Specified by:
GBin interfaceModGroebnerBase<C extends GcdRingElem<C>>- Parameters:
M- a module basis.- Returns:
- GB(M), a Groebner base of M.
-
terminate
public void terminate()Deprecated.Cleanup and terminate ThreadPool. -
cancel
public int cancel()Deprecated.Cancel ThreadPool.
-