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

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

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, generators, isFinite, parse, parse, random, random, toScript
 

Method Detail

getZERO

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

Returns:
0.