Skip to main content

The UAF model, implemented here in Cameo Enterprise Architect, provides several standardized views of the mission architecture (Figure 1), starting with Strategic Structure, dropping down to Operational Structure, and finally dropping down to Services Processes.  All these relationships fall within the Cameo tool, but extending our Digital Thread to a wider range of tools requires a new approach.

Figure 1 UAF Model diagrams

This new approach is based on graphs. A graph is a simple concept, a collection of nodes and edges (Figure 2), but a powerful one, because most engineering models can be abstracted as graphs. It provides common ground for very heterogenous data sources. In addition, the technology behind storing and querying graphs has advanced enormously in the past few years, largely driven by social networks, but now available to modelers of all types. For those familiar with the field, Syndeia’s graphs are created using the Apache Tinkerpop standard, which is supported by most of the major graph database vendors.

Figure 2 Syndeia graph, typed directed graph with properties

Syndeia stores the connectivity information that makes up the Digital Thread as a graph and can be used to visualize all or part of it. Figure 3 shows what our UAF model looks like as a graph. In this view, both SysML and UAF artifact types are shown as red because they are all part of the same Cameo model, but each node is typed, which distinguishes the different UAF artifact types.

Figure 3 Graph analysis view of UAF model with annotations

Our graph query in Figure 3 was designed to display the artifacts and the relationships from all three diagrams in our UAF model, but the queries can be tailored to show only certain relationship types, such as the Consumes relationship between Operational Activity and Service Specification, or even the relationships associated with a specific model element. Extended chains of connection can be identified and displayed through a specific pattern-matching query.

Next Steps

In forthcoming posts, we will extend the processes of populating and analyzing the Digital Thread beyond UAF. Part 3 will show how a SysML model used to specify the systems intended to carry out the mission fits within the graph framework. In the final part, we will integrate the requirements and project management tools to the UAF mission model, using the graph to identify connections (current, obsolete and missing) between the models.

Related Posts:

Tags:
Blog

Related Posts

Pipelines Part 3 – Matching Requirements to Parts using Syndeia Digital Pipelines

We’re continuing our blog series on using Syndeia digital pipelines to execute real world use cases in systems engineering. In Part 2, we demonstrated a digital pipeline that ...
Dirk Zwemer and Gregory Seeds

Pipelines Part 2 – Gap Analysis between Requirements and Tests

Demonstrating measurable ROI from digital engineering is just as important in driving enterprise adoption as customer mandates, e.g. DoDI 5000.97. In particular, the concept of ...
Dirk Zwemer and Gregory Seeds

Pipelines Part 1: Quick Introduction and Demo

Syndeia Pipelines automate digital engineering workflows by orchestrating complex, multi-step tasks, such as ETL operations, cross-repository queries, model transformations/syncs, ...
Manas Bajaj

Christmas at the North Pole, Powered by Pipelines🎄

While the rest of the world is busy hanging lights, doing last minute gift shopping, and sipping cocoa, the North Pole is deep in digital engineering mode. Snow is falling, elves ...
Manas Bajaj

What’s New in Syndeia 3.7? - Part 1

We are excited to release Syndeia 3.7, the next generation of our digital thread platform for integrated digital engineering. Check out the latest features in less than 5 minutes ...
Dirk Zwemer

Model-Based Systems Engineering for Autonomous Vehicles, Part 16 – Custom Dashboards

In Parts 1-10 of this blog series, we built a digital thread for an autonomous vehicle system to demonstrate how a federation of models in different software tools can become a ...
Dirk Zwemer

Model-Based Systems Engineering for Autonomous Vehicles, Part 15 – Digital Pipelines

In Part 14 of this series, we developed a custom script to calculate project metrics for our Autonomous Vehicle digital thread project. The value of this information is greatest ...
Dirk Zwemer

Model-Based Systems Engineering for Autonomous Vehicles, Part 14 – Open REST API

Syndeia has been developed as an API-first enterprise application, i.e. the full capabilities of the software are exposed through an open REST API with the understanding that the ...
Dirk Zwemer

Model-Based Systems Engineering for Autonomous Vehicles, Part 13 – Digital Reports

A key function of Digital Threads is to be able to answer questions about project status in real-time without the overhead of data collection, status reports and meetings. In this ...
Dirk Zwemer