Package gov.nasa.arc.mct.evaluator.enums

Examples of gov.nasa.arc.mct.evaluator.enums.MultiEvaluator


   * 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;
  }
View Full Code Here

TOP

Related Classes of gov.nasa.arc.mct.evaluator.enums.MultiEvaluator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.