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

S

set(Operation, Operation) - Method in class hussam.math.operations.Operand
Sets the previos and next operation. 5 + 8 5 is the previous operation. 8 is the next operation.
setExpression(String) - Method in class hussam.math.operations.extra.CustomFunctionFactory
changes the expression.
setExpression(String) - Method in class hussam.math.operations.extra.DynamicFunctionFactory
Changes the expression used to evaluate all Functions created from this Factory.
setNext(Operation) - Method in class hussam.math.operations.Operand
Sets the next operation. 5 + 8 5 is the previous operation. 8 is the next operation.
setOperation(Operation) - Method in class hussam.math.operations.Constant
This will throw a Runtime Exception.
setOperation(int, Operation) - Method in class hussam.math.operations.extra.CustomFunctionFactory.CustomFunction
 
setOperation(Operation) - Method in class hussam.math.operations.Variable
Sets the operation from which the result of this variable will be calculated.
setOperationGroup(OperationGroup) - Method in class hussam.math.operations.Function
Sets the Operations Group.
setOperations(List<? extends Operation>) - Method in class hussam.math.operations.MyGroup
 
setPrevious(Operation) - Method in class hussam.math.operations.Operand
Sets the previos operation. 5 + 8 5 is the previous operation. 8 is the next operation.
SmartExpressionReader - Class in hussam.math.operations.parser
This class is not in use by the package since there is a new Class called HussamExpressionReader which should be used instead.
SmartExpressionReader() - Constructor for class hussam.math.operations.parser.SmartExpressionReader
Creates a new ExpressionReader.
SmartExpressionReader(OperationsParser) - Constructor for class hussam.math.operations.parser.SmartExpressionReader
Creates a new ExpressionReader given this spicific parser.
SmartExpressionReader(OperatorSource) - Constructor for class hussam.math.operations.parser.SmartExpressionReader
Creates a new ExpressionReader given this spicific operator source.
SmartExpressionReader(OperationsParser, OperatorSource) - Constructor for class hussam.math.operations.parser.SmartExpressionReader
creates a new Expression Reader using a this OperatorSource.
source - Variable in class hussam.math.operations.extra.CustomFunctionFactory.CustomFunction
 
SyntaxErrorException - Exception in hussam.math.operations.parser.exceptions
 
SyntaxErrorException(String, int) - Constructor for exception hussam.math.operations.parser.exceptions.SyntaxErrorException
 

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