org.matheclipse.core.expression
Class ExprField
- java.lang.Object
-
- org.matheclipse.core.expression.ExprField
-
- All Implemented Interfaces:
- Field<ExprFieldElement>
public class ExprField extends java.lang.Object implements Field<ExprFieldElement>
-
-
Field Summary
Fields Modifier and Type Field and Description static ExprFieldCONSTstatic ExprFieldElementONEstatic ExprFieldElementZERO
-
Constructor Summary
Constructors Constructor and Description ExprField()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ExprFieldElementgetOne()Get the multiplicative identity of the field.java.lang.Class<? extends FieldElement<ExprFieldElement>>getRuntimeClass()Returns the runtime class of the FieldElement.ExprFieldElementgetZero()Get the additive identity of the field.
-
-
-
Field Detail
-
CONST
public static final ExprField CONST
-
ONE
public static final ExprFieldElement ONE
-
ZERO
public static final ExprFieldElement ZERO
-
-
Method Detail
-
getOne
public ExprFieldElement getOne()
Description copied from interface:FieldGet the multiplicative identity of the field.The multiplicative identity is the element e1 of the field such that for all elements a of the field, the equalities a × e1 = e1 × a = a hold.
- Specified by:
getOnein interfaceField<ExprFieldElement>- Returns:
- multiplicative identity of the field
-
getZero
public ExprFieldElement getZero()
Description copied from interface:FieldGet the additive identity of the field.The additive identity is the element e0 of the field such that for all elements a of the field, the equalities a + e0 = e0 + a = a hold.
- Specified by:
getZeroin interfaceField<ExprFieldElement>- Returns:
- additive identity of the field
-
getRuntimeClass
public java.lang.Class<? extends FieldElement<ExprFieldElement>> getRuntimeClass()
Description copied from interface:FieldReturns the runtime class of the FieldElement.- Specified by:
getRuntimeClassin interfaceField<ExprFieldElement>- Returns:
- The
Classobject that represents the runtime class of this object.
-
-
DMelt 3.0 © DataMelt by jWork.ORG