Documentation of 'edu.jas.application.PrimaryComponent' Java class
PrimaryComponent
edu.jas.application

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.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getExponent()
      Get exponent.
      void setExponent(int e)
      Set exponent.
      java.lang.String toScript()
      Get a scripting compatible string representation.
      java.lang.String toString()
      String representation of the ideal.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.