|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.accountingenhancements.formula | |
---|---|
com.accountingenhancements.formula | BETA 9/10/2006 The formula package is a string based interpreted scripting math and string manipulation language written in Java. It's intended to perform math and/or string concatination based on basic code segments that are stored in databases and work with dynamically created variables. In an effort to improve speed in loops where some variables are stable and other variables change, levels of volatility can be assigned to variables. |
Classes in com.accountingenhancements.formula used by com.accountingenhancements.formula | |
---|---|
FormulaFunction
A template for defined function. |
|
FormulaFunctionList
FormulaFunctionList is used to hand various programmer defined functions to the various Formula solve(...) methods, such as FormulaVariable.solve(...) . |
|
FormulaVariable
FormulaVariable is used to store variables and mathematical operators. |
|
FormulaVariableList
Manage a list of FormulaVariable s. |
|
FormulaVariableStack
An ordered list of FormulaVariable s that represents a parsed Formula.The formula is broken down into components separated by operators. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |