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 "Node"

(Redirecting to Entity)
 
(23 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Introduction ==
+
#REDIRECT [[Entity]]
This page describes the Higgins concept of [[I-Node]].
+
 
+
== Definition ==
+
* A digital representation of a person, thing or concept.
+
* A [[I-Node]] has zero or more [[Attribute]]s
+
 
+
=== Details ===
+
* Most [[I-Node]]s have one [[I-NodeId]] [[Attribute]]
+
* Some of the [[Attribute]]s of an [[I-Node]] may be [[I-NodeId]] references to other [[I-Node]]s in the same or different [[Context]]s
+
* A single person (thing or concept) may be represented as one (or more) [[I-Node]]s in one [[Context]] and (an)other [[I-Node]]s in other [[Context]]s. By linking or "federating" these disparate [[I-Node]]s one can gain a more unified view of a given person. [[Context]]s representing different systems, organizations and entire enterprises with widely varying storage and trust models are handled using this [[I-Node]] linking approach. For example the person "Bob Smith" could be represented as two [[I-Node]]s; the first having "bsmith" as an [[I-NodeId]] and the second having "bob" as a [[I-NodeId]]. These two [[I-Node]]s may be in the same or in different [[Context]]s. To express that the "bsmith" is the same person as "bob" an [[I-Node Correlation]] [[Attribute]] would be added to "bsmith" whose value points to "bob".
+
* [[Context]]s can be nested (e.g. enterprises have sub-organizations, and there are systems within an enterprise/org, etc.) or related through other means (employment/HR system vs. customer system where same person is a customer and an employee). Thus linking the [[I-Node]]s relevant to those contexts provides an overall view of an [[I-Node]](or at least a partial "overall" view to those [[Context]]s).
+
* The information contained in one [[I-Node]] is not necessarily a pure subset of the union of all of the information contained in all of the linked [[I-Node]]s representing a person taken together. There is no consistency constraint imposed between the [[I-Node]]s of an person. For example, a person could be represented such that their name was Joe in one [[I-Node]] in one [[Context]] and JoAnn in [[I-Node]].
+
 
+
== HOWL ==
+
<pre>
+
</pre>
+
== See Also ==
+
* [[ContextId]]
+
* [[I-NodeId]]
+
* [[Concepts]]
+
 
+
==Links==
+
* [http://eclipse.org/higgins Higgins Home]
+

Latest revision as of 13:32, 22 April 2008

Redirect to:

Back to the top