Instance.newTransientInstance()
Signature
Concept newTransientInstance (String uri)
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
Name | Type | Description |
uri | String | URI in the project of the Concept to create |
Returns
Type | Description |
Concept | The newly created Concept instance. |