NAF 4.1-view C2: Enterprise Vision
C2 — Enterprise Vision
Purpose & Usage
The C2 Viewpoint is concerned with the scoping of the Architectural effort and providing the strategic context for the Capabilities described in the Architecture.
- Enterprise Strategy.
- Capability Planning.
- Capture and communication of the strategic vision related to capability evolution.
- Identify the capabilities required to meet the vision and goals.
- Identify the required timescales for the capabilities as opposed to Cr which provides a summary of when projects are estimated to deliver capability.
- Identify any enduring tasks the enterprise performs.
- Provision of a blueprint for a transformational initiative.
Scope
- Shall contain the Enterprise Vision and the required Capabilities.
- Shall contain Goals specified by the Vision.
- Shall contain Enterprise Phases and the Capabilities they desire.
- May show the Effects that the Capabilities desire.
- May show Enduring Tasks linked to Capabilities and Goals.
Representation
- Structured Text.
- Composite Structure Diagram.
Cut-out (Meta-model)
flowchart LR
EnduringTask["Enduring Task"]:::naf
Goal:::naf
EnterpriseVision["Enterprise Vision"]:::naf
Capability:::naf
EnterprisePhase["Enterprise Phase"]:::naf
Effect:::naf
Goal -->|"relates to"| EnduringTask
Capability -->|"supports"| EnduringTask
EnterpriseVision -->|"specifies"| Goal
EnterpriseVision -->|"requires"| Capability
Capability -->|"desires"| Effect
EnterprisePhase -->|"desires"| Capability
EnterprisePhase -->|"desires"| EnterpriseVision
EnterprisePhase -->|"desires"| Goal
classDef naf fill:#C5E0B4,stroke:#385723,color:#000
NAFv4 Compliant Example
flowchart TB
ReduceManpower["«Goal» Reduce Manpower"]:::naf
IncreaseCoverage["«Goal» Increase Coverage"]:::naf
ImproveResponseTimes["«Goal» Improve Response Times"]:::naf
Vision["«Enterprise Vision» Improved SAR Safety & Effectiveness"]:::naf
MaritimeSAR["«Capability» Maritime SAR"]:::naf
Horizon2030["«Enterprise Phase» Horizon 2030"]:::naf
ReduceManpower -->|"specifies"| Vision
IncreaseCoverage -->|"specifies"| Vision
ImproveResponseTimes -->|"specifies"| Vision
Vision -->|"requires"| MaritimeSAR
Vision -->|"desires"| Horizon2030
classDef naf fill:#C5E0B4,stroke:#385723,color:#000