Uses of Package
hussam.math.operations.dataBase

Packages that use hussam.math.operations.dataBase
hussam.math.operationsProvides the Logical View of Mathematical operations. 
hussam.math.operations.dataBaseUsed to store default Operators, operands and functions. 
hussam.math.operations.extraProvides extra functionality to this package. 
hussam.math.operations.parserProvides a User interface to read Expressions to be transformed into Operations. 
 

Classes in hussam.math.operations.dataBase used by hussam.math.operations
OperatorSourceImpl
          This is the default implemetation of the OperatorSource interface.
 

Classes in hussam.math.operations.dataBase used by hussam.math.operations.dataBase
OperatorSource
          This resembles a Data source of Special Arguments for any expression such as Operands, Functions and Variables, etc..
OperatorSourceImpl
          This is the default implemetation of the OperatorSource interface.
 

Classes in hussam.math.operations.dataBase used by hussam.math.operations.extra
OperatorSource
          This resembles a Data source of Special Arguments for any expression such as Operands, Functions and Variables, etc..
OperatorSourceImpl
          This is the default implemetation of the OperatorSource interface.
OperatorSourceWrapper
          This DataSource wrapps a Datasource and gives the user means to access the both sources without changing the content of the base source.
 

Classes in hussam.math.operations.dataBase used by hussam.math.operations.parser
OperatorSource
          This resembles a Data source of Special Arguments for any expression such as Operands, Functions and Variables, etc..
OperatorSourceImpl
          This is the default implemetation of the OperatorSource interface.