|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupAdditive<G>
This interface represents a structure with a binary additive operation (+), satisfying the group axioms (associativity, neutral element, inverse element and closure).
| Method Summary | |
|---|---|
G |
opposite()
Returns the additive inverse of this object. |
G |
plus(G that)
Returns the sum of this object with the one specified. |
| Methods inherited from interface javolution.lang.ValueType |
|---|
copy |
| Method Detail |
|---|
G plus(G that)
that - the object to be added.
this + that.G opposite()
this.plus(this.opposite()) == ZERO,
with ZERO being the additive identity.
-this.
|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||