|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.formula.FormulaFactory
Factory for retreiving a formula
More information at : http://www.japisoft.com
Field Summary | |
static boolean |
HIGH_PRECISION_MODE
|
Method Summary | |
Formula |
getFormula()
Deprecated. Use getNewFormula |
Formula |
getFormula(java.lang.String expression)
Deprecated. Use getNewFormula |
static FormulaFactory |
getInstance()
|
static FormulaFactory |
getInstance(boolean hightPrecisionMode)
|
Formula |
getNewFormula()
|
Formula |
getNewFormula(java.lang.String expression)
|
OperatorFactory |
getSharedOperatorFactory()
|
void |
setSharedOperatorFactory(OperatorFactory factory)
Reset the default operator factory |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean HIGH_PRECISION_MODE
Method Detail |
public static FormulaFactory getInstance()
public static FormulaFactory getInstance(boolean hightPrecisionMode)
public Formula getFormula(java.lang.String expression)
public Formula getNewFormula(java.lang.String expression)
public Formula getFormula()
public Formula getNewFormula()
public void setSharedOperatorFactory(OperatorFactory factory)
public OperatorFactory getSharedOperatorFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |