|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.math.module.Ring
org.rubato.math.module.NumberRing
public abstract class NumberRing
Subclasses of this abstract class are the rings of integers, rationals, reals and complex numbers. They are ordered in the way just given.
Constructor Summary | |
---|---|
NumberRing()
|
Method Summary | |
---|---|
int |
compareTo(Module object)
Compares this module with object . |
int |
compareTo(NumberRing r)
Compares this number ring with the number ring r . |
Methods inherited from class org.rubato.math.module.Ring |
---|
getComponentModule, getDimension, getFreeModule, getInjection, getOne, getProjection, getRing, getTranslation, getUnitElement, getZero, isField, isNullModule, isRing, parseString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rubato.math.module.FreeModule |
---|
isVectorspace |
Methods inherited from interface org.rubato.math.module.Module |
---|
cast, createElement, equals, getIdentityMorphism, getNullModule, hasElement, hashCode, toString, toVisualString |
Methods inherited from interface org.rubato.xml.XMLInputOutput |
---|
fromXML, getElementTypeName, toXML |
Constructor Detail |
---|
public NumberRing()
Method Detail |
---|
public int compareTo(Module object)
Module
object
.
compareTo
in interface java.lang.Comparable<Module>
compareTo
in interface Module
compareTo
in class Ring
public int compareTo(NumberRing r)
r
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |