Relation: first-element

From: Aggregate

To: Entity

Description:

The first Entity of an ordered Aggregate

Examples:

  1. The first person in line will get the ticket.
  2. The first of the players to enter the field was Joe

Neighboring Concepts:

Similar to...But different because...
element first-element applies to ordered Aggregates, determining the first Entity among its elements.
next-element next-element applies to an Entity that is element of an ordered Aggregate, indicating the Entity that follows it.