Interface NoncomRingElem<C extends NoncomRingElem<C>>

  • Type Parameters:
    C - ring element type
    All Superinterfaces:
    AbelianGroupElem<C>, java.lang.Comparable<C>, Element<C>, MonoidElem<C>, RingElem<C>, java.io.Serializable
    All Known Implementing Classes:
    WordResidue

    public interface NoncomRingElem<C extends NoncomRingElem<C>>
    extends RingElem<C>
    Non-commutative ring element interface. Defines right divide and right remainder.
    Author:
    Heinz Kredel