Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EntityId"

(Notes)
(Definition)
Line 6: Line 6:
 
== Definition ==
 
== Definition ==
 
* An [[EntityId]] is a kind of simple-valued [[Attribute]] of an [[Entity]]
 
* An [[EntityId]] is a kind of simple-valued [[Attribute]] of an [[Entity]]
* The value of an [[EntityId]] is a single [[EntityId Data Range]] [[UDI]]
+
* The value of an [[EntityId]] is a single [[Entity UDI]]
 
* Its value uniquely identifies its associated [[Entity]] instance within its containing [[Context]]
 
* Its value uniquely identifies its associated [[Entity]] instance within its containing [[Context]]
 
* If the UDI is global, its value uniquely identifies its associated [[Entity]] instance within the [[HGG]]
 
* If the UDI is global, its value uniquely identifies its associated [[Entity]] instance within the [[HGG]]

Revision as of 12:39, 13 June 2008

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

Version

This page defines the concept of EntityId used in the Context Data Model 1.1.

Definition

  • An EntityId is a kind of simple-valued Attribute of an Entity
  • The value of an EntityId is a single Entity UDI
  • Its value uniquely identifies its associated Entity instance within its containing Context
  • If the UDI is global, its value uniquely identifies its associated Entity instance within the HGG

Attribute of

  • Entity: The EntityId attribute provides the EntityId of the Entity having this attribute.

Back to the top