Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Introduction
In the Orthogramic Metamodel, cross-domain relationships articulate the interactions between elements across distinct business architecture domains. These relationships are pivotal for understanding how components such as strategies, capabilities, value streams, and policies interconnect, thereby enabling a cohesive and comprehensive view of the enterprise.
...
Code Block |
---|
{ "crossDomainRelationships": [ { "domain": "Capability", "relationshipType": "funds", "description": "Finance provides funding to capabilities to enable the development and enhancement of organisational competencies aligned with strategic objectives.", "metadata": { "priority": "high", "impact": "strategic" } } ] } |
Relationship types
...
descriptions
purchases: Indicates customer segments purchase products
influences: Shows how market elements influence other domains
targets: Indicates targeting relationships
requires: Shows dependencies on other domain elements
supports: Indicates supportive relationships
uses: Shows utilization of other domain elements
enables: Indicates enabling relationships
delivers: Shows delivery relationships
depends_on: Indicates dependency relationships
contributes_to: Shows contribution relationships
validates: Indicates validation relationships
aligns_with: Shows alignment with other elements
governed_by: Indicates governance relationships
secured_by: Shows security relationships
measured_by: Indicates measurement relationships
enhanced_by: Shows enhancement relationships
monitors: Indicates monitoring relationships
tracks: Shows tracking relationships
informs: Indicates information flow
guides: Shows guidance relationships
interacts_with: Indicates interaction relationships
analyzes: Shows analysis relationships
optimizes: Indicates optimization relationships
relates_to: Shows general relationships
affects: Indicates effect relationships
impacts: Shows impact relationships
...