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

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


   * Evaluates the result.
   * @param value the string value.
   * @return the evaluated result.
   */
  public String evaluate(String value){
    EnumEvaluator e = new EnumEvaluator();
    e.compile(ec.getData().getCode());
    return e.evaluate(value);
  }
View Full Code Here

TOP

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

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.