298299300301302303304305306307308
* @param value the string value. * @return the evaluated result. */ public String evaluate(String value){ MultiEvaluator e = new MultiEvaluator(); e.compile(multiComponent.getData().getCode()); return null; } /** * Expressions table model.