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

Packages that use OperationsParser
hussam.math.operations.parserProvides a User interface to read Expressions to be transformed into Operations. 
 

Uses of OperationsParser in hussam.math.operations.parser
 

Classes in hussam.math.operations.parser that implement OperationsParser
 classMyParser
          The default implementation for the OperationsParser interface.
 

Methods in hussam.math.operations.parser with parameters of type OperationsParser
static ExpressionReaderExpressionReader.getInstance(OperationsParser parser, OperatorSource source)
          Returns a new instance of an OperationReader.
static ExpressionReaderExpressionReader.getInstance(OperationsParser parser, OperatorSource source, boolean autoCreateVariables, boolean autoOptimize)
          Returns a new ExpressionReader with the added attribute of creating variables when needed.
 

Constructors in hussam.math.operations.parser with parameters of type OperationsParser
HussamExpressionReader(OperationsParser parser)
          Creates a new ExpressionReader given this spicific parser.
HussamExpressionReader(OperationsParser parser, OperatorSource source)
          Creates a new ExpressionReader given this spicific operator source and parser.
HussamExpressionReader(OperationsParser parser, OperatorSource source, boolean autoCreateVariables, boolean autoOptimize)
          Creates a new ExpressionReader given this spicific operator source and parser and the auto create variable flag.
SmartExpressionReader(OperationsParser parser)
          Creates a new ExpressionReader given this spicific parser.
SmartExpressionReader(OperationsParser parser, OperatorSource source)
          creates a new Expression Reader using a this OperatorSource.