public class ExpressionFactory
extends java.lang.Object
| Constructor and Description |
|---|
ExpressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
createExpressionFromStringAndCalculator(java.lang.String expression,
Calculator calc,
java.lang.String tableID,
double target,
boolean isEdit)
Creates a new Expression object.
|
public static Expression createExpressionFromStringAndCalculator(java.lang.String expression, Calculator calc, java.lang.String tableID, double target, boolean isEdit)
expression - the expressioncalc - the calctableID - the table idtarget - the targetisEdit - the is edit