297298299300301302303304305
* Evaluates the result. * @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; }