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