A C D E F G H I L M N O P R S T U V

G

getAllFactories() - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
Returns all Factories combined.
getBasicModel() - Method in class hussam.math.operations.extra.CustomFunctionFactory
Returns the Operation Model for this factory.
getCurrentArgumentCount() - Method in class hussam.math.operations.Function
Returns the current number of arguments inside this Function.
getDefaultArgumentCount() - Method in class hussam.math.operations.extra.CustomFunctionFactory
 
getDefaultArgumentCount() - Method in interface hussam.math.operations.factory.OperatorFactory
Returns the default number of arguments for this operator.
getDefaultArgumentCount() - Method in class hussam.math.operations.factory.OperatorFactoryImpl
 
getDescription() - Method in interface hussam.math.operations.factory.OperatorFactory
Returns a description of this operator.
getDescription() - Method in class hussam.math.operations.factory.OperatorFactoryImpl
 
getDiscription() - Method in class hussam.math.operations.Function
The Function Description.
getDynamicFunctionFactories(Map<String, ? extends OperatorFactory<? extends Function>>) - Static method in class hussam.math.operations.extra.DynamicFunctionFactory
This method is used to sort out Dynamic Function Factories from a given list of factories.
getExpression() - Method in class hussam.math.operations.extra.CustomFunctionFactory
Returns the expression.
getExpressionOperations() - Method in class hussam.math.operations.parser.HussamExpressionReader
This will return a list of all read operations.
getExpressionOperations() - Method in class hussam.math.operations.parser.SmartExpressionReader
This will return a list of all read operations.
getExpressionPartitioned() - Method in class hussam.math.operations.parser.HussamExpressionReader
This will return a list of all symbols, numbers, words(variables or function names) and Baraks.
getExpressionPartitioned() - Method in class hussam.math.operations.parser.SmartExpressionReader
This will return a list of all symbols, numbers, words(variables or function names) and Baraks.
getFunctionFactories() - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns all Function Factories in this OperatorSource.
getFunctionFactories() - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
Returns all Function factories.
getFunctionFactories() - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns all Factories in both this source and the sub source.
getFunctionFactory(String) - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
 
getFunctionFactory(String) - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns the FunctionFactory for the given Function name.
getFunctionFactory(String) - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
 
getFunctionFactory(String) - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns the factory for this Function.
getFunctionFactory(String) - Method in class hussam.math.operations.extra.DynamicOperatorSourceWrapper
Returns the factory for this Function.
getFunctions() - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
 
getGlobalVariable(String) - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns the Global Variable.
getGlobalVariable(String) - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
 
getGlobalVariable(String) - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns the Global Variable by this name.
getGlobalVariables() - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns a map of all Global Variables.
getGlobalVariables() - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
Returns all Global Variables.
getGlobalVariables() - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns all Global Variable in this source, and inside the sub source.
getInnerSource() - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
 
getInstance() - Static method in class hussam.math.operations.dataBase.OperatorFactoryDB
Returns the sole instance of this DataSource.
getInstance() - Static method in class hussam.math.operations.extra.DynamicExpressionReader
 
getInstance() - Static method in class hussam.math.operations.parser.ExpressionReader
Returns a new instance of an OperationReader.
getInstance(OperationsParser, OperatorSource) - Static method in class hussam.math.operations.parser.ExpressionReader
Returns a new instance of an OperationReader.
getInstance(OperationsParser, OperatorSource, boolean, boolean) - Static method in class hussam.math.operations.parser.ExpressionReader
Returns a new ExpressionReader with the added attribute of creating variables when needed.
getLinkedOperations() - Method in class hussam.math.operations.dataBase.OperatorFactoryDB.CommaOperand
Returns all operations linked consequtavly by a series of Commas
getLocalVariable(String) - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns the Local Variable.
getLocalVariable(String) - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
 
getLocalVariables() - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns a map of all Local variables.
getLocalVariables() - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
Returns all local Variables.
getName() - Method in interface hussam.math.operations.factory.OperatorFactory
Returns the name of this operator.
getName() - Method in class hussam.math.operations.factory.OperatorFactoryImpl
 
getName() - Method in class hussam.math.operations.Function
 
getName() - Method in class hussam.math.operations.Operand
 
getName() - Method in interface hussam.math.operations.Operator
Returns the name of this Operator.
getName() - Method in class hussam.math.operations.Variable
Returns the name of the variable.
getNewOperator() - Method in class hussam.math.operations.extra.CustomFunctionFactory
 
getNewOperator() - Method in class hussam.math.operations.extra.DynamicFunctionFactory
 
getNewOperator() - Method in interface hussam.math.operations.factory.OperatorFactory
Returns a new Operator.
getNext() - Method in class hussam.math.operations.Operand
returns the next operation.
getNumber() - Method in exception hussam.math.operations.parser.exceptions.MathParserException
 
getOperand(String) - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
 
getOperandFactories() - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns a map of all Operand Factories.
getOperandFactories() - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
Returns all Operand Factories.
getOperandFactories() - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns all Factories in this source and in the sub source.
getOperandFactory(String) - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
 
getOperandFactory(String) - Method in interface hussam.math.operations.dataBase.OperatorSource
Returns the factory for the given Operand.
getOperandFactory(String) - Method in class hussam.math.operations.dataBase.OperatorSourceImpl
 
getOperandFactory(String) - Method in class hussam.math.operations.dataBase.OperatorSourceWrapper
Returns the Operand factory by this name.
getOperands() - Method in class hussam.math.operations.dataBase.OperatorFactoryDB
 
getOperation(int) - Method in class hussam.math.operations.Function
Returns the Operation at the specified index.
getOperation() - Method in exception hussam.math.operations.MathLogicException
Returns the Operation which caused the exception.
getOperation(int) - Method in class hussam.math.operations.MyGroup
 
getOperation(int) - Method in interface hussam.math.operations.OperationGroup
Returns the operation at the specified index.
getOperation() - Method in class hussam.math.operations.OperationProxy
Returns the hidden operation.
getOperation() - Method in exception hussam.math.operations.OperatorArgumentMissingException
 
getOperationGroup() - Method in class hussam.math.operations.Function
Returns the OperationGroup
getOperations() - Method in class hussam.math.operations.MyGroup
 
getOperations() - Method in interface hussam.math.operations.OperationGroup
Returns the list of operations.
getOperatorSource() - Method in class hussam.math.operations.extra.CustomFunctionFactory
Returns the operator source used by this factory.
getOperatorSource() - Method in class hussam.math.operations.parser.HussamExpressionReader
 
getOperatorSource() - Method in interface hussam.math.operations.parser.OperationReader
gets the OperatorSource for all expressions read!
getOperatorSource() - Method in class hussam.math.operations.parser.SmartExpressionReader
 
getPrevious() - Method in class hussam.math.operations.Operand
the previous operation.
getType() - Method in class hussam.math.operations.Function
Returns Operator.FUNCTION
getType() - Method in class hussam.math.operations.Operand
 
getType() - Method in interface hussam.math.operations.Operator
 
getVariable(int) - Method in class hussam.math.operations.extra.CustomFunctionFactory.CustomFunction
Returns the variable contained in the expression.
getVariable(int) - Method in class hussam.math.operations.extra.CustomFunctionFactory
Returns the name of the variable at the specified index.

A C D E F G H I L M N O P R S T U V