Serialized Form


Package com.accountingenhancements.common

Class com.accountingenhancements.common.SupportParameters extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object> implements Serializable


Package com.accountingenhancements.formula

Class com.accountingenhancements.formula.FormulaVariableStack extends java.util.ArrayList<FormulaVariable> implements Serializable

Serialized Fields

formula

java.lang.String formula
The formula that was handed into this class. reParse() reprocesses this formula


result

FormulaVariable result
This is the result when the stack resolved.


highestLevelInSolution

int highestLevelInSolution
If this stack has been resolved then this is the highest level variable used in the solution. This is used when resolving, to evaluate whether the solution should be recalculated.


lowestScale

int lowestScale

Package com.accountingenhancements.treearray

Class com.accountingenhancements.treearray.BranchNode extends java.util.ArrayList<BranchNode<F>> implements Serializable

Serialized Fields

parent

BranchNode<F> parent

tree

Tree<E> tree

depth

int depth

Class com.accountingenhancements.treearray.LeafNode extends java.util.ArrayList<Leaf<E>> implements Serializable