Uses of Interface
hussam.math.operations.parser.OperationReader

Packages that use OperationReader
hussam.math.operations.extra  
hussam.math.operations.parser  
 

Uses of OperationReader in hussam.math.operations.extra
 

Classes in hussam.math.operations.extra that implement OperationReader
 classDynamicExpressionReader
          This class Function as a factory for Expression Readers, However this factory returns a dynamic ExpressionReader which uses a DynamicFunctionFactory.
 

Methods in hussam.math.operations.extra that return OperationReader
protected  OperationReaderCustomFunctionFactory.createReader()
          Prepares the reader.
 

Methods in hussam.math.operations.extra with parameters of type OperationReader
protected  voidCustomFunction.setReader(OperationReader reader)
          Sets the Reader to use to read the Expression.
 

Uses of OperationReader in hussam.math.operations.parser
 

Classes in hussam.math.operations.parser that implement OperationReader
 classExpressionReader
          an Abstract class, This class is used to refference the most advanced OperationReader.
 classSmartExpressionReader
          This class is Version 5 of all previously created readers.