Documentation of 'org.matheclipse.core.interfaces.Attributes' Java class
Attributes
org.matheclipse.core.interfaces

Enum Attributes

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Attributes>

    Deprecated.

    public enum Attributes
    extends java.lang.Enum<Attributes>
    See Also:
    ISymbol#FLAT, ISymbol#ORDERLESS,...
    • Enum Constant Summary

      Enum Constants 
      Enum Constant and Description
      CONSTANT
      Deprecated. 
      ISymbol attribute to indicate that a symbol or function is constant
      FLAT
      Deprecated. 
      ISymbol attribute for an associative function transformation The evaluation of the function will flatten the arguments list
      FLATORDERLESS
      Deprecated. 
      ISymbol attribute combination (ISymbol.FLAT and ISymbol.ORDERLESS)
      HOLDALL
      Deprecated. 
      ISymbol attribute for a function, where no argument should be evaluated
      HOLDFIRST
      Deprecated. 
      ISymbol attribute for a function, where the first argument should not be evaluated
      HOLDREST
      Deprecated. 
      ISymbol attribute for a function, where only the first argument should be evaluated
      LISTABLE
      Deprecated. 
      ISymbol attribute for a function with lists as arguments
      NHOLDALL
      Deprecated. 
      ISymbol attribute for a function, which should not be evaluated numerically
      NHOLDFIRST
      Deprecated. 
      ISymbol attribute for a function, where the first argument should not be evaluated numerically
      NHOLDREST
      Deprecated. 
      ISymbol attribute for a function, where the rest of the arguments should not be evaluated numerically
      NOATTRIBUTE
      Deprecated. 
      ISymbol attribute which means that no attribute is set
      NUMERICFUNCTION
      Deprecated. 
      Description of the Field
      ONEIDENTITY
      Deprecated. 
      ISymbol attribute for a function transformation: f(x) ==> x
      ORDERLESS
      Deprecated. 
      ISymbol attribute for a commutative function transformation The evaluation of the function will sort the arguments
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      static Attributes valueOf(java.lang.String name)
      Deprecated. 
      Returns the enum constant of this type with the specified name.
      static Attributes[] values()
      Deprecated. 
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Enum Constant Detail

      • NOATTRIBUTE

        public static final Attributes NOATTRIBUTE
        Deprecated. 
        ISymbol attribute which means that no attribute is set
      • CONSTANT

        public static final Attributes CONSTANT
        Deprecated. 
        ISymbol attribute to indicate that a symbol or function is constant
      • FLAT

        public static final Attributes FLAT
        Deprecated. 
        ISymbol attribute for an associative function transformation The evaluation of the function will flatten the arguments list
      • HOLDFIRST

        public static final Attributes HOLDFIRST
        Deprecated. 
        ISymbol attribute for a function, where the first argument should not be evaluated
      • HOLDREST

        public static final Attributes HOLDREST
        Deprecated. 
        ISymbol attribute for a function, where only the first argument should be evaluated
      • HOLDALL

        public static final Attributes HOLDALL
        Deprecated. 
        ISymbol attribute for a function, where no argument should be evaluated
      • LISTABLE

        public static final Attributes LISTABLE
        Deprecated. 
        ISymbol attribute for a function with lists as arguments
      • NHOLDALL

        public static final Attributes NHOLDALL
        Deprecated. 
        ISymbol attribute for a function, which should not be evaluated numerically
      • NHOLDFIRST

        public static final Attributes NHOLDFIRST
        Deprecated. 
        ISymbol attribute for a function, where the first argument should not be evaluated numerically
      • NHOLDREST

        public static final Attributes NHOLDREST
        Deprecated. 
        ISymbol attribute for a function, where the rest of the arguments should not be evaluated numerically
      • NUMERICFUNCTION

        public static final Attributes NUMERICFUNCTION
        Deprecated. 
        Description of the Field
      • ONEIDENTITY

        public static final Attributes ONEIDENTITY
        Deprecated. 
        ISymbol attribute for a function transformation: f(x) ==> x
      • ORDERLESS

        public static final Attributes ORDERLESS
        Deprecated. 
        ISymbol attribute for a commutative function transformation The evaluation of the function will sort the arguments
      • FLATORDERLESS

        public static final Attributes FLATORDERLESS
        Deprecated. 
        ISymbol attribute combination (ISymbol.FLAT and ISymbol.ORDERLESS)
    • Method Detail

      • values

        public static Attributes[] values()
        Deprecated. 
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (Attributes c : Attributes.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Attributes valueOf(java.lang.String name)
        Deprecated. 
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.