Uses of Class
hussam.math.operations.Operand

Packages that use Operand
hussam.math.operationsProvides the Logical View of Mathematical operations. 
hussam.math.operations.dataBaseUsed to store default Operators, operands and functions. 
 

Uses of Operand in hussam.math.operations
 

Methods in hussam.math.operations that return Operand
 OperandOperand.clone(OperatorSourceImpl s)
           
 

Uses of Operand in hussam.math.operations.dataBase
 

Subclasses of Operand in hussam.math.operations.dataBase
static classOperatorFactoryDB.CommaOperand
          This class was used in previous Versions of the ExpressionReader implementations.
 

Methods in hussam.math.operations.dataBase that return Operand
 OperandOperatorFactoryDB.getOperand(java.lang.String name)
           
 

Methods in hussam.math.operations.dataBase that return types with arguments of type Operand
 java.util.Map<java.lang.String,OperatorFactory<Operand>>OperatorSource.getOperandFactories()
          Returns a map of all Operand Factories.
 java.util.Map<java.lang.String,OperatorFactory<Operand>>OperatorSourceImpl.getOperandFactories()
          Returns all Operand Factories.
 java.util.Map<java.lang.String,OperatorFactory<Operand>>OperatorSourceWrapper.getOperandFactories()
          Returns all Factories in this source and in the sub source.
 OperatorFactory<Operand>OperatorFactoryDB.getOperandFactory(java.lang.String name)
           
 OperatorFactory<Operand>OperatorSource.getOperandFactory(java.lang.String name)
          Returns the factory for the given Operand.
 OperatorFactory<Operand>OperatorSourceImpl.getOperandFactory(java.lang.String name)
           
 OperatorFactory<Operand>OperatorSourceWrapper.getOperandFactory(java.lang.String name)
          Returns the Operand factory by this name.
 java.util.List<OperatorFactory<Operand>>OperatorFactoryDB.getOperands()
           
 

Method parameters in hussam.math.operations.dataBase with type arguments of type Operand
 voidOperatorSourceImpl.addOperand(OperatorFactory<Operand> fac)
          adds the specified factory to this source.
 voidOperatorSourceImpl.addOperands(java.util.Map<java.lang.String,? extends OperatorFactory<Operand>> ops)
          adds all Operand factories to this source.