| Description | Abstract Concept An Aggregate Entity Block is a self-contained and independant Aggregate Block that is not a Connection Relationship. An Aggregate Entity Block can have both Unbounded Members, which enable aggregation of external Aggregate Entity Blocks, and Bounded Members which can be inter-connected. Examples: - Operating Eco-System; - Directive; - Agent. |
|---|---|
| External references |
DDD - Aggregate,
ISO 15926 - ArrangedIndividual,
Martin Fowler - Aggregate |
| Super Types |
Aggregate Block (from partition:
Structural Partition of Aggregate Block) |
| Functional Domain |
CompositionalityThe purpose of the Compositionality family of concepts is to provide syntactic mechanisms that support the construction of composite Building Blocks. |
| Dictionary |
Dictionary of SysFEAT patterns |
| Lexical Scope |
Block Lexical Scope
Container |
Composition: ➝ Classification: ➝ Specialization: ➝ Enumerated definition: ➝ Syntax: ➝
Click node rectangle to collapse/expand one level. Click triangle for full recursive collapse/expand. Double-click on a node to open its URL. Hover for description.
| Connector | Source | Target | Connector Type | Description |
|---|---|---|---|---|
Connector |
Bounded Member.
Exit Border |
Bounded Member.
Entry Border |
Connection Relationship |
Abstract Connection A Connector is Block Member that connects a source Bounded Member to a target Bounded Member through their Entry Border and Exit Border. The semantic of Connector is given by their associated Connection Relationship. Examples: . Event that manifests a transition between two states. . Sequences between the end of a process step and the start of another process step. . Interface connection between a service consumer agent and a service provider agent.
|