Uses of Interface
hussam.math.operations.dataBase.OperatorSource

Packages that use OperatorSource
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. 
 

Uses of OperatorSource in hussam.math.operations.dataBase
 

Classes in hussam.math.operations.dataBase that implement OperatorSource
 classOperatorFactoryDB
          This is the default DataSource.
 classOperatorSourceImpl
          This is the default implemetation of the OperatorSource interface.
 classOperatorSourceWrapper
          This DataSource wrapps a Datasource and gives the user means to access the both sources without changing the content of the base source.
 

Methods in hussam.math.operations.dataBase that return OperatorSource
 OperatorSourceOperatorSourceWrapper.getInnerSource()
           
 

Constructors in hussam.math.operations.dataBase with parameters of type OperatorSource
OperatorSourceWrapper(OperatorSource source)
          Construcs a new OperatorSource with the the given sub source.
 

Uses of OperatorSource in hussam.math.operations.extra
 

Classes in hussam.math.operations.extra that implement OperatorSource
 classDynamicOperatorSourceWrapper
           
 

Methods in hussam.math.operations.extra that return OperatorSource
 OperatorSourceCustomFunctionFactory.getOperatorSource()
          Returns the operator source used by this factory.
 

Constructors in hussam.math.operations.extra with parameters of type OperatorSource
DynamicOperatorSourceWrapper(OperatorSource source)
          Construcs a new DynamicOperatorSource with the the given sub source.
 

Uses of OperatorSource in hussam.math.operations.parser
 

Methods in hussam.math.operations.parser that return OperatorSource
 OperatorSourceOperationReader.getOperatorSource()
          gets the OperatorSource for all expressions read!
 OperatorSourceSmartExpressionReader.getOperatorSource()
           
 

Methods in hussam.math.operations.parser with parameters of type OperatorSource
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 OperatorSource
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.
HussamExpressionReader(OperatorSource source)
          Creates a new ExpressionReader given this spicific operator source.
SmartExpressionReader(OperationsParser parser, OperatorSource source)
          creates a new Expression Reader using a this OperatorSource.
SmartExpressionReader(OperatorSource source)
          Creates a new ExpressionReader given this spicific operator source.