SimpleEvent getByIdByUri (long id, String uri)
SimpleEvent getByIdByUri (long id, String uri)
id
as the internal ID.Name | Type | Description |
---|---|---|
id | String | The internal ID. |
uri | String | URI of the event |
Type | Description |
---|---|
SimpleEvent | The SimpleEvent with the internal ID as id . Returns null if no such SimpleEvent
exists in Working Memory. |