A C D E F G H I L M N O P R S T U V

M

main(String[]) - Static method in class hussam.math.operations.dataBase.OperatorFactoryDB
A test Method.
main(String[]) - Static method in class hussam.math.operations.parser.HussamExpressionReader
A test method.
main(String[]) - Static method in class hussam.math.operations.parser.SmartExpressionReader
A test method.
MathException - Exception in hussam.math.operations
This is the Mother of all Math and Operation Exception.
MathException(String, Throwable) - Constructor for exception hussam.math.operations.MathException
Construcs a new MathException given a description, and a cause.
MathException(String) - Constructor for exception hussam.math.operations.MathException
Construcs a new MathException with a given Description.
MathLogicException - Exception in hussam.math.operations
This Exception indicates a problem in the Logic of the Math expression.
MathLogicException(String, Operation) - Constructor for exception hussam.math.operations.MathLogicException
Construcs a new MathLogicException having a message and the Operator that caused the the exception.
MathParserException - Exception in hussam.math.operations.parser.exceptions
 
MathParserException(String, int) - Constructor for exception hussam.math.operations.parser.exceptions.MathParserException
 
MULTIPLY - Static variable in interface hussam.math.operations.Operator
Multiplicity is computed before than PLUS operations.
MyGroup - Class in hussam.math.operations
This is an implementation for the OperationGroup interface.
MyGroup(List<? extends Operation>) - Constructor for class hussam.math.operations.MyGroup
Construcs an OperationGroup giving a List of Operations.
MyGroup() - Constructor for class hussam.math.operations.MyGroup
Construcs a new OperationGroup with 0 operations.
MyParser - Class in hussam.math.operations.parser
The default implementation for the OperationsParser interface.
MyParser() - Constructor for class hussam.math.operations.parser.MyParser
 

A C D E F G H I L M N O P R S T U V