Instance.newTransientInstance()

Signature

Concept newTransientInstance (String uri)

Domain

ACTION, BUI

Description

Creates a new Concept instance of the type specified by uri without adding it to the working memory. Thus no rules will be evaluated when this concept is created. Should be used when concept is intended to be used only as data holder without need for it to participate in Rete cycle.

Parameters

NameTypeDescription
uriStringURI in the project of the Concept to create

Returns

TypeDescription
ConceptThe newly created Concept instance.

Cautions

none