|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rubato.math.module.ProperFreeElement
public abstract class ProperFreeElement
The abstract base class for elements in proper free modules.
ProperFreeModule
,
Serialized FormConstructor Summary | |
---|---|
ProperFreeElement()
|
Method Summary | |
---|---|
abstract ProperFreeElement |
clone()
Returns a deep copy of this module element. |
int |
compareTo(ModuleElement object)
Compares this module element with object . |
java.util.Iterator<RingElement> |
iterator()
Returns an iterator to the factors of the element. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rubato.math.module.FreeElement |
---|
getComponent, getLength, getRingElement, multiplyCW, productCW, resize |
Methods inherited from interface org.rubato.math.module.ModuleElement |
---|
add, cast, difference, equals, fold, getModule, hashCode, isZero, negate, negated, scale, scaled, stringRep, subtract, sum, toString |
Methods inherited from interface org.rubato.xml.XMLInputOutput |
---|
fromXML, getElementTypeName, toXML |
Constructor Detail |
---|
public ProperFreeElement()
Method Detail |
---|
public int compareTo(ModuleElement object)
ModuleElement
object
.
compareTo
in interface java.lang.Comparable<ModuleElement>
compareTo
in interface ModuleElement
public java.util.Iterator<RingElement> iterator()
FreeElement
iterator
in interface java.lang.Iterable<RingElement>
iterator
in interface FreeElement
public abstract ProperFreeElement clone()
ModuleElement
clone
in interface ModuleElement
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |