org.matheclipse.core.interfaces
Enum Attributes
- java.lang.Object
-
- java.lang.Enum<Attributes>
-
- org.matheclipse.core.interfaces.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 CONSTANTDeprecated.ISymbol attribute to indicate that a symbol or function is constantFLATDeprecated.ISymbol attribute for an associative function transformation The evaluation of the function will flatten the arguments listFLATORDERLESSDeprecated.ISymbol attribute combination (ISymbol.FLAT and ISymbol.ORDERLESS)HOLDALLDeprecated.ISymbol attribute for a function, where no argument should be evaluatedHOLDFIRSTDeprecated.ISymbol attribute for a function, where the first argument should not be evaluatedHOLDRESTDeprecated.ISymbol attribute for a function, where only the first argument should be evaluatedLISTABLEDeprecated.ISymbol attribute for a function with lists as argumentsNHOLDALLDeprecated.ISymbol attribute for a function, which should not be evaluated numericallyNHOLDFIRSTDeprecated.ISymbol attribute for a function, where the first argument should not be evaluated numericallyNHOLDRESTDeprecated.ISymbol attribute for a function, where the rest of the arguments should not be evaluated numericallyNOATTRIBUTEDeprecated.ISymbol attribute which means that no attribute is setNUMERICFUNCTIONDeprecated.Description of the FieldONEIDENTITYDeprecated.ISymbol attribute for a function transformation: f(x) ==> xORDERLESSDeprecated.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 AttributesvalueOf(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.
-
-
-
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 namejava.lang.NullPointerException- if the argument is null
-
-
DMelt 3.0 © DataMelt by jWork.ORG