All Downloads are FREE. Search and download functionalities are using the official Maven repository.

website.automate.jwebrobot.expression.ExpressionEvaluator Maven / Gradle / Ivy

package website.automate.jwebrobot.expression;

import java.util.Map;

import website.automate.jwebrobot.exceptions.ExpressionEvaluationException;

public interface ExpressionEvaluator {

    String evaluate(String expression, Map memory) throws ExpressionEvaluationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy