edu.jas.structure
Interface AbelianGroupFactory<C extends AbelianGroupElem<C>>

All Superinterfaces:
ElemFactory<C>, java.io.Serializable
All Known Subinterfaces:
AlgebraFactory<A,C>, ModulFactory<M,C>, RingFactory<C>
All Known Implementing Classes:
AlgebraicNumberRing, BigComplex, BigDecimal, BigInteger, BigOctonion, BigQuaternion, BigRational, GenMatrixRing, GenPolynomialRing, GenSolvablePolynomialRing, GenVectorModul, LocalRing, LocalRing, ModIntegerRing, QuotientRing, QuotientRing, ResidueRing, ResidueRing

public interface AbelianGroupFactory<C extends AbelianGroupElem<C>>
extends ElemFactory<C>

Abelian group factory interface. Defines get zero.

Author:
Heinz Kredel

Method Summary
 C getZERO()
          Get the constant zero for the AbelianGroupElem.
 
Methods inherited from interface edu.jas.structure.ElemFactory
copy, fromInteger, fromInteger, parse, parse, random, random
 

Method Detail

getZERO

C getZERO()
Get the constant zero for the AbelianGroupElem.

Returns:
0.