Class Equation

java.lang.Object
edu.cmu.tetrad.calculator.expression.Equation

public class Equation extends Object
Represents an equation of the form Variable = Expression, where the Variable represents a column in some dataset.
Version:
$Id: $Id
Author:
Tyler Gibson
  • Constructor Details

  • Method Details

    • getUnparsedExpression

      public String getUnparsedExpression()

      Getter for the field unparsedExpression.

      Returns:
      a String object
    • getVariable

      public String getVariable()

      Getter for the field variable.

      Returns:
      a String object
    • getExpression

      public Expression getExpression()

      Getter for the field expression.

      Returns:
      a Expression object