Interface Expression


public interface Expression
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(List<String> variables)
     
  • Method Details

    • evaluate

      boolean evaluate(List<String> variables)