Uses of Interface
edu.cmu.tetrad.calculator.expression.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in edu.cmu.tetrad.calculator.expression
Classes in edu.cmu.tetrad.calculator.expression that implement ExpressionModifier and TypeClassDescriptionclass
Represents a constant expression, that is an expression that always evaluates to the same value.class
An equation expression.class
An Expression for a variable.Methods in edu.cmu.tetrad.calculator.expression that return ExpressionModifier and TypeMethodDescriptionExpressionDescriptor.createExpression
(Expression... expressions) Creates the actual expression that can be used to evaluate matters from the given expressions.Equation.getExpression()
Getter for the fieldexpression
.Methods in edu.cmu.tetrad.calculator.expression that return types with arguments of type ExpressionModifier and TypeMethodDescriptionConstantExpression.getExpressions()
getExpressions.EvaluationExpression.getExpressions()
getExpressions.Expression.getExpressions()
getExpressions.VariableExpression.getExpressions()
getExpressions.Methods in edu.cmu.tetrad.calculator.expression with parameters of type ExpressionModifier and TypeMethodDescriptionExpressionDescriptor.createExpression
(Expression... expressions) Creates the actual expression that can be used to evaluate matters from the given expressions.Constructors in edu.cmu.tetrad.calculator.expression with parameters of type ExpressionModifierConstructorDescriptionEquation
(String variable, Expression expression, String unparsed) Constructor for Equation. -
Uses of Expression in edu.cmu.tetrad.calculator.parser
Methods in edu.cmu.tetrad.calculator.parser that return ExpressionModifier and TypeMethodDescriptionExpressionParser.parseExpression
(String expression) Parses the given expression, or throws an exception if its not possible. -
Uses of Expression in edu.cmu.tetrad.sem
Methods in edu.cmu.tetrad.sem that return ExpressionModifier and TypeMethodDescriptionGeneralizedSemPm.getNodeExpression
(Node node) getNodeExpression.GeneralizedSemPm.getParameterEstimationInitializationExpression
(String parameter) Retrieves the initialization expression for a given parameter used in parameter estimation.GeneralizedSemPm.getParameterExpression
(String parameter) Retrieves the expression associated with the given parameter.