Uses of Package
hussam.math.operations

Packages that use hussam.math.operations
hussam.math.operations  
hussam.math.operations.dataBase  
hussam.math.operations.extra  
hussam.math.operations.factory  
hussam.math.operations.parser  
hussam.math.operations.parser.exceptions  
 

Classes in hussam.math.operations used by hussam.math.operations
MathException
          This is the Mother of all Math and Operation Exception.
MathLogicException
          This Exception indicates a problem in the Logic of the Math expression.
Operation
          This interface is the main interface used for all Values, Numbers, Variables Operands, Functions, and all other operatos.
OperationGroup
          This is an abstraction of a group of operations.
Operator
          This interface reflects operators such as Operands(+, -, ^ , * ...etc) and Functions such as Abs, Log, Min, Max...etc an Operator takes an Operation for example from which it will get a new Result.
OperatorArgumentMissingException
          This Exception indicates a missing argument in the Math expression.
Variable
          A Variable is an operation indicating a variable amount.
 

Classes in hussam.math.operations used by hussam.math.operations.dataBase
Function
          This class is an abstract Operator.
Operand
          An Operand is an Operator that takes at most two Operations as arguments.
Operation
          This interface is the main interface used for all Values, Numbers, Variables Operands, Functions, and all other operatos.
Operator
          This interface reflects operators such as Operands(+, -, ^ , * ...etc) and Functions such as Abs, Log, Min, Max...etc an Operator takes an Operation for example from which it will get a new Result.
Variable
          A Variable is an operation indicating a variable amount.
 

Classes in hussam.math.operations used by hussam.math.operations.extra
Function
          This class is an abstract Operator.
MathException
          This is the Mother of all Math and Operation Exception.
Operation
          This interface is the main interface used for all Values, Numbers, Variables Operands, Functions, and all other operatos.
Operator
          This interface reflects operators such as Operands(+, -, ^ , * ...etc) and Functions such as Abs, Log, Min, Max...etc an Operator takes an Operation for example from which it will get a new Result.
Variable
          A Variable is an operation indicating a variable amount.
 

Classes in hussam.math.operations used by hussam.math.operations.factory
Operator
          This interface reflects operators such as Operands(+, -, ^ , * ...etc) and Functions such as Abs, Log, Min, Max...etc an Operator takes an Operation for example from which it will get a new Result.
 

Classes in hussam.math.operations used by hussam.math.operations.parser
MathException
          This is the Mother of all Math and Operation Exception.
Operation
          This interface is the main interface used for all Values, Numbers, Variables Operands, Functions, and all other operatos.
 

Classes in hussam.math.operations used by hussam.math.operations.parser.exceptions
MathException
          This is the Mother of all Math and Operation Exception.