Package li.selman.jpbe.dsl
Interface ExpressionBuilder
- All Known Implementing Classes:
ConstStrExpressionBuilder,LookupExpressionBuilder,SubstringExpressionBuilder
public interface ExpressionBuilder
Interface for expression builders, so that the graph builder can be generically extended
with more expression builders.
-
Method Summary
-
Method Details
-
computeExpressions
- Parameters:
input- of the initially provided input examplesubstr- of the initially provided output example- Returns:
- all expressions of the builder, so that each expression f produces: f(input) = substr
-