Interface | Description |
---|---|
Tree |
Binary tree recursive defintion interface.
|
Class | Description |
---|---|
Addition |
The Addition operation, sub-class of
ArithmeticOperation . |
ArithmeticOperation |
This class represents all arithmetic operations including Addition,
Subtraction and Multiplication.
|
Constant |
This class represents the Constant tree node.
|
Multiplication |
The Multiplication operation, sub-class of
ArithmeticOperation . |
Operand |
This class is the abstraction of all leaf nodes that have no sub-tree.
|
Subtraction |
The Subtraction operation, sub-class of
ArithmeticOperation . |
Variable |
This class represents the Variable node.
|