i
Code
The code area allows displaying and editing the rule code, which can be Java code or SQL code.
Code generation can also be assisted by the rules agent of Diana, who interprets the instructions of the modeler user expressed in natural language and automatically generates the corresponding logic in this panel.
In this way, the modeler user can alternate between manual code editing and AI-assisted creation, depending on their experience level and development needs.
Java Code
The Java code area is displayed when the modeler is started for a standard type rule that uses an “SDK Rule” type adapter.
Standard rules developed in earlier versions of Deyel can continue to use the “Standard Rule” adapter'', which is no longer available.
The Java code that executes the rule is written in this area and Deyel SDK for Java must be used for its development.

SQL code
The SQL code area is displayed when the modeler is started for a rule that uses a "JDBC" adapter.
In this area, the SQL show that executes the rule is written.
