|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.application.PrimitiveElement<C>
public class PrimitiveElement<C extends GcdRingElem<C>>
Container for primitive elements.
Field Summary | |
---|---|
AlgebraicNumber<C> |
A
The representation of the first algebraic element in the new ring. |
AlgebraicNumberRing<C> |
Aring
The first algebraic ring. |
AlgebraicNumber<C> |
B
The representation of the second algebraic element in the new ring. |
AlgebraicNumberRing<C> |
Bring
The second algebraic ring. |
AlgebraicNumberRing<C> |
primitiveElem
The primitive element. |
Constructor Summary | |
---|---|
protected |
PrimitiveElement()
Constructor not for use. |
protected |
PrimitiveElement(AlgebraicNumberRing<C> pe,
AlgebraicNumber<C> A,
AlgebraicNumber<C> B)
Constructor. |
protected |
PrimitiveElement(AlgebraicNumberRing<C> pe,
AlgebraicNumber<C> A,
AlgebraicNumber<C> B,
AlgebraicNumberRing<C> ar,
AlgebraicNumberRing<C> br)
Constructor. |
Method Summary | |
---|---|
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 AlgebraicNumberRing<C extends GcdRingElem<C>> primitiveElem
public final AlgebraicNumber<C extends GcdRingElem<C>> A
public final AlgebraicNumber<C extends GcdRingElem<C>> B
public final AlgebraicNumberRing<C extends GcdRingElem<C>> Aring
public final AlgebraicNumberRing<C extends GcdRingElem<C>> Bring
Constructor Detail |
---|
protected PrimitiveElement()
protected PrimitiveElement(AlgebraicNumberRing<C> pe, AlgebraicNumber<C> A, AlgebraicNumber<C> B)
pe
- the primitive elementA
- the first element.B
- the second element.protected PrimitiveElement(AlgebraicNumberRing<C> pe, AlgebraicNumber<C> A, AlgebraicNumber<C> B, AlgebraicNumberRing<C> ar, AlgebraicNumberRing<C> br)
pe
- the primitive elementA
- the first element.B
- the second element.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.String toScript()
Element.toScript()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |