Interface FormulaParserFactory


public interface FormulaParserFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a parser for the given formula.
  • Method Details

    • createParser

      FormulaParser createParser(String formula)
      Create a parser for the given formula. Accepts a-z as variables, allowed operators are + - * / ^ () Other values will be stripped out.