Package org.mariuszgromada.math.mxparser
Class PrimitiveElement
Buy me a cup of coffee via donation
or support me purchasing the license via ORDER Page , or INFIMA online store
java.lang.Object
org.mariuszgromada.math.mxparser.PrimitiveElement
- All Implemented Interfaces:
Serializable
- 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.
- Version:
- 5.2.0
- Author:
- Mariusz Gromada
MathParser.org - mXparser project page
mXparser on GitHub
INFIMA place to purchase a commercial MathParser.org-mXparser software license
info@mathparser.org
ScalarMath.org - a powerful math engine and math scripting language
Scalar Lite
Scalar Pro
MathSpace.pl - See Also:
Buy me a cup of coffee via donation
or support me purchasing the license via ORDER Page , or INFIMA online store
-
Constructor Summary
-
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:
-