Class Equation
java.lang.Object
edu.cmu.tetrad.calculator.expression.Equation
Represents an equation of the form Variable = Expression, where the Variable represents a column in some dataset.
- Version:
- $Id: $Id
- Author:
- Tyler Gibson
-
Constructor Summary
ConstructorsConstructorDescriptionEquation
(String variable, Expression expression, String unparsed) Constructor for Equation. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldexpression
.Getter for the fieldunparsedExpression
.Getter for the fieldvariable
.
-
Constructor Details
-
Equation
Constructor for Equation.
- Parameters:
variable
- aString
objectexpression
- aExpression
objectunparsed
- aString
object
-
-
Method Details
-
getUnparsedExpression
-
getVariable
-
getExpression
-