org.rubato.math.module
Interface ZnStringFreeModule

All Superinterfaces:
java.lang.Comparable<Module>, FreeModule, Module, java.io.Serializable, XMLInputOutput<Module>
All Known Implementing Classes:
ZnStringProperFreeModule, ZnStringRing

public interface ZnStringFreeModule
extends FreeModule

The interface for free modules over ZnString.

Author:
Gérard Milmeister
See Also:
ZnStringFreeElement

Method Summary
 int getModulus()
           
 
Methods inherited from interface org.rubato.math.module.FreeModule
getInjection, getProjection, getUnitElement, isVectorspace
 
Methods inherited from interface org.rubato.math.module.Module
cast, compareTo, createElement, equals, getComponentModule, getDimension, getIdentityMorphism, getNullModule, getRing, getTranslation, getZero, hasElement, hashCode, isNullModule, isRing, parseString, toString, toVisualString
 
Methods inherited from interface org.rubato.xml.XMLInputOutput
fromXML, getElementTypeName, toXML
 

Method Detail

getModulus

int getModulus()