|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.perisic.ring.RingElt
public abstract class RingElt
This abstract class is the base class for all elements of concrete rings.
Constructor Summary | |
---|---|
RingElt(Ring R)
Constructs the ring element as an element of the ring R. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object ob)
Equality is checked via the method equal() of the ring R to which the element belongs. |
Ring |
getRing()
Returns the ring R which has been used for construction of the element. |
java.lang.String |
toString()
The String is found using the eltToString() method of the ring to which the element belongs. |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RingElt(Ring R)
Method Detail |
---|
public Ring getRing()
public boolean equals(java.lang.Object ob)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |