|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--com.perisic.ring.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 |
clone,
finalize,
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)
public java.lang.String toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||