Instance.createTransientInstanceFromEvent()

Signature

Concept createTransientInstanceFromEvent (String uri, SimpleEvent event)

Domain

ACTION

Description

This function returns a concept instance using the event's payload. Returned instance is not asserted to WM

Parameters

NameTypeDescription
uriStringURI of the concept as defined in the project. uri cannot be null.
SimpleEventEventreceived

Returns

TypeDescription
ConceptThe newly created concept.

Cautions

none. The function does not assert the created concept.