Package com.seeq.link.sdk.utilities
Class FormulaHelper
java.lang.Object
com.seeq.link.sdk.utilities.FormulaHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
escapeStringAsFormula
(String input) Convert a plain string into a formula that represents a string scalar.
-
Constructor Details
-
FormulaHelper
public FormulaHelper()
-
-
Method Details
-
escapeStringAsFormula
Convert a plain string into a formula that represents a string scalar.- Parameters:
input
- A plain string.- Returns:
- A formula string that will evaluate to the input string.
-