Package | Description |
---|---|
simplification |
Modifier and Type | Class and Description |
---|---|
class |
Binary
la classe des expressions binaires.
|
class |
Entier
Wrapping class for integers.
|
class |
Variable
representation des variables.
|
Modifier and Type | Method and Description |
---|---|
Term |
Term.engine()
Process the rules and get back the simplified expression.
|
Term |
Variable.engine() |
Term |
Entier.engine() |
Term |
Binary.engine()
The good solution.
|
Term |
BinaryI.getLeft()
Get left expression.
|
Term |
Binary.getLeft()
Gets the left.
|
Term |
BinaryI.getRight()
Get right expression.
|
Term |
Binary.getRight() |
Term |
Term.oneReduction()
Process one step of simplification.
|
Term |
Variable.oneReduction() |
Term |
Entier.oneReduction() |
Term |
Binary.oneReduction()
One simplification important TODO a completer.
|
Constructor and Description |
---|
Binary(Term terme1,
Operator op1,
Term terme2)
Constructor.
|