| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hussam.math.operations.parser.ExpressionReader hussam.math.operations.extra.DynamicExpressionReader
public abstract class DynamicExpressionReader
This class Function as a factory for Expression Readers, However this factory returns a dynamic ExpressionReader which uses a DynamicFunctionFactory. This class is used in the DynamicFunctionFactory implementation. Users can choose to use this implementation instead of the ExpressionReader class if they want to have dynamic functions to be used.
ExpressionReader
, DynamicFunctionFactory
Constructor Summary | |
---|---|
protected | DynamicExpressionReader() |
Method Summary | |
---|---|
static ExpressionReader | getInstance() |
Methods inherited from class hussam.math.operations.parser.ExpressionReader |
---|
getInstance, getInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hussam.math.operations.parser.OperationReader |
---|
getOperatorSource, readOperation |
Constructor Detail |
---|
protected DynamicExpressionReader()
Method Detail |
---|
public static ExpressionReader getInstance()
| ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |