Instance.newInstance()

Signature

Concept newInstance (String uri, String extId)

Domain

ACTION, BUI

Description

Creates a new Concept instance of the type specified by uri 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
uriStringURI in the project of the Concept to create
extIdStringextId of the newly created Concept instance

Returns

TypeDescription
ConceptThe newly created Concept instance.

Cautions

none