Interface Dialect

All Known Implementing Classes:
Dialect.DummyDialect

public interface Dialect
A Dialect implementation handles the building and execution of code expressions and blocks for a rule. This api is considered unstable, and subject to change. Those wishing to implement their own dialects should look ove the MVEL and Java dialect implementations.