Instance.createInstance()
Signature
Concept createInstance (String xslt-template)
Description
Creates a new Concept instance based on the data provided in the XSLT
Mapper and adds it to the working memory. Adding the instance to the working memory will
cause any rule conditions that depend on the concept to be evaluated.
Parameters
Name | Type | Description |
xslt-template | String | String formed using the XSLT Mapper. |
Returns
Type | Description |
Concept | The newly created Concept instance. |