Instance.createInstance()

Signature

Concept createInstance (String xslt-template)

Domain

action

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

NameTypeDescription
xslt-templateStringformed using XSLT InstanceBuilder.

Returns

TypeDescription
ConceptThe newly created Concept Instance.

Cautions

none