Interface PredicateParser


public interface PredicateParser
Interface a predicate parser has to implement.
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String input)
    Parse the specified input.
  • Method Details