Interface FormulaParserFactory
public interface FormulaParserFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateParser(String formula) Create a parser for the given formula.
-
Method Details
-
createParser
Create a parser for the given formula. Accepts a-z as variables, allowed operators are + - * / ^ () Other values will be stripped out.
-