Package com.aquima.interactions.expressions.optimizer
-
Interface Summary Interface Description IExpressionNode The expression node interface defines the methods that all nodes from the optimizer should implement. -
Class Summary Class Description Optimizer The optimizer is responsible for converting nodes from the semantic tree to nodes that can be evaluated.