Package edu.jas.gbmod
Class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>
java.lang.Object
edu.jas.gbmod.ModSolvableGroebnerBaseAbstract<C>
- Type Parameters:
C
- coefficient type
- All Implemented Interfaces:
ModSolvableGroebnerBase<C>
,Serializable
- Direct Known Subclasses:
ModSolvableGroebnerBaseSeq
@Deprecated
public abstract class ModSolvableGroebnerBaseAbstract<C extends RingElem<C>>
extends Object
implements ModSolvableGroebnerBase<C>
Deprecated.
use respective methods from SolvableGroebnerBaseAbstract
Module solvable Groebner Bases abstract class. Implements module solvable
Groebner bases and GB test.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
cancel()
Deprecated.Cancel ThreadPool.boolean
isLeftGB
(ModuleList<C> M) Deprecated.Module left Groebner base test.boolean
isRightGB
(ModuleList<C> M) Deprecated.Module right Groebner base test.boolean
isTwosidedGB
(ModuleList<C> M) Deprecated.Module twosided Groebner base test.leftGB
(ModuleList<C> M) Deprecated.Left Groebner base using pairlist class.rightGB
(ModuleList<C> M) Deprecated.Right Groebner base using pairlist class.void
Deprecated.Cleanup and terminate ThreadPool.twosidedGB
(ModuleList<C> M) Deprecated.Twosided Groebner base using pairlist class.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface edu.jas.gbmod.ModSolvableGroebnerBase
isLeftGB, isRightGB, isTwosidedGB, leftGB, rightGB, twosidedGB
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger loggerDeprecated. -
debug
private static final boolean debugDeprecated.
-
-
Constructor Details
-
ModSolvableGroebnerBaseAbstract
public ModSolvableGroebnerBaseAbstract()Deprecated.
-
-
Method Details
-
isLeftGB
Deprecated.Module left Groebner base test.- Specified by:
isLeftGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- true, if M is a left Groebner base, else false.
-
leftGB
Deprecated.Left Groebner base using pairlist class.- Specified by:
leftGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- leftGB(M) a left Groebner base for M.
-
isTwosidedGB
Deprecated.Module twosided Groebner base test.- Specified by:
isTwosidedGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- true, if M is a twosided Groebner base, else false.
-
twosidedGB
Deprecated.Twosided Groebner base using pairlist class.- Specified by:
twosidedGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- tsGB(M) a twosided Groebner base for M.
-
isRightGB
Deprecated.Module right Groebner base test.- Specified by:
isRightGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- true, if M is a right Groebner base, else false.
-
rightGB
Deprecated.Right Groebner base using pairlist class.- Specified by:
rightGB
in interfaceModSolvableGroebnerBase<C extends RingElem<C>>
- Parameters:
M
- a module basis.- Returns:
- rightGB(M) a right Groebner base for M.
-
terminate
public void terminate()Deprecated.Cleanup and terminate ThreadPool. -
cancel
public int cancel()Deprecated.Cancel ThreadPool.
-