Instance.createInstance()

Signature

Concept createInstance (String xslt-template)

Domain

ACTION

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

NameTypeDescription
xslt-templateStringString formed using the XSLT Mapper.

Returns

TypeDescription
ConceptThe newly created Concept instance.

Cautions

none