|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.jas.application.PrimaryComponent<C>
public class PrimaryComponent<C extends GcdRingElem<C>>
Container for primary components of ideals.
| Field Summary | |
|---|---|
protected int |
exponent
The exponent of prime for primary. |
Ideal<C> |
primary
The primary ideal. |
IdealWithUniv<C> |
prime
The associated prime ideal. |
| Constructor Summary | |
|---|---|
protected |
PrimaryComponent()
Constructor not for use. |
protected |
PrimaryComponent(Ideal<C> q,
IdealWithUniv<C> p)
Constructor. |
protected |
PrimaryComponent(Ideal<C> q,
IdealWithUniv<C> p,
int e)
Constructor. |
| Method Summary | |
|---|---|
int |
getExponent()
Get exponent. |
void |
setExponent(int e)
Set exponent. |
java.lang.String |
toScript()
Get a scripting compatible string representation. |
java.lang.String |
toString()
String representation of the ideal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Ideal<C extends GcdRingElem<C>> primary
public final IdealWithUniv<C extends GcdRingElem<C>> prime
protected int exponent
| Constructor Detail |
|---|
protected PrimaryComponent()
protected PrimaryComponent(Ideal<C> q,
IdealWithUniv<C> p)
q - the primary idealp - the prime ideal.
protected PrimaryComponent(Ideal<C> q,
IdealWithUniv<C> p,
int e)
q - the primary idealp - the prime ideal.e - the exponent of p for q.| Method Detail |
|---|
public int getExponent()
public void setExponent(int e)
e - the exponent.public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.String toScript()
Element.toScript()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||