| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operand | |
|---|---|
| hussam.math.operations | Provides the Logical View of Mathematical operations. |
| hussam.math.operations.dataBase | Used to store default Operators, operands and functions. |
| Uses of Operand in hussam.math.operations |
|---|
| Methods in hussam.math.operations that return Operand | |
|---|---|
Operand | Operand.clone(OperatorSourceImpl s) |
| Uses of Operand in hussam.math.operations.dataBase |
|---|
| Subclasses of Operand in hussam.math.operations.dataBase | |
|---|---|
static class | OperatorFactoryDB.CommaOperand This class was used in previous Versions of the ExpressionReader implementations. |
| Methods in hussam.math.operations.dataBase that return Operand | |
|---|---|
Operand | OperatorFactoryDB.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 | |
|---|---|
void | OperatorSourceImpl.addOperand(OperatorFactory<Operand> fac) adds the specified factory to this source. |
void | OperatorSourceImpl.addOperands(java.util.Map<java.lang.String,? extends OperatorFactory<Operand>> ops) adds all Operand factories to this source. |
| ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||