|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.application.GroebnerSystem<C>
C
- coefficient typepublic class GroebnerSystem<C extends GcdRingElem<C>>
Container for a Groebner system. It contains a list of colored systems and a list of parametric polynomials representing the corresponding comprehensive Groebner base.
Field Summary | |
---|---|
protected PolynomialList<GenPolynomial<C>> |
cgb
Comprehensive Groebner base for this Groebner system. |
protected java.util.List<Condition<C>> |
conds
List of conditions for this Groebner system. |
java.util.List<ColoredSystem<C>> |
list
List of colored systems. |
Constructor Summary | |
---|---|
GroebnerSystem(java.util.List<ColoredSystem<C>> S)
Constructor for a Groebner system. |
Method Summary | |
---|---|
boolean |
checkInvariant()
Check invariants. |
boolean |
equals(java.lang.Object c)
Is this Groebner system equal to other. |
java.util.List<GenPolynomial<GenPolynomial<C>>> |
getCGB()
Get comprehensive Groebner base. |
java.util.List<Condition<C>> |
getConditions()
Get list of conditions determining this Groebner system. |
int |
hashCode()
Hash code for this colored system. |
boolean |
isDetermined()
Is each colored system completely determined. |
java.lang.String |
toString()
Get the String representation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.util.List<ColoredSystem<C extends GcdRingElem<C>>> list
protected java.util.List<Condition<C extends GcdRingElem<C>>> conds
protected PolynomialList<GenPolynomial<C extends GcdRingElem<C>>> cgb
Constructor Detail |
---|
public GroebnerSystem(java.util.List<ColoredSystem<C>> S)
S
- a list of colored systems.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object c)
equals
in class java.lang.Object
c
- other Groebner system.
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean checkInvariant()
public boolean isDetermined()
public java.util.List<Condition<C>> getConditions()
public java.util.List<GenPolynomial<GenPolynomial<C>>> getCGB()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |