Interface ExpressionSignature

All Superinterfaces:
Serializable, TetradSerializable

public interface ExpressionSignature extends TetradSerializable
Represents the signature of the expression, for example sqrt(number).
Author:
Tyler Gibson
  • Field Details

  • Method Details

    • getSignature

      String getSignature()
      Returns:
      the sigature as a string.
    • getNumberOfArguments

      int getNumberOfArguments()
      Returns:
      the number o f arguments.
    • getArgument

      String getArgument(int index)
      Returns:
      the argument type at the given index.