- equals(Object) - Method in class lab.art.BinaryExpression
-
Tests whether this binary expression is the same as the given object.
- equals(Object) - Method in class lab.art.UnaryExpression
-
Tests whether this unary expression is the same as the given object.
- evaluate(double, double) - Method in class lab.art.Average
-
Evaluates this average expression at the given x- and y-coordinate.
- evaluate(double, double, BinaryOperator) - Method in class lab.art.BinaryExpression
-
Evaluates this binary expression at the given x- and y-coordinate
with the given binary operator.
- evaluate(double, double) - Method in class lab.art.Cosine
-
Evaluates this cosine expression at the given x- and y-coordinate.
- evaluate(double, double) - Method in class lab.art.Expression
-
Evaluates this expression at the given x- and y-coordinate.
- evaluate(double, double) - Method in class lab.art.Product
-
Evaluates this product expression at the given x- and y-coordinate.
- evaluate(double, double) - Method in class lab.art.Sine
-
Evaluates this sine expression at the given x- and y-coordinate.
- evaluate(double, double, UnaryOperator) - Method in class lab.art.UnaryExpression
-
Evaluates this unary expression at the given x- and y-coordinate with the
given unary operator.
- evaluate(double, double) - Method in class lab.art.VariableX
-
Evaluates this variable x expression at the given x- and y-coordinate.
- evaluate(double, double) - Method in class lab.art.VariableY
-
Evaluates this variable y expression at the given x- and y-coordinate.
- Expression - Class in lab.art
-
This class represents an expression.
- Expression() - Constructor for class lab.art.Expression
-
Initializes this expression.
- Expressions - Class in lab.art
-
This utility class provides methods to create expressions.