Interface Expression

All Superinterfaces:
Serializable, TetradSerializable
All Known Implementing Classes:
ConstantExpression, EvaluationExpression, VariableExpression

public interface Expression extends TetradSerializable
Represents a mathematical expression. Used in the Calculator and the Generalized Sem model.

Note that expressions form trees. Each expression has a (possibly empty) list of children.

Version:
$Id: $Id
Author:
Tyler Gibson