Class PrimaryComponent<C extends GcdRingElem<C>>

  • All Implemented Interfaces:
    java.io.Serializable

    public class PrimaryComponent<C extends GcdRingElem<C>>
    extends java.lang.Object
    implements java.io.Serializable
    Container for primary components of ideals.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form
    • Method Detail

      • getExponent

        public int getExponent()
        Get exponent.
        Returns:
        exponent.
      • setExponent

        public void setExponent​(int e)
        Set exponent.
        Parameters:
        e - the exponent.
      • toString

        public java.lang.String toString()
        String representation of the ideal.
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()
      • toScript

        public java.lang.String toScript()
        Get a scripting compatible string representation.
        Returns:
        script compatible representation for this Element.
        See Also:
        Element.toScript()