Interface ExpressionSignature
- All Superinterfaces:
Serializable
,TetradSerializable
Represents the signature of the expression, for example sqrt(number).
- Author:
- Tyler Gibson
-
Field Summary
Fields -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
-
Method Details
-
getSignature
String getSignature()- Returns:
- the sigature as a string.
-
getNumberOfArguments
int getNumberOfArguments()- Returns:
- the number o f arguments.
-
getArgument
- Returns:
- the argument type at the given index.
-