The <import> element contains an expression that specifies the external modules (such as Java™ classes) to import for use in other expressions within rules.
The expression code is a string within the <import> element. The Active Correlation Technology compiler uses the import statements that are provided by the <import> elements to compile expression code within rules that call external methods.
<import> has the following attribute:
Name | Description | Data type | Required? |
---|---|---|---|
expressionLanguage | Identifies the programming language in which the expression is written. Because the Java programming language is the only supported expression language, the only valid value for this attribute is java. | xsd:NMTOKEN | Yes |
<import> contains no elements.