Uses of Class
hussam.math.operations.dataBase.OperatorSourceImpl

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

Uses of OperatorSourceImpl in hussam.math.operations
 

Methods in hussam.math.operations with parameters of type OperatorSourceImpl
 ConstantNumberConstantNumber.clone(OperatorSourceImpl s)
           
 FunctionFunction.clone(OperatorSourceImpl s)
           
 MyGroupMyGroup.clone(OperatorSourceImpl s)
           
 OperandOperand.clone(OperatorSourceImpl s)
           
 OperationOperation.clone(OperatorSourceImpl ops)
          This method clones the operation.
 OperationProxyOperationProxy.clone(OperatorSourceImpl s)
           
 VariableVariable.clone(OperatorSourceImpl s)
          Clones this Variable only if it is not contained in the operatorSource given.
 

Uses of OperatorSourceImpl in hussam.math.operations.dataBase
 

Subclasses of OperatorSourceImpl in hussam.math.operations.dataBase
 classOperatorFactoryDB
          This is the default DataSource.
 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 OperatorSourceImpl
static OperatorSourceImplOperatorFactoryDB.getInstance()
          Returns the sole instance of this DataSource.
 

Uses of OperatorSourceImpl in hussam.math.operations.extra
 

Subclasses of OperatorSourceImpl in hussam.math.operations.extra
 classDynamicOperatorSourceWrapper
           
 

Constructors in hussam.math.operations.extra with parameters of type OperatorSourceImpl
CustomFunctionFactory(OperatorSourceImpl source, java.lang.String name, java.lang.String description, java.lang.String expression)
          Creates a new Factory given the expression.
DynamicFunctionFactory(OperatorSourceImpl s, java.lang.String name, java.lang.String expression, java.lang.String description)
          Creates a new Dynamic Function Factory.
 

Uses of OperatorSourceImpl in hussam.math.operations.parser
 

Methods in hussam.math.operations.parser that return OperatorSourceImpl
 OperatorSourceImplHussamExpressionReader.getOperatorSource()