Instance.createInstance()
Signature
Concept createInstance (String xslt-template)
Description
This creates a new Concept Instance based on the data passed in and adds the
Concept Instance to the working memory. Adding the instance into the working memory will
cause any rules that depend on the Instance data to be evaluated.
Parameters
Name | Type | Description |
xslt-template | String | formed using XSLT InstanceBuilder. |
Returns
Type | Description |
Concept | The newly created Concept Instance. |