|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
C - element typepublic interface AbelianGroupElem<C extends AbelianGroupElem<C>>
Abelian group element interface. Defines the additive methods.
| Method Summary | |
|---|---|
C |
abs()
Absolute value of this. |
boolean |
isZERO()
Test if this is zero. |
C |
negate()
Negate this. |
int |
signum()
Signum. |
C |
subtract(C S)
Subtract S from this. |
C |
sum(C S)
Sum of this and S. |
| Methods inherited from interface edu.jas.structure.Element |
|---|
compareTo, equals, factory, hashCode, toScript, toScriptFactory |
| Method Detail |
|---|
boolean isZERO()
int signum()
C sum(C S)
S -
C subtract(C S)
S -
C negate()
C abs()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||