Package org.mariuszgromada.math.mxparser
Class PrimitiveElement
java.lang.Object
org.mariuszgromada.math.mxparser.PrimitiveElement
- Direct Known Subclasses:
Argument
,Constant
,Expression
,Function
Class used for connecting all basic elements such as: Argument, Constant,
Function. Class not used by the end user.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrimitiveElement
public PrimitiveElement(int typeId) Default constructor setting element type id- Parameters:
typeId
- Element type id- See Also:
-
-
Method Details
-
getMyTypeId
public int getMyTypeId()Returns element type id- Returns:
- Element type id as int Function.TYPE_ID, Argument.TYPE_ID, Function.TYPE_ID
- See Also:
-