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